Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/os/
DOSFont.h50 typedef struct OSFontHeader struct
52 u16 fontType; // font type
53 u16 firstChar; // the first character code defined in the font
54 u16 lastChar; // the last character code defined in the font
55 u16 invalChar; // the font code to be substituted for invalid characters
56 u16 ascent; // the ascent (units above the base line) of characters
57 u16 descent; // the descent (units below the base line) of characters
81 } OSFontHeader; argument