public abstract class TTFTable extends Object
| Modifier and Type | Field and Description |
|---|---|
static Class<?>[] |
TABLE_CLASSES |
static String[] |
TT_TAGS |
| Constructor and Description |
|---|
TTFTable() |
public static final String[] TT_TAGS
public static final Class<?>[] TABLE_CLASSES
public void init(TTFFont font, TTFInput ttf) throws IOException
IOExceptionpublic void read()
throws IOException
IOExceptionpublic abstract void readTable()
throws IOException
IOExceptionpublic abstract String getTag()
public boolean isRead()
public TTFTable getTable(String tag) throws IOException
IOExceptionCopyright © 2020. All rights reserved.