Searched refs:descent (Results 1 – 1 of 1) sorted by relevance
684 STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *li…1525 STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *li… in stbtt_GetFontVMetrics() argument1528 if (descent) *descent = ttSHORT(info->data+info->hhea + 6); in stbtt_GetFontVMetrics()