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

public final class Os2 extends Table
Gives access to the 'OS/2' table.

Version handling

'OS/2' tables have only a minor version number. This implementation:

  • fully supports version 0, 1, 2 and 3 tables,
  • interprets version x > 3 tables as version 3 tables,

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.