org.freehep.graphicsio.font.truetype
Class TTFGlyfTable

java.lang.Object
  extended by org.freehep.graphicsio.font.truetype.TTFTable
      extended by org.freehep.graphicsio.font.truetype.TTFVersionTable
          extended by org.freehep.graphicsio.font.truetype.TTFGlyfTable

public class TTFGlyfTable
extends TTFVersionTable

GLYPH Table.

Version:
$Id: TTFGlyfTable.java 8584 2006-08-10 23:06:37Z duns $
Author:
Simon Fischer

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)
           
 java.lang.String getTag()
           
 void readTable()
           
 java.lang.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

glyphs

public TTFGlyfTable.Glyph[] glyphs
Constructor Detail

TTFGlyfTable

public TTFGlyfTable()
Method Detail

getTag

public java.lang.String getTag()
Specified by:
getTag in class TTFTable

readTable

public void readTable()
               throws java.io.IOException
Specified by:
readTable in class TTFTable
Throws:
java.io.IOException

getGlyph

public TTFGlyfTable.Glyph getGlyph(int i)
                            throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class TTFVersionTable


Copyright © 2000-2007 FreeHEP. All Rights Reserved.