org.pentaho.reporting.libraries.fonts.itext
public class ITextBuiltInFontRecord extends Object implements FontRecord, FontIdentifier
Constructor Summary | |
---|---|
ITextBuiltInFontRecord(FontFamily family, String fullName, boolean bold, boolean italics, boolean oblique) |
Method Summary | |
---|---|
boolean | equals(Object o) |
FontFamily | getFamily() |
FontType | getFontType() |
String | getFullName() |
FontIdentifier | getIdentifier() |
int | hashCode() |
boolean | isBold() |
boolean | isItalic() |
boolean | isOblique() |
boolean | isScalable() |