FreeHEP API
Version current

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

java.lang.Object
  extended byorg.freehep.graphicsio.font.truetype.TTFCMapTable.TableFormat
      extended byorg.freehep.graphicsio.font.truetype.TTFCMapTable.TableFormat4
Enclosing class:
TTFCMapTable

public class TTFCMapTable.TableFormat4
extends TTFCMapTable.TableFormat

Source Code:
TTFCMapTable.TableFormat4.java

Field Summary
 int[] endCount
           
 short[] idDelta
           
 int[] idRangeOffset
           
 int segCount
           
 int[] startCount
           
 
Constructor Summary
TTFCMapTable.TableFormat4()
           
 
Method Summary
 int getGlyphIndex(int character)
           
 void read()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

segCount

public int segCount

endCount

public int[] endCount

startCount

public int[] startCount

idRangeOffset

public int[] idRangeOffset

idDelta

public short[] idDelta
Constructor Detail

TTFCMapTable.TableFormat4

public TTFCMapTable.TableFormat4()
Method Detail

read

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

toString

public String toString()

getGlyphIndex

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.