FreeHEP API
Version v1.1

org.freehep.graphicsio.font.truetype
Class TTFOpenType

java.lang.Object
  |
  +--org.freehep.graphicsio.font.truetype.TTFFont
        |
        +--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,v 1.1 2001/11/29 01:45:29 duns Exp $
Author:
Simon Fischer

Constructor Summary
TTFOpenType(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(OpenType openType)
            throws IOException
Method Detail

getFontVersion

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

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.