|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.freehep.graphicsio.font.truetype.TTFFont
public abstract class TTFFont
TrueType Font with all its tables.
| Constructor Summary | |
|---|---|
TTFFont()
|
|
| Method Summary | |
|---|---|
void |
close()
|
abstract int |
getFontVersion()
|
TTFTable |
getTable(java.lang.String tag)
Returns the table with the given tag and reads it if necessary. |
void |
readAll()
Reads all tables. |
void |
show()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TTFFont()
| Method Detail |
|---|
public abstract int getFontVersion()
public void show()
public TTFTable getTable(java.lang.String tag)
throws java.io.IOException
java.io.IOException
public void readAll()
throws java.io.IOException
java.io.IOException
public void close()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||