public class TTFTable extends 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() |
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 © 2002–2018 The Apache Software Foundation. All rights reserved.