Searched refs:GetVerticalTextSize (Results 1 – 2 of 2) sorted by relevance
104 float GetVerticalTextSize(float fKerning) const;
1217 m_pCurStates->m_TextPos.y -= GetVerticalTextSize(fInitKerning); in AddTextObject()1255 m_pCurStates->m_TextPos.y -= GetVerticalTextSize(kernings[nSegs - 1]); in AddTextObject()1262 return GetVerticalTextSize(fKerning) * m_pCurStates->m_TextHorzScale; in GetHorizontalTextSize()1265 float CPDF_StreamContentParser::GetVerticalTextSize(float fKerning) const { in GetVerticalTextSize() function in CPDF_StreamContentParser