Type | Name | Description |
Fixed | Format Type | 0x00010000 for format 1.0, 0x00020000 for format 2.0, and so on... |
Fixed | italicAngle | Italic angle in counter-clockwise degrees from the vertical. Zero for upright text, negative for text that leans to the right (forward) |
FWord | underlinePosition | Suggested values for the underline position (negative values indicate below baseline). |
FWord | underlineThickness | Suggested values for the underline thickness. |
ULONG | isFixedPitch | Set to 0 if the font is proportionally spaced, non-zero if the font is not proportionally spaced (i.e. monospaced). |
ULONG | minMemType42 | Minimum memory usage when a TrueType font is downloaded. |
ULONG | maxMemType42 | Maximum memory usage when a TrueType font is downloaded. |
ULONG | minMemType1 | Minimum memory usage when a TrueType font is downloaded as a Type 1 font. |
ULONG | maxMemType1 | Maximum memory usage when a TrueType font is downloaded as a Type 1 font. |
Type | Description |
USHORT | Number of glyphs (this is the same as numGlyphs in 'maxp' table). |
USHORT | glyphNameIndex[numGlyphs]. |
CHAR | Glyph names with length bytes [variable] (a Pascal string). |
Type | Description |
CHAR | offset[numGlyphs] |