Home | History | Annotate | Download | only in fpdfdoc

Lines Matching defs:GetTypeDescent

1397     return (FX_FLOAT)GetTypeDescent(nFontIndex) * fFontSize * PVT_FONTSCALE;

1661 FX_INT32 CPDF_VariableText::GetTypeDescent(FX_INT32 nFontIndex)
1663 return m_pVTProvider ? m_pVTProvider->GetTypeDescent(nFontIndex) : 0;