Interface Variant


public interface Variant
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    A font with all characters
    replaced by smaller variants of the capital characters.
    static final int
    A font with all characters
    replaced by smaller variants of the capital characters.
    static final int
    A normal font.
    static final int
    A font with the lower case characters
    replaced by smaller variants of the capital characters.
    static final int
    A font with the lower case characters
    replaced by smaller variants of the capital characters.
    static final int
    A font with capital letters that
    are more suitable for all-uppercase titles.
    static final int
    A font with the upper case characters
    replaced by smaller variants of the capital letters.
  • Field Details

    • NORMAL

      static final int NORMAL
      A normal font.
      See Also:
    • SMALL_CAPS

      static final int SMALL_CAPS
      A font with the lower case characters
      replaced by smaller variants of the capital characters.
      See Also:
    • ALL_SMALL_CAPS

      static final int ALL_SMALL_CAPS
      A font with all characters
      replaced by smaller variants of the capital characters. Since: 1.50
      See Also:
    • PETITE_CAPS

      static final int PETITE_CAPS
      A font with the lower case characters
      replaced by smaller variants of the capital characters.
      Petite Caps can be even smaller than Small Caps. Since: 1.50
      See Also:
    • ALL_PETITE_CAPS

      static final int ALL_PETITE_CAPS
      A font with all characters
      replaced by smaller variants of the capital characters.
      Petite Caps can be even smaller than Small Caps. Since: 1.50
      See Also:
    • UNICASE

      static final int UNICASE
      A font with the upper case characters
      replaced by smaller variants of the capital letters. Since: 1.50
      See Also:
    • TITLE_CAPS

      static final int TITLE_CAPS
      A font with capital letters that
      are more suitable for all-uppercase titles. Since: 1.50
      See Also: