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
IOException
public void read() throws IOException
IOException
public abstract void readTable() throws IOException
IOException
public abstract String getTag()
public boolean isRead()
public TTFTable getTable(String tag) throws IOException
IOException
Copyright © 2020. All rights reserved.