Searched refs:numOfLongHorMetrics (Results 1 – 1 of 1) sorted by relevance
1473 stbtt_uint16 numOfLongHorMetrics = ttUSHORT(info->data+info->hhea + 34); in stbtt_GetGlyphHMetrics() local1474 if (glyph_index < numOfLongHorMetrics) { in stbtt_GetGlyphHMetrics()1478 …(advanceWidth) *advanceWidth = ttSHORT(info->data + info->hmtx + 4*(numOfLongHorMetrics-1)); in stbtt_GetGlyphHMetrics()1479 …eBearing = ttSHORT(info->data + info->hmtx + 4*numOfLongHorMetrics + 2*(glyph_index - numOfLongHor… in stbtt_GetGlyphHMetrics()