org.pentaho.reporting.libraries.fonts.truetype
public class TrueTypeFont extends Object
| Constructor Summary | |
|---|---|
| TrueTypeFont(FontDataInputSource filename) | |
| TrueTypeFont(FontDataInputSource filename, long offset) | |
| TrueTypeFont(FontDataInputSource filename, long offset, int collectionIndex) | |
| TrueTypeFont(File filename) | |
| TrueTypeFont(File filename, long offset) | |
| TrueTypeFont(File filename, long offset, int collectionIndex) | |
| Method Summary | |
|---|---|
| void | dispose() |
| protected void | finalize() |
| int | getCollectionIndex() |
| String | getFilename()
The file that was used to load the font. |
| FontDataInputSource | getInputSource() |
| long | getOffset() |
| FontTable | getTable(long key) |
| protected byte[] | readFully(long offset, int length) |
| protected FontTable | readTable(TrueTypeFont.TableDirectoryEntry table) |
Returns: