Searched refs:IsItalic (Results 1 – 13 of 13) sorted by relevance
29 bool IsItalic();
121 bool CXFA_Font::IsItalic() { in IsItalic() function in CXFA_Font
68 bool IsItalic() const;
417 bool CFX_Font::IsItalic() const { in IsItalic() function in CFX_Font
88 bool IsItalic; member
1141 writeInt<uint8_t>(Font->IsItalic); in writeDialogBody()
138 pStyle->SetFontStyle(font->IsItalic() ? CFX_CSSFontStyle::Italic in CreateRootStyle()338 if (font->IsItalic()) in GetFont()
1452 if (font->IsItalic()) in GetFDEFont()
152 if (m_pFont->IsItalic()) in GetFontStyles()
882 CalculateFlags(pFont->IsBold(), pFont->IsItalic(), pFont->IsFixedWidth(), in AddFont()915 ProcessNonbCJK(pBaseDict, pFont->IsBold(), pFont->IsItalic(), basefont, in AddFont()
46 if (FontStyleIsItalic(pFont->GetFontStyles()) && !pFxFont->IsItalic()) { in DrawString()
63 fontDesc->SetNewFor<CPDF_Number>("ItalicAngle", pFont->IsItalic() ? -12 : 0); in LoadFontDesc()
231 lf.lfItalic = pFont->IsItalic(); in DrawDeviceText()