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

public final class Maxp extends Table
Gives access to the 'maxp' table.

Version handling

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

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

When some data is not present in the actual version of the table, the accessors return identified values.

Synchronization

Like all tables, these objects are immutable.