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

public final class Vhea extends Table
Gives access to the 'vhea' table.

Version handling

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

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

Synchronization

Like all tables, these objects are immutable.