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

public final class Cff extends Table
Gives access to a 'CFF' table.

Version handling

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

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