public class FontStyleKeys
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
public static final StyleKey FONT_EFFECT
public static final StyleKey FONT_EMPHASIZE_STYLE
public static final StyleKey FONT_EMPHASIZE_POSITION
public static final StyleKey FONT_FAMILY
public static final StyleKey FONT_SIZE
public static final StyleKey FONT_SIZE_ADJUST
public static final StyleKey FONT_SMOOTH
public static final StyleKey X_FONT_SMOOTH_FLAG
public static final StyleKey FONT_STYLE
public static final StyleKey FONT_VARIANT
public static final StyleKey FONT_WEIGHT
public static final StyleKey FONT_STRETCH
public static final StyleKey MIN_FONT_SIZE
public static final StyleKey MAX_FONT_SIZE
public static final StyleKey FONT_NAME
public static final StyleKey FONT_PITCH