Searched refs:FontSize (Results 1 – 1 of 1) sorted by relevance
435 static s16 FontSize; // GX_S16, 4 variable492 FontSize = (s16) (FontData->cellWidth * 16); in DEMOInitROMFont()510 FontSize = (s16) (size * 16); in DEMOSetROMFontSize()528 *size = (s16) (FontSize / 16); in DEMOGetROMFontSize()539 s16 posRight = (s16) (posLeft + FontSize); in DrawFontChar()540 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar()541 s16 posBottom = (s16) (y + (FontData->descent * FontSize / FontData->cellWidth)); in DrawFontChar()644 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPuts()651 width += 8 * (FontSize + FontSpace); in DEMORFPuts()652 width -= width % (8 * (FontSize + FontSpace)); in DEMORFPuts()[all …]