Searched refs:fheight (Results 1 – 1 of 1) sorted by relevance
1542 int fheight = ttSHORT(info->data + info->hhea + 4) - ttSHORT(info->data + info->hhea + 6); in stbtt_ScaleForPixelHeight() local1543 return (float) height / fheight; in stbtt_ScaleForPixelHeight()