Lines Matching refs:CXFA_Font
55 CXFA_Font::CXFA_Font(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Font() function in CXFA_Font
67 CXFA_Font::~CXFA_Font() {} in ~CXFA_Font()
69 float CXFA_Font::GetBaselineShift() const { in GetBaselineShift()
75 float CXFA_Font::GetHorizontalScale() { in GetHorizontalScale()
81 float CXFA_Font::GetVerticalScale() { in GetVerticalScale()
87 float CXFA_Font::GetLetterSpacing() { in GetLetterSpacing()
95 int32_t CXFA_Font::GetLineThrough() { in GetLineThrough()
99 int32_t CXFA_Font::GetUnderline() { in GetUnderline()
103 XFA_AttributeEnum CXFA_Font::GetUnderlinePeriod() { in GetUnderlinePeriod()
109 float CXFA_Font::GetFontSize() const { in GetFontSize()
113 WideString CXFA_Font::GetTypeface() { in GetTypeface()
117 bool CXFA_Font::IsBold() { in IsBold()
121 bool CXFA_Font::IsItalic() { in IsItalic()
126 void CXFA_Font::SetColor(FX_ARGB color) { in SetColor()
135 FX_ARGB CXFA_Font::GetColor() { in GetColor()