Class DefaultMacFontPolicy
- java.lang.Object
-
- org.pushingpixels.radiance.common.internal.font.DefaultMacFontPolicy
-
- All Implemented Interfaces:
FontPolicy
public class DefaultMacFontPolicy extends java.lang.Object implements FontPolicy
The default font policy for Mac OS.
-
-
Constructor Summary
Constructors Constructor Description DefaultMacFontPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FontSet
getFontSet()
Looks up and returns a set of fonts that will be used by a Look&Feel to set the default fonts for its components.
-
-
-
Method Detail
-
getFontSet
public FontSet getFontSet()
Description copied from interface:FontPolicy
Looks up and returns a set of fonts that will be used by a Look&Feel to set the default fonts for its components.This method is invoked during the L&F component initialization.
- Specified by:
getFontSet
in interfaceFontPolicy
- Returns:
- a set of fonts used as default for the component.
-
-