Home | History | Annotate | Download | only in fpdf_font

Lines Matching refs:m_Ascent

113     m_StemV = m_Ascent = m_Descent = m_ItalicAngle = 0;

256 m_Ascent = pFontDesc->GetInteger(FX_BSTRC("Ascent"));
317 m_Ascent = TT2PDF(FXFT_Get_Face_Ascender(m_Font.m_Face), m_Font.m_Face);
347 if (m_Ascent == 0 && m_Descent == 0) {
351 m_Ascent = m_FontBBox.top;
353 m_Ascent = rect.top;