FreeHEP API
Version current

org.freehep.graphicsio.font.truetype
Class TTFHMtxTable

java.lang.Object
  extended byorg.freehep.graphicsio.font.truetype.TTFTable
      extended byorg.freehep.graphicsio.font.truetype.TTFHMtxTable

public class TTFHMtxTable
extends TTFTable

HMTX Table.

Version:
$Id: TTFHMtxTable.java,v 1.1 2001/11/29 01:45:29 duns Exp $
Author:
Simon Fischer
Source Code:
TTFHMtxTable.java

Field Summary
 int[] advanceWidth
           
 short[] leftSideBearing
           
 short[] leftSideBearing2
           
 
Fields inherited from class org.freehep.graphicsio.font.truetype.TTFTable
TABLE_CLASSES, TT_TAGS
 
Constructor Summary
TTFHMtxTable()
           
 
Method Summary
 String getTag()
           
 void readTable()
           
 String toString()
           
 
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

advanceWidth

public int[] advanceWidth

leftSideBearing

public short[] leftSideBearing

leftSideBearing2

public short[] leftSideBearing2
Constructor Detail

TTFHMtxTable

public TTFHMtxTable()
Method Detail

getTag

public String getTag()
Specified by:
getTag in class TTFTable

readTable

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

toString

public String toString()
Overrides:
toString in class TTFTable

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.