Searched refs:GetSubstFontItalicAngle (Results 1 – 4 of 4) sorted by relevance
59 int GetSubstFontItalicAngle() const;
301 int CFX_Font::GetSubstFontItalicAngle() const { in GetSubstFontItalicAngle() function in CFX_Font
506 int italicangle = pFont->GetSubstFontItalicAngle(); in AddFont()
886 m_italicAngle = pFont->GetSubstFontItalicAngle(); in DrawText()1178 pFont->GetSubstFontItalicAngle() != m_italicAngle; in FontChanged()1675 font.setSkewX(tanf(pFont->GetSubstFontItalicAngle() * FX_PI / 180.0)); in DrawDeviceText()