public abstract class TTFFont extends Object
| Constructor and Description |
|---|
TTFFont() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
abstract int |
getFontVersion() |
TTFTable |
getTable(String tag)
Returns the table with the given tag and reads it if necessary.
|
void |
readAll()
Reads all tables.
|
void |
show() |
public abstract int getFontVersion()
public void show()
public TTFTable getTable(String tag) throws IOException
IOExceptionpublic void readAll()
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2014. All rights reserved.