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
IOException
public void readAll() throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2016. All rights reserved.