org.jfree.layouting.layouter.context
public class FontSpecification extends Object
Constructor Summary | |
---|---|
FontSpecification(LayoutStyle style) |
Method Summary | |
---|---|
String | getFontFamily() |
double | getFontSize()
The requested font size. |
int | getFontWeight() |
boolean | isAntiAliasing() |
boolean | isItalic() |
boolean | isOblique() |
boolean | isSmallCaps() |
void | setFontFamily(String fontFamily)
Redefines the physical font family. |
void | setFontSize(double fontSize)
The font size is resolved once during the resolve cycle. |
Returns: the font size.
Parameters: fontFamily
Parameters: fontSize the font size as used during the rendering.