public class FontStyleKeys extends 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_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;
|
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 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