FreeHEP API
Version current

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

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

public class TTFCMapTable.EncodingTable
extends Object

Source Code:
TTFCMapTable.EncodingTable.java

Field Summary
 int encodingID
           
 int format
           
 int length
           
 long offset
           
 int platformID
           
 TTFCMapTable.TableFormat tableFormat
           
 int version
           
 
Constructor Summary
TTFCMapTable.EncodingTable()
           
 
Method Summary
 void readBody()
           
 void readHeader()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

platformID

public int platformID

encodingID

public int encodingID

offset

public long offset

format

public int format

length

public int length

version

public int version

tableFormat

public TTFCMapTable.TableFormat tableFormat
Constructor Detail

TTFCMapTable.EncodingTable

public TTFCMapTable.EncodingTable()
Method Detail

readHeader

public void readHeader()
                throws IOException
Throws:
IOException

readBody

public void readBody()
              throws IOException
Throws:
IOException

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.