public class TtfTableBase extends Object
Represents TTF table definition.
Modifier and Type | Method and Description |
---|---|
protected long |
getLength()
Gets length of this table in bytes (actual length not padded length).
|
long |
getOffset()
Gets offset from beginning of sfnt.
|
TtfTableRepository |
getTtfTables()
Reference to TTF table repository.
|
public TtfTableRepository getTtfTables()
Reference to TTF table repository.
public long getOffset()
Gets offset from beginning of sfnt.
protected long getLength()
Gets length of this table in bytes (actual length not padded length).