FreeHEP API
Version current

org.freehep.graphicsio.font.truetype
Class TTFFile

java.lang.Object
  extended byorg.freehep.graphicsio.font.truetype.TTFFont
      extended byorg.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

Constructor Summary
TTFFile(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(String name)
        throws FileNotFoundException,
               IOException
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.