FreeHEP API
Version v1.1

org.freehep.graphicsio.font.truetype
Class TTFVersionTable

java.lang.Object
  |
  +--org.freehep.graphicsio.font.truetype.TTFTable
        |
        +--org.freehep.graphicsio.font.truetype.TTFVersionTable
Direct Known Subclasses:
TTFGlyfTable, TTFHeadTable, TTFHHeaTable, TTFMaxPTable, TTFOS_2Table

public abstract class TTFVersionTable
extends TTFTable

VERSION Table.

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

Field Summary
 int majorVersion
           
 int minorVersion
           
 
Fields inherited from class org.freehep.graphicsio.font.truetype.TTFTable
TABLE_CLASSES, TT_TAGS
 
Constructor Summary
TTFVersionTable()
           
 
Method Summary
 void readVersion()
           
 String toString()
           
 
Methods inherited from class org.freehep.graphicsio.font.truetype.TTFTable
getTable, getTag, init, isRead, read, readTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

minorVersion

public int minorVersion

majorVersion

public int majorVersion
Constructor Detail

TTFVersionTable

public TTFVersionTable()
Method Detail

readVersion

public void readVersion()
                 throws IOException
IOException

toString

public String toString()
Overrides:
toString in class TTFTable

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.