Searched refs:typoAscent (Results 1 – 1 of 1) sorted by relevance
780 STBTT_DEF int stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDesce…2588 STBTT_DEF int stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDesce… in stbtt_GetFontVMetricsOS2() argument2593 if (typoAscent ) *typoAscent = ttSHORT(info->data+tab + 68); in stbtt_GetFontVMetricsOS2()