org.freehep.graphicsio.font.truetype
Class TTFFile

java.lang.Object
  extended by org.freehep.graphicsio.font.truetype.TTFFont
      extended by 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 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

Constructor Summary
TTFFile(java.lang.String name)
           
 
Method Summary
 void close()
           
 int getFontVersion()
           
 void show()
           
 
Methods inherited from class org.freehep.graphicsio.font.truetype.TTFFont
getTable, readAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TTFFile

public TTFFile(java.lang.String name)
        throws java.io.FileNotFoundException,
               java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException
Method Detail

getFontVersion

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

close

public void close()
           throws java.io.IOException
Overrides:
close in class TTFFont
Throws:
java.io.IOException

show

public void show()
Overrides:
show in class TTFFont


Copyright © 2000-2007 FreeHEP. All Rights Reserved.