CFFTable, CmapTable, DigitalSignatureTable, GlyphSubstitutionTable, GlyphTable, HeaderTable, HorizontalHeaderTable, HorizontalMetricsTable, IndexToLocationTable, KerningTable, MaximumProfileTable, NamingTable, OS2WindowsMetricsTable, OTLTable, PostScriptTable, VerticalHeaderTable, VerticalMetricsTable, VerticalOriginTablepublic class TTFTable
extends java.lang.Object
| Modifier and Type | Field | 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 | 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()
Copyright © 2008–2018. All rights reserved.