Class FontStyleKeys
java.lang.Object
org.pentaho.reporting.libraries.css.keys.font.FontStyleKeys
http://www.w3.org/TR/css3-fonts/
- Author:
- Thomas Morgner
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StyleKey
Font-Effects are not used yet.static final StyleKey
Font-Emphasize is not used yet.static final StyleKey
Font-Emphasize is not used yet.static final StyleKey
The font-family holds the fully resolved name of an valid font.static final StyleKey
The font-size holds the size of the font in points.static final StyleKey
The font-size-adjust is not used for now.static final StyleKey
The font-smooth controls the anti-aliasing for the rendering process.static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
Used in conjunction with text-align-last: size;static final StyleKey
Used in conjunction with text-align-last: size; -
Method Summary
-
Field Details
-
FONT_EFFECT
Font-Effects are not used yet. It should be implemented later, if possible. -
FONT_EMPHASIZE_STYLE
Font-Emphasize is not used yet. It is needed for proper Asian font support. -
FONT_EMPHASIZE_POSITION
Font-Emphasize is not used yet. It is needed for proper Asian font support. -
FONT_FAMILY
The font-family holds the fully resolved name of an valid font. The font-family value may be null, if the specified font resolved to 'none'. -
FONT_SIZE
The font-size holds the size of the font in points. -
FONT_SIZE_ADJUST
The font-size-adjust is not used for now. -
FONT_SMOOTH
The font-smooth controls the anti-aliasing for the rendering process. This may affect the rendered font size. Resolving the font-smooth property must be done elsewhere (translating auto, never, always or the size specifications into a boolean). -
FONT_STYLE
-
FONT_VARIANT
-
FONT_WEIGHT
-
FONT_STRETCH
-
MIN_FONT_SIZE
Used in conjunction with text-align-last: size; -
MAX_FONT_SIZE
Used in conjunction with text-align-last: size;
-