Interface AbsoluteFontSize

All Superinterfaces:
FontSize

public interface AbsoluteFontSize extends FontSize
Absolute font size that is based on the default font size.
Since:
7.20
  • Method Details

    • xxSmall

      static AbsoluteFontSize xxSmall()
      Font size that is xx-small relatively to the default font size.
    • xSmall

      static AbsoluteFontSize xSmall()
      Font size that is x-small relatively to the default font size.
    • small

      static AbsoluteFontSize small()
      Font size that is small relatively to the default font size.
    • medium

      static AbsoluteFontSize medium()
      The default font size.
    • large

      static AbsoluteFontSize large()
      Font size that is large relatively to the default font size.
    • xLarge

      static AbsoluteFontSize xLarge()
      Font size that is x-large relatively to the default font size.
    • xxLarge

      static AbsoluteFontSize xxLarge()
      Font size that is xx-large relatively to the default font size.
    • xxxLarge

      static AbsoluteFontSize xxxLarge()
      Font size that is xxx-large relatively to the default font size.