Class TrueTypeCollection
java.lang.Object
org.pentaho.reporting.libraries.fonts.truetype.TrueTypeCollection
public class TrueTypeCollection
extends java.lang.Object
Reads a TrueTypeCollection file and instantiates the fonts contained in that
file.
- Author:
- Thomas Morgner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MAGIC_NUMBER
public static final long MAGIC_NUMBER- See Also:
-
-
Constructor Details
-
TrueTypeCollection
public TrueTypeCollection(java.io.File filename) throws java.io.IOException - Throws:
java.io.IOException
-
-
Method Details
-
getFilename
public java.io.File getFilename() -
getNumFonts
public long getNumFonts() -
getFont
- Throws:
java.io.IOException
-