FreeHEP API
Version current

org.freehep.graphicsio.font.truetype
Class TTFVersionTable

java.lang.Object
  extended byorg.freehep.graphicsio.font.truetype.TTFTable
      extended byorg.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
Source Code:
TTFVersionTable.java

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
Throws:
IOException

toString

public String toString()
Overrides:
toString in class TTFTable

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.