Searched defs:OSFontHeader (Results 1 – 1 of 1) sorted by relevance
50 typedef struct OSFontHeader struct52 u16 fontType; // font type53 u16 firstChar; // the first character code defined in the font54 u16 lastChar; // the last character code defined in the font55 u16 invalChar; // the font code to be substituted for invalid characters56 u16 ascent; // the ascent (units above the base line) of characters57 u16 descent; // the descent (units below the base line) of characters81 } OSFontHeader; argument