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

public final class Glyf extends Table
Gives access to the 'glyf' table.

Note that there is no public representation of the 'loca' table, which is used only to access the 'glyf' table. Instead, the Glyph objects accept gids to identify glyphs and perform the necessary lookup in the 'loca' table.

Version handling

'glyf' tables are not versionned.

Synchronization

Like all tables, these objects are immutable.