public class TrueTypeCollection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
MAGIC_NUMBER |
| Constructor and Description |
|---|
TrueTypeCollection(java.io.File filename) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFilename() |
TrueTypeFont |
getFont(int index) |
long |
getNumFonts() |
public static final long MAGIC_NUMBER
public TrueTypeCollection(java.io.File filename)
throws java.io.IOException
java.io.IOExceptionpublic java.io.File getFilename()
public long getNumFonts()
public TrueTypeFont getFont(int index) throws java.io.IOException
java.io.IOException