|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.freehep.graphicsio.font.truetype.TTFTable
org.freehep.graphicsio.font.truetype.TTFVersionTable
org.freehep.graphicsio.font.truetype.TTFGlyfTable
public class TTFGlyfTable
GLYPH Table.
| Nested Class Summary | |
|---|---|
class |
TTFGlyfTable.CompositeGlyph
|
class |
TTFGlyfTable.Glyph
|
class |
TTFGlyfTable.SimpleGlyph
|
| Field Summary | |
|---|---|
TTFGlyfTable.Glyph[] |
glyphs
|
| Fields inherited from class org.freehep.graphicsio.font.truetype.TTFVersionTable |
|---|
majorVersion, minorVersion |
| Fields inherited from class org.freehep.graphicsio.font.truetype.TTFTable |
|---|
TABLE_CLASSES, TT_TAGS |
| Constructor Summary | |
|---|---|
TTFGlyfTable()
|
|
| Method Summary | |
|---|---|
TTFGlyfTable.Glyph |
getGlyph(int i)
|
String |
getTag()
|
void |
readTable()
|
String |
toString()
|
| Methods inherited from class org.freehep.graphicsio.font.truetype.TTFVersionTable |
|---|
readVersion |
| Methods inherited from class org.freehep.graphicsio.font.truetype.TTFTable |
|---|
getTable, init, isRead, read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public TTFGlyfTable.Glyph[] glyphs
| Constructor Detail |
|---|
public TTFGlyfTable()
| Method Detail |
|---|
public String getTag()
getTag in class TTFTable
public void readTable()
throws IOException
readTable in class TTFTableIOException
public TTFGlyfTable.Glyph getGlyph(int i)
throws IOException
IOExceptionpublic String toString()
toString in class TTFVersionTable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||