TtfTableBase
Inheritance: java.lang.Object
public class TtfTableBase
Represents TTF table definition.
Methods
Method | Description |
---|---|
getTtfTables() | Reference to TTF table repository. |
getOffset() | Gets offset from beginning of sfnt. |
getTtfTables()
public TtfTableRepository getTtfTables()
Reference to TTF table repository.
Returns: TtfTableRepository - Reference to TTF table repository.
getOffset()
public long getOffset()
Gets offset from beginning of sfnt.
Returns: long - Offset from beginning of sfnt.