Searched defs:OSFontHeader (Results 1 – 1 of 1) sorted by relevance
53 typedef struct OSFontHeader struct55 u16 fontType; // Font type56 u16 firstChar; // The first character code defined in the font57 u16 lastChar; // The last character code defined in the font58 u16 invalChar; // The font code to be substituted for invalid characters59 u16 ascent; // The ascent (units above the base line) of characters60 u16 descent; // The descent (units below the base line) of characters84 } OSFontHeader; argument