Class TTFTable
java.lang.Object
org.apache.fontbox.ttf.TTFTable
- Direct Known Subclasses:
CFFTable, CmapTable, DigitalSignatureTable, GlyphSubstitutionTable, GlyphTable, HeaderTable, HorizontalHeaderTable, HorizontalMetricsTable, IndexToLocationTable, KerningTable, MaximumProfileTable, NamingTable, OS2WindowsMetricsTable, OTLTable, PostScriptTable, VerticalHeaderTable, VerticalMetricsTable, VerticalOriginTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TrueTypeFontThe font which contains this table.protected booleanIndicates if the table is initialized or not. -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanIndicates if the table is already initialized.longlonggetTag()
-
Field Details
-
initialized
protected volatile boolean initializedIndicates if the table is initialized or not. -
font
The font which contains this table.
-
-
Method Details
-
getCheckSum
public long getCheckSum()- Returns:
- Returns the checkSum.
-
getLength
public long getLength()- Returns:
- Returns the length.
-
getOffset
public long getOffset()- Returns:
- Returns the offset.
-
getTag
- Returns:
- Returns the tag.
-
getInitialized
public boolean getInitialized()Indicates if the table is already initialized.- Returns:
- true if the table is initialized
-