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