org.pentaho.reporting.libraries.fonts.truetype
Class TrueTypeFont
java.lang.Object
org.pentaho.reporting.libraries.fonts.truetype.TrueTypeFont
public class TrueTypeFont
- extends Object
Creation-Date: 06.11.2005, 18:27:21
- Author:
- Thomas Morgner
TrueTypeFont
public TrueTypeFont(FontDataInputSource filename)
throws IOException
- Throws:
IOException
TrueTypeFont
public TrueTypeFont(FontDataInputSource filename,
long offset)
throws IOException
- Throws:
IOException
TrueTypeFont
public TrueTypeFont(FontDataInputSource filename,
long offset,
int collectionIndex)
throws IOException
- Throws:
IOException
TrueTypeFont
public TrueTypeFont(File filename)
throws IOException
- Throws:
IOException
TrueTypeFont
public TrueTypeFont(File filename,
long offset)
throws IOException
- Throws:
IOException
TrueTypeFont
public TrueTypeFont(File filename,
long offset,
int collectionIndex)
throws IOException
- Throws:
IOException
getCollectionIndex
public int getCollectionIndex()
getOffset
public long getOffset()
getFilename
public String 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
public FontTable getTable(long key)
throws IOException
- Throws:
IOException
dispose
public void dispose()
getInputSource
public FontDataInputSource getInputSource()