Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:GetFontAscent

330     FX_FLOAT fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());

717 fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize);
845 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize());
1383 return m_bRichText && SecInfo.pWordProps ? GetFontAscent(SecInfo.pWordProps->nFontIndex, SecInfo.pWordProps->fFontSize) :
1384 GetFontAscent(GetDefaultFontIndex(), GetFontSize());
1391 FX_FLOAT CPDF_VariableText::GetFontAscent(FX_INT32 nFontIndex, FX_FLOAT fFontSize)
1401 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize);
1409 return GetFontAscent(GetWordFontIndex(WordInfo), GetWordFontSize(WordInfo, bFactFontSize));