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