Searched refs:fontTextureHeight (Results 1 – 1 of 1) sorted by relevance
62 f32 fontTextureHeight; member436 pFont->fontTextureHeight = (f32)pFontHeader[1]; in GetFontCharData()471 pFont->pCharDataBuffer[i].minT = (s32)(pFont->fontTextureHeight - h - y - 1); in GetFontCharData()473 pFont->pCharDataBuffer[i].maxT = (s32)(pFont->fontTextureHeight - y - 1); in GetFontCharData()507 u32 height=(u32)pFont->fontTextureHeight; in InitFontTexture()