CFFTable
, CmapTable
, DigitalSignatureTable
, GlyphSubstitutionTable
, GlyphTable
, HeaderTable
, HorizontalHeaderTable
, HorizontalMetricsTable
, IndexToLocationTable
, KerningTable
, MaximumProfileTable
, NamingTable
, OS2WindowsMetricsTable
, OTLTable
, PostScriptTable
, VerticalHeaderTable
, VerticalMetricsTable
, VerticalOriginTable
public class TTFTable extends 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() |
|
String |
getTag() |
protected boolean initialized
protected final TrueTypeFont font
public long getCheckSum()
public long getLength()
public long getOffset()
public String getTag()
public boolean getInitialized()
Copyright © 2008–2018. All rights reserved.