Lines Matching refs:ascent
73 int ascent; member
142 return font->ascent - font->underline_offset - 1; in TTF_underline_top_row()
176 return TTF_underline_bottom_row(font) - font->ascent + glyph->maxy; in TTF_Glyph_underline_bottom_row()
196 return TTF_strikethrough_top_row(font) - font->ascent + glyph->maxy; in TTF_Glyph_strikethrough_top_row()
490 font->ascent = FT_CEIL(FT_MulFix(face->ascender, scale)); in TTF_OpenFontIndexRW()
492 font->height = font->ascent - font->descent + /* baseline */ 1; in TTF_OpenFontIndexRW()
514 font->ascent = face->available_sizes[ptsize].height; in TTF_OpenFontIndexRW()
517 font->lineskip = FT_CEIL(font->ascent); in TTF_OpenFontIndexRW()
529 font->ascent, font->descent); in TTF_OpenFontIndexRW()
642 cached->yoffset = font->ascent - cached->maxy; in Load_Glyph()
1130 return(font->ascent); in TTF_FontAscent()
1335 *h = (font->ascent - miny) + outline_delta; in TTF_SizeUTF8()