Class Head


  • public final class Head
    extends Table
    Gives access to the 'head' table.

    Version handling

    'head' 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.