Searched refs:bIsSuperscript (Results 1 – 6 of 6) sorted by relevance
67 if (bIsSuperscript(pFontBlock->usFontStyle) || in vCorrectFontValues()
130 #define bIsSuperscript(x) (((x) & FONT_SUPERSCRIPT) == FONT_SUPERSCRIPT) macro
999 if (bIsSuperscript(usFontstyle) && usFontSizeCurr != 0) { in vPrintPS()1050 if (bIsSuperscript(usFontstyle) && usFontSizeCurr != 0) { in vPrintPS()
995 if (bIsSuperscript(usFontstyle) && usFontSizeCurr != 0) { in vPrintPDF()
828 bSuperscriptNew = bIsSuperscript(usFontstyle); in vPrintXML()
358 if (bIsSuperscript(usFontstyle)) { in vSubstring2Diagram()