org.freehep.graphicsio.font.truetype
Class TTFCMapTable.TableFormat0

java.lang.Object
  extended by org.freehep.graphicsio.font.truetype.TTFCMapTable.TableFormat
      extended by org.freehep.graphicsio.font.truetype.TTFCMapTable.TableFormat0
Enclosing class:
TTFCMapTable

public class TTFCMapTable.TableFormat0
extends TTFCMapTable.TableFormat


Field Summary
 int[] glyphIdArray
           
 
Constructor Summary
TTFCMapTable.TableFormat0()
           
 
Method Summary
 int getGlyphIndex(int character)
           
 void read()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

glyphIdArray

public int[] glyphIdArray
Constructor Detail

TTFCMapTable.TableFormat0

public TTFCMapTable.TableFormat0()
Method Detail

read

public void read()
          throws java.io.IOException
Specified by:
read in class TTFCMapTable.TableFormat
Throws:
java.io.IOException

toString

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

getGlyphIndex

public int getGlyphIndex(int character)
Specified by:
getGlyphIndex in class TTFCMapTable.TableFormat


Copyright © 2000-2007 FreeHEP. All Rights Reserved.