Package com.teamdev.jxbrowser.ui
Interface AbsoluteFontSize
- All Superinterfaces:
FontSize
Absolute font size that is based on the default font size.
- Since:
- 7.20
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbsoluteFontSize
large()
Font size that is large relatively to the default font size.static AbsoluteFontSize
medium()
The default font size.static AbsoluteFontSize
small()
Font size that is small relatively to the default font size.static AbsoluteFontSize
xLarge()
Font size that is x-large relatively to the default font size.static AbsoluteFontSize
xSmall()
Font size that is x-small relatively to the default font size.static AbsoluteFontSize
xxLarge()
Font size that is xx-large relatively to the default font size.static AbsoluteFontSize
xxSmall()
Font size that is xx-small relatively to the default font size.static AbsoluteFontSize
xxxLarge()
Font size that is xxx-large relatively to the default font size.
-
Method Details
-
xxSmall
Font size that is xx-small relatively to the default font size. -
xSmall
Font size that is x-small relatively to the default font size. -
small
Font size that is small relatively to the default font size. -
medium
The default font size. -
large
Font size that is large relatively to the default font size. -
xLarge
Font size that is x-large relatively to the default font size. -
xxLarge
Font size that is xx-large relatively to the default font size. -
xxxLarge
Font size that is xxx-large relatively to the default font size.
-