org.jfree.layouting.input.style.keys.font
public class FontStyleKeys extends Object
Field Summary | |
---|---|
static StyleKey | FONT_EFFECT
Font-Effects are not used yet. |
static StyleKey | FONT_EMPHASIZE_POSITION
Font-Emphasize is not used yet. |
static StyleKey | FONT_EMPHASIZE_STYLE
Font-Emphasize is not used yet. |
static StyleKey | FONT_FAMILY
The font-family holds the fully resolved name of an valid font.
|
static StyleKey | FONT_NAME
If used in a @font rule, this defines an unique name/handle for a font
definition. |
static StyleKey | FONT_PITCH
A descriptor for @font rules, telling the system that the font either has
a fixed width for each char ('fixed') or that each char may have a different
width ('variable').
|
static StyleKey | FONT_SIZE
The font-size holds the size of the font in points. |
static StyleKey | FONT_SIZE_ADJUST
The font-size-adjust is not used for now. |
static StyleKey | FONT_SMOOTH
The font-smooth controls the anti-aliasing for the rendering process.
|
static StyleKey | FONT_STRETCH |
static StyleKey | FONT_STYLE |
static StyleKey | FONT_VARIANT |
static StyleKey | FONT_WEIGHT |
static StyleKey | MAX_FONT_SIZE
Used in conjunction with text-align-last: size; |
static StyleKey | MIN_FONT_SIZE
Used in conjunction with text-align-last: size; |
static StyleKey | X_FONT_SMOOTH_FLAG
A simple unconditional flag. |