Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/os/
DOSFont.h57 u16 descent; // the descent (units below the base line) of characters member
/RvlSDK-2.1/build/libraries/demo/src/
DDEMOPuts.c521 s16 posBottom = (s16) (y + (FontData->descent * FontSize / FontData->cellWidth)); in DrawFontChar()