Searched refs:GetFontDescent (Results 1 – 3 of 3) sorted by relevance
195 lineinfo.fLineDescent = GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in Initialize()619 return GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in GetLineDescent()626 float CPDF_VariableText::GetFontDescent(int32_t nFontIndex, float fFontSize) { in GetFontDescent() function in CPDF_VariableText637 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize); in GetWordDescent()645 return GetFontDescent(GetWordFontIndex(WordInfo), GetWordFontSize()); in GetWordDescent()
191 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()291 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
146 float GetFontDescent(int32_t nFontIndex, float fFontSize);