org.freehep.graphicsio.font.truetype
Class TTFFile
java.lang.Object
org.freehep.graphicsio.font.truetype.TTFFont
org.freehep.graphicsio.font.truetype.TTFFile
public class TTFFile
- extends TTFFont
Concrete implementation of the TrueType Font, read from a TTF File.
- Version:
- $Id: freehep-graphicsio/src/main/java/org/freehep/graphicsio/font/truetype/TTFFile.java 5641ca92a537 2005/11/26 00:15:35 duns $
- Author:
- Mark Donszelmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TTFFile
public TTFFile(String name)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
getFontVersion
public int getFontVersion()
- Specified by:
getFontVersion in class TTFFont
close
public void close()
throws IOException
- Overrides:
close in class TTFFont
- Throws:
IOException
show
public void show()
- Overrides:
show in class TTFFont
Copyright © 2012. All Rights Reserved.