Home
last modified time | relevance | path

Searched refs:maxCharHeight (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c421 f32 maxCharHeight = 0.0f; in GetFontCharData() local
481 if(charHeight > maxCharHeight) in GetFontCharData()
483 maxCharHeight = charHeight; in GetFontCharData()
496 pFont->gridOffsetY = maxCharHeight; in GetFontCharData()