Home
last modified time | relevance | path

Searched defs:OSFontHeader (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1/include/revolution/os/
DOSFont.h53 typedef struct OSFontHeader struct
55 u16 fontType; // Font type
56 u16 firstChar; // The first character code defined in the font
57 u16 lastChar; // The last character code defined in the font
58 u16 invalChar; // The font code to be substituted for invalid characters
59 u16 ascent; // The ascent (units above the base line) of characters
60 u16 descent; // The descent (units below the base line) of characters
84 } OSFontHeader; argument