org.pentaho.reporting.libraries.fonts.truetype
public class TrueTypeFontIdentifier extends Object implements FontIdentifier, Serializable
Constructor Summary | |
---|---|
TrueTypeFontIdentifier(String fontSource, String fontName, String fontVariant, int collectionIndex, long offset) |
Method Summary | |
---|---|
boolean | equals(Object o) |
int | getCollectionIndex() |
String | getFontName() |
String | getFontSource() |
FontType | getFontType() |
String | getFontVariant() |
long | getOffset() |
int | hashCode() |
boolean | isScalable()
Defines, whether the font identifier represents a scalable font type. |
Returns: true, if the font is scalable, false otherwise