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: TTFFile.java,v 1.1 2001/11/29 01:45:29 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- TTFFile.java
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
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 © 2000-2004 FreeHEP, All Rights Reserved.