Searched refs:GetFontDescent (Results 1 – 3 of 3) sorted by relevance
207 lineinfo.fLineDescent = GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in Initialize()673 return GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in GetLineDescent()680 float CPDF_VariableText::GetFontDescent(int32_t nFontIndex, float fFontSize) { in GetFontDescent() function in CPDF_VariableText691 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize); in GetWordDescent()699 return GetFontDescent(GetWordFontIndex(WordInfo), GetWordFontSize()); in GetWordDescent()
193 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()407 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
147 float GetFontDescent(int32_t nFontIndex, float fFontSize);