Lines Matching refs:CXFA_Font
55 CXFA_Font::CXFA_Font(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Font() function in CXFA_Font
66 CXFA_Font::~CXFA_Font() = default;
68 float CXFA_Font::GetBaselineShift() const { in GetBaselineShift()
73 float CXFA_Font::GetHorizontalScale() { in GetHorizontalScale()
79 float CXFA_Font::GetVerticalScale() { in GetVerticalScale()
85 float CXFA_Font::GetLetterSpacing() { in GetLetterSpacing()
93 int32_t CXFA_Font::GetLineThrough() { in GetLineThrough()
97 int32_t CXFA_Font::GetUnderline() { in GetUnderline()
101 XFA_AttributeValue CXFA_Font::GetUnderlinePeriod() { in GetUnderlinePeriod()
107 float CXFA_Font::GetFontSize() const { in GetFontSize()
111 WideString CXFA_Font::GetTypeface() { in GetTypeface()
115 bool CXFA_Font::IsBold() { in IsBold()
119 bool CXFA_Font::IsItalic() { in IsItalic()
124 void CXFA_Font::SetColor(FX_ARGB color) { in SetColor()
133 FX_ARGB CXFA_Font::GetColor() { in GetColor()