FreeHEP API
Version v1.1

org.freehep.graphicsio.font.truetype
Class TTFHHeaTable

java.lang.Object
  |
  +--org.freehep.graphicsio.font.truetype.TTFTable
        |
        +--org.freehep.graphicsio.font.truetype.TTFVersionTable
              |
              +--org.freehep.graphicsio.font.truetype.TTFHHeaTable

public class TTFHHeaTable
extends TTFVersionTable

HHEA Table.

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

Field Summary
 int advanceWidthMax
           
 short ascender
           
 short caretSlopeRise
           
 short caretSlopeRun
           
 short descender
           
 short lineGap
           
 short metricDataFormat
           
 short minLeftSideBearing
           
 short minRightSideBearing
           
 int numberOfHMetrics
           
 short xMaxExtent
           
 
Fields inherited from class org.freehep.graphicsio.font.truetype.TTFVersionTable
majorVersion, minorVersion
 
Fields inherited from class org.freehep.graphicsio.font.truetype.TTFTable
TABLE_CLASSES, TT_TAGS
 
Constructor Summary
TTFHHeaTable()
           
 
Method Summary
 String getTag()
           
 void readTable()
           
 String toString()
           
 
Methods inherited from class org.freehep.graphicsio.font.truetype.TTFVersionTable
readVersion
 
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

ascender

public short ascender

descender

public short descender

lineGap

public short lineGap

advanceWidthMax

public int advanceWidthMax

minLeftSideBearing

public short minLeftSideBearing

minRightSideBearing

public short minRightSideBearing

xMaxExtent

public short xMaxExtent

caretSlopeRise

public short caretSlopeRise

caretSlopeRun

public short caretSlopeRun

metricDataFormat

public short metricDataFormat

numberOfHMetrics

public int numberOfHMetrics
Constructor Detail

TTFHHeaTable

public TTFHHeaTable()
Method Detail

getTag

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

readTable

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

toString

public String toString()
Overrides:
toString in class TTFVersionTable

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.