Class FontStyleKeys

java.lang.Object
org.pentaho.reporting.libraries.css.keys.font.FontStyleKeys

public class FontStyleKeys extends Object
http://www.w3.org/TR/css3-fonts/
Author:
Thomas Morgner
  • Field Details

    • FONT_EFFECT

      public static final StyleKey FONT_EFFECT
      Font-Effects are not used yet. It should be implemented later, if possible.
    • FONT_EMPHASIZE_STYLE

      public static final StyleKey FONT_EMPHASIZE_STYLE
      Font-Emphasize is not used yet. It is needed for proper Asian font support.
    • FONT_EMPHASIZE_POSITION

      public static final StyleKey FONT_EMPHASIZE_POSITION
      Font-Emphasize is not used yet. It is needed for proper Asian font support.
    • FONT_FAMILY

      public static final StyleKey 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

      public static final StyleKey FONT_SIZE
      The font-size holds the size of the font in points.
    • FONT_SIZE_ADJUST

      public static final StyleKey FONT_SIZE_ADJUST
      The font-size-adjust is not used for now.
    • FONT_SMOOTH

      public static final StyleKey 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

      public static final StyleKey FONT_STYLE
    • FONT_VARIANT

      public static final StyleKey FONT_VARIANT
    • FONT_WEIGHT

      public static final StyleKey FONT_WEIGHT
    • FONT_STRETCH

      public static final StyleKey FONT_STRETCH
    • MIN_FONT_SIZE

      public static final StyleKey MIN_FONT_SIZE
      Used in conjunction with text-align-last: size;
    • MAX_FONT_SIZE

      public static final StyleKey MAX_FONT_SIZE
      Used in conjunction with text-align-last: size;