org.pentaho.reporting.libraries.fonts.truetype
Class TrueTypeCollection
java.lang.Object
org.pentaho.reporting.libraries.fonts.truetype.TrueTypeCollection
public class TrueTypeCollection
- extends Object
Reads a TrueTypeCollection file and instantiates the fonts contained in that
file.
- Author:
- Thomas Morgner
MAGIC_NUMBER
public static final long MAGIC_NUMBER
- See Also:
- Constant Field Values
TrueTypeCollection
public TrueTypeCollection(File filename)
throws IOException
- Throws:
IOException
getFilename
public File getFilename()
getNumFonts
public long getNumFonts()
getFont
public TrueTypeFont getFont(int index)
throws IOException
- Throws:
IOException