FreeHEP API
Version v1.1

org.freehep.graphicsio.font.truetype
Class TTFPostTable

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

public class TTFPostTable
extends TTFTable

POST Table.

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

Field Summary
 double format
           
 int[] glyphNameIndex
           
 long isFixedPitch
           
 double italicAngle
           
 long maxMemType1
           
 long maxMemType42
           
 long minMemType1
           
 long minMemType42
           
 short underlinePosition
           
 short underlineThickness
           
 
Fields inherited from class org.freehep.graphicsio.font.truetype.TTFTable
TABLE_CLASSES, TT_TAGS
 
Constructor Summary
TTFPostTable()
           
 
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

format

public double format

italicAngle

public double italicAngle

underlinePosition

public short underlinePosition

underlineThickness

public short underlineThickness

isFixedPitch

public long isFixedPitch

minMemType42

public long minMemType42

maxMemType42

public long maxMemType42

minMemType1

public long minMemType1

maxMemType1

public long maxMemType1

glyphNameIndex

public int[] glyphNameIndex
Constructor Detail

TTFPostTable

public TTFPostTable()
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 TTFTable

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.