Interface FontPolicy
- All Known Implementing Classes:
DefaultGnomeFontPolicy
,DefaultKDEFontPolicy
,DefaultMacFontPolicy
,FontPolicies.DefaultPlasticOnWindowsPolicy
,FontPolicies.DefaultWindowsPolicy
,FontPolicies.FixedPolicy
public interface FontPolicy
Looks up and returns a FontSet.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionLooks up and returns a set of fonts that will be used by a Look&Feel to set the default fonts for its components.
-
Method Details
-
getFontSet
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.This method is invoked during the L&F component initialization.
- Returns:
- a set of fonts used as default for the component.
-