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

java.lang.Object
  extended by org.freehep.graphicsio.font.truetype.TTFCMapTable.TableFormat
Direct Known Subclasses:
TTFCMapTable.TableFormat0, TTFCMapTable.TableFormat4
Enclosing class:
TTFCMapTable

public abstract class TTFCMapTable.TableFormat
extends java.lang.Object


Constructor Summary
TTFCMapTable.TableFormat()
           
 
Method Summary
abstract  int getGlyphIndex(int character)
           
abstract  void read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TTFCMapTable.TableFormat

public TTFCMapTable.TableFormat()
Method Detail

read

public abstract void read()
                   throws java.io.IOException
Throws:
java.io.IOException

getGlyphIndex

public abstract int getGlyphIndex(int character)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.