java.lang.Object
com.adobe.fontengine.font.opentype.Table
com.adobe.fontengine.font.opentype.Hhea

public final class Hhea extends Table
Gives access to the 'hhea' table.

Version handling

'hhea' tables have a major/minor version number. This implementation:

  • fully supports version 1.0 tables,
  • interprets 1.x tables as 1.0 tables,
  • rejects other versions with an UnsupportedFontException at construction time.

Synchronization

Like all tables, these objects are immutable.