| Constructor and Description |
|---|
ScaledFontSet(FontSet delegate,
float scaleFactor)
Creates a wrapper font set.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.plaf.FontUIResource |
getControlFont()
Returns the font used for all dialog components.
|
javax.swing.plaf.FontUIResource |
getMenuFont()
Returns the font used for the menu.
|
javax.swing.plaf.FontUIResource |
getMessageFont()
Returns the font used for message dialogs.
|
javax.swing.plaf.FontUIResource |
getSmallFont()
Returns the font used for tool tips.
|
javax.swing.plaf.FontUIResource |
getTitleFont()
Returns the font used for the title label in TitledBorders.
|
javax.swing.plaf.FontUIResource |
getWindowTitleFont()
Returns the font used for internal frame titles.
|
public ScaledFontSet(FontSet delegate, float scaleFactor)
delegate - The base Substance font set.scaleFactor - Scale factor. Should be positive.public javax.swing.plaf.FontUIResource getControlFont()
FontSetgetControlFont in interface FontSetpublic javax.swing.plaf.FontUIResource getMenuFont()
FontSetgetMenuFont in interface FontSetpublic javax.swing.plaf.FontUIResource getMessageFont()
FontSetgetMessageFont in interface FontSetpublic javax.swing.plaf.FontUIResource getSmallFont()
FontSetgetSmallFont in interface FontSetpublic javax.swing.plaf.FontUIResource getTitleFont()
FontSetgetTitleFont in interface FontSetpublic javax.swing.plaf.FontUIResource getWindowTitleFont()
FontSetgetWindowTitleFont in interface FontSet