Searched refs:IsItalic (Results 1 – 13 of 13) sorted by relevance
29 bool IsItalic();
119 bool CXFA_Font::IsItalic() { in IsItalic() function in CXFA_Font
3900 if (font->IsItalic()) in GetFDEFont()
88 bool IsItalic() const;
485 bool CFX_Font::IsItalic() const { in IsItalic() function in CFX_Font
89 bool IsItalic; member
1148 writeInt<uint8_t>(Font->IsItalic); in writeDialogBody()
154 pStyle->SetFontStyle(font->IsItalic() ? CFX_CSSFontStyle::Italic in CreateRootStyle()349 if (font->IsItalic()) in GetFont()
153 if (m_pFont->IsItalic()) in GetFontStyles()
464 CalculateFlags(pFont->IsBold(), pFont->IsItalic(), pFont->IsFixedWidth(), in AddFont()497 ProcessNonbCJK(pBaseDict, pFont->IsBold(), pFont->IsItalic(), basefont, in AddFont()
51 if (FontStyleIsItalic(pFont->GetFontStyles()) && !pFxFont->IsItalic()) { in DrawString()
94 pFontDesc->SetNewFor<CPDF_Number>("ItalicAngle", pFont->IsItalic() ? -12 : 0); in LoadFontDesc()
234 lf.lfItalic = pFont->IsItalic(); in DrawDeviceText()