Class TrueTypeFont
java.lang.Object
org.pentaho.reporting.libraries.fonts.truetype.TrueTypeFont
Creation-Date: 06.11.2005, 18:27:21
- Author:
- Thomas Morgner
-
Constructor Summary
ConstructorsConstructorDescriptionTrueTypeFont
(File filename) TrueTypeFont
(File filename, long offset) TrueTypeFont
(File filename, long offset, int collectionIndex) TrueTypeFont
(FontDataInputSource filename) TrueTypeFont
(FontDataInputSource filename, long offset) TrueTypeFont
(FontDataInputSource filename, long offset, int collectionIndex) -
Method Summary
-
Constructor Details
-
TrueTypeFont
- Throws:
IOException
-
TrueTypeFont
- Throws:
IOException
-
TrueTypeFont
public TrueTypeFont(FontDataInputSource filename, long offset, int collectionIndex) throws IOException - Throws:
IOException
-
TrueTypeFont
- Throws:
IOException
-
TrueTypeFont
- Throws:
IOException
-
TrueTypeFont
- Throws:
IOException
-
-
Method Details
-
getCollectionIndex
public int getCollectionIndex() -
getOffset
public long getOffset() -
getFilename
The file that was used to load the font. This is deprecated, as only the transition version of JFreeReport is using this hack.- Returns:
-
getTable
- Throws:
IOException
-
dispose
public void dispose() -
getInputSource
-