org.freehep.graphicsio.font.truetype
Class TTFOpenType

java.lang.Object
  extended by org.freehep.graphicsio.font.truetype.TTFFont
      extended by org.freehep.graphicsio.font.truetype.TTFOpenType

public class TTFOpenType
extends TTFFont

Conrete implementation of a TrueType font, attached to a JavaFont which implements the OpenType interface. FIXME: Test as soon as some Java Fonts implements OpenType. Probably TTFMemoryInput won't work. Tag names may be different for OpenType and TrueType.

Version:
$Id: TTFOpenType.java 8584 2006-08-10 23:06:37Z duns $
Author:
Simon Fischer

Constructor Summary
TTFOpenType(java.awt.font.OpenType openType)
           
 
Method Summary
 int getFontVersion()
           
 
Methods inherited from class org.freehep.graphicsio.font.truetype.TTFFont
close, getTable, readAll, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TTFOpenType

public TTFOpenType(java.awt.font.OpenType openType)
            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getFontVersion

public int getFontVersion()
Specified by:
getFontVersion in class TTFFont


Copyright © 2000-2007 FreeHEP. All Rights Reserved.