org.freehep.graphicsio.font.truetype
Class TTFGlyfTable
java.lang.Object
org.freehep.graphicsio.font.truetype.TTFTable
org.freehep.graphicsio.font.truetype.TTFVersionTable
org.freehep.graphicsio.font.truetype.TTFGlyfTable
public class TTFGlyfTable
- extends TTFVersionTable
GLYPH Table.
- Version:
- $Id: freehep-graphicsio/src/main/java/org/freehep/graphicsio/font/truetype/TTFGlyfTable.java 99d568e4bb45 2006/02/16 21:47:24 duns $
- Author:
- Simon Fischer
glyphs
public TTFGlyfTable.Glyph[] glyphs
TTFGlyfTable
public TTFGlyfTable()
getTag
public String getTag()
- Specified by:
getTag in class TTFTable
readTable
public void readTable()
throws IOException
- Specified by:
readTable in class TTFTable
- Throws:
IOException
getGlyph
public TTFGlyfTable.Glyph getGlyph(int i)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class TTFVersionTable
Copyright © 2012. All Rights Reserved.