Searched refs:numOfLongHorMetrics (Results 1 – 1 of 1) sorted by relevance
2551 stbtt_uint16 numOfLongHorMetrics = ttUSHORT(info->data, info->hhea + 34); local2552 if(glyph_index < numOfLongHorMetrics) {2557 …(advanceWidth) *advanceWidth = ttSHORT(info->data, info->hmtx + 4 * (numOfLongHorMetrics - 1));2559 … info->hmtx + 4 * numOfLongHorMetrics + 2 * (glyph_index - numOfLongHorMetrics));