TrueType vertical fonts require both a vertical header table (tag name: 'vhea') discussed previously and the vertical metrics table discussed below. The vertical header table contains information that is general to the font as a whole. The vertical metrics table contains information that pertains to specific glyphs. The formats of these tables are similar to those for horizontal metrics (hhea and hmtx).
Type | Name | Description |
USHORT | advanceHeight | The advance height of the glyph. Unsigned integer in FUnits |
SHORT | topSideBearing | The top sidebearing of the glyph. Signed integer in FUnits. |
Type | Name | Description |
SHORT | topSideBearing[] | The top sidebearing of the glyph. Signed integer in FUnits. |