Home
last modified time | relevance | path

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

/RvlSDK-3.2/include/revolution/os/
DOSFont.h59 u16 ascent; // The ascent (units above the base line) of characters member
/RvlSDK-3.2/include/revolution/
Dfnt.h90 u8 ascent; // Ascent member
/RvlSDK-3.2/build/libraries/demo/src/
DDEMOPuts.c534 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar()