Interface FontPolicy
-
public interface FontPolicyLooks up and returns a FontSet.- See Also:
FontSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontSetgetFontSet()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
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.
-
-