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
- Source Code:
- TTFOpenType.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TTFOpenType
public TTFOpenType(OpenType openType)
throws IOException
getFontVersion
public int getFontVersion()
- Specified by:
getFontVersion
in class TTFFont
Copyright © 2000-2004 FreeHEP, All Rights Reserved.