Searched defs:ascent (Results 1 – 5 of 5) sorted by relevance
64 int ascent; member
2926 STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo * info, int * ascent, int * descent, int …4753 …void stbtt_GetScaledFontVMetrics(STBTT_STREAM_TYPE fontdata, int index, float size, float * ascent,
29 uint16_t ascent; member
1012 auto ascent = text->font->ascent * scale; in updateText() local
241 float ascent = 0.0f; member