FreeHEP API
Version current

org.freehep.graphicsio.font.truetype
Class TTFOS_2Table

java.lang.Object
  extended byorg.freehep.graphicsio.font.truetype.TTFTable
      extended byorg.freehep.graphicsio.font.truetype.TTFVersionTable
          extended byorg.freehep.graphicsio.font.truetype.TTFOS_2Table

public class TTFOS_2Table
extends TTFVersionTable

OS/2 Table.

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

Field Summary
 
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
TTFOS_2Table()
           
 
Method Summary
 String getAchVendID()
           
 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
 

Constructor Detail

TTFOS_2Table

public TTFOS_2Table()
Method Detail

getTag

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

readTable

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

getAchVendID

public String getAchVendID()

toString

public String toString()
Overrides:
toString in class TTFVersionTable

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.