org.pentaho.reporting.libraries.fonts.text
public class DefaultFontSpecification extends Object implements FontSpecification
| Constructor Summary | |
|---|---|
| DefaultFontSpecification() | |
| DefaultFontSpecification(String fontFamily, double fontSize, int fontWeight, boolean italic, boolean oblique, boolean smallCaps, boolean antiAliasing, String encoding, boolean embedFontData) | |
| Method Summary | |
|---|---|
| String | getEncoding() |
| String | getFontFamily() |
| double | getFontSize() |
| int | getFontWeight() |
| boolean | isAntiAliasing() |
| boolean | isEmbedFontData() |
| boolean | isItalic() |
| boolean | isOblique() |
| boolean | isSmallCaps() |
| void | setAntiAliasing(boolean antiAliasing) |
| void | setEmbedFontData(boolean embedFontData) |
| void | setEncoding(String encoding) |
| void | setFontFamily(String fontFamily) |
| void | setFontSize(double fontSize) |
| void | setFontWeight(int fontWeight) |
| void | setItalic(boolean italic) |
| void | setOblique(boolean oblique) |
| void | setSmallCaps(boolean smallCaps) |