Interface FontScale


public interface FontScale
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Leave the font size unchanged
    static final int
    Change the font to a size suitable for Small Caps
    static final int
    Change the font to a size suitable for subscripts
    static final int
    Change the font to a size suitable for superscripts
  • Field Details

    • NONE

      static final int NONE
      Leave the font size unchanged
      See Also:
    • SUPERSCRIPT

      static final int SUPERSCRIPT
      Change the font to a size suitable for superscripts
      See Also:
    • SUBSCRIPT

      static final int SUBSCRIPT
      Change the font to a size suitable for subscripts
      See Also:
    • SMALL_CAPS

      static final int SMALL_CAPS
      Change the font to a size suitable for Small Caps
      See Also: