hhea
The hhea table, short for horizontal header, is a component of TrueType and OpenType font files. It stores font-wide horizontal metrics and line-related measurements that layout engines use when rendering text. Located within the font’s sfnt structure, hhea provides the essential data needed to place glyphs horizontally and to determine line spacing.
Key fields in the hhea table include version, ascent, descent, and lineGap. These vertical metrics describe
Relation to hmtx: The hmtx (horizontal metrics) table provides per-glyph data for advance width and left side
Use in rendering: Rendering engines consult hhea to determine line height and to compute glyph placement on
Conformance: hhea is a mandatory table in TrueType fonts and a fundamental part of OpenType font structures,