Interface FontPolicy


  • public interface FontPolicy
    Looks up and returns a FontSet.
    See Also:
    FontSet
    • 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.