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: freehep-graphicsio/src/main/java/org/freehep/graphicsio/font/truetype/TTFOpenType.java 5641ca92a537 2005/11/26 00:15:35 duns $
- Author:
- Simon Fischer
| 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
- Throws:
IOException
getFontVersion
public int getFontVersion()
- Specified by:
getFontVersion in class TTFFont
Copyright © 2012. All Rights Reserved.