org.freehep.graphicsio.font.truetype
Class TTFVersionTable

java.lang.Object
  extended by org.freehep.graphicsio.font.truetype.TTFTable
      extended by 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 8584 2006-08-10 23:06:37Z duns $
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()
           
 java.lang.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 java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class TTFTable


Copyright © 2000-2007 FreeHEP. All Rights Reserved.