Searched refs:maxCharWidth (Results 1 – 1 of 1) sorted by relevance
420 f32 maxCharWidth = 0.0f; in GetFontCharData() local486 if(pFont->pCharDataBuffer[i].xAdvance > maxCharWidth) in GetFontCharData()488 maxCharWidth = (f32)pFont->pCharDataBuffer[i].xAdvance; in GetFontCharData()493 pFont->gridOffsetX = maxCharWidth; in GetFontCharData()