public class TTFTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TrueTypeFont |
font
The font which contains this table.
|
protected boolean |
initialized
Indicates if the table is initialized or not.
|
Modifier and Type | Method and Description |
---|---|
long |
getCheckSum() |
boolean |
getInitialized()
Indicates if the table is already initialized.
|
long |
getLength() |
long |
getOffset() |
java.lang.String |
getTag() |
protected boolean initialized
protected final TrueTypeFont font
public long getCheckSum()
public long getLength()
public long getOffset()
public java.lang.String getTag()
public boolean getInitialized()