org.freehep.graphicsio.font.truetype
Class TTFTable
java.lang.Object
org.freehep.graphicsio.font.truetype.TTFTable
- Direct Known Subclasses:
- TTFCMapTable, TTFHMtxTable, TTFLocaTable, TTFNameTable, TTFPostTable, TTFVersionTable
public abstract class TTFTable
- extends Object
Concrete instances derived from this class hold data stored in true type
tables. Right now the data is accessible as public attributes. In some cases
methods may return more convenient objects (such as Shapes instead of point
arrays).
- Version:
- $Id: TTFTable.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Simon Fischer
TT_TAGS
public static final String[] TT_TAGS
TABLE_CLASSES
public static final Class[] TABLE_CLASSES
TTFTable
public TTFTable()
init
public void init(TTFFont font,
TTFInput ttf)
throws IOException
- Throws:
IOException
read
public void read()
throws IOException
- Throws:
IOException
readTable
public abstract void readTable()
throws IOException
- Throws:
IOException
getTag
public abstract String getTag()
isRead
public boolean isRead()
getTable
public TTFTable getTable(String tag)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.