Uses of Interface
org.pushingpixels.radiance.common.api.font.FontPolicy
Packages that use FontPolicy
Package
Description
-
Uses of FontPolicy in org.pushingpixels.radiance.common.api
Methods in org.pushingpixels.radiance.common.api that return FontPolicyModifier and TypeMethodDescriptionstatic FontPolicyRadianceCommonCortex.getDefaultFontPolicy()Returns the default platform-specific font policy.static FontPolicyRadianceCommonCortex.getScaledFontPolicy(float scaleFactor) Returns scaled platform-specific font policy. -
Uses of FontPolicy in org.pushingpixels.radiance.common.internal.font
Classes in org.pushingpixels.radiance.common.internal.font that implement FontPolicyModifier and TypeClassDescriptionclassThe default font policy for Gnome OS.classThe default font policy for KDE OS.classThe default font policy for Mac OS.private static final classImplements the default font lookup for the Plastic Linvalid input: '&f' family when running in a Windows environment.private static final classImplements the default font lookup on the Windows platform.private static final classA FontPolicy that returns a fixed FontSet and that ignores the laf name and UIDefaults table.Methods in org.pushingpixels.radiance.common.internal.font that return FontPolicyModifier and TypeMethodDescriptionstatic FontPolicyFontPolicies.createFixedPolicy(FontSet fontSet) Returns a font policy that in turn always returns the specified FontSet.static FontPolicyFontPolicies.getDefaultPlasticOnWindowsPolicy()Returns the default font policy for Plastic on the Windows platform.static FontPolicyFontPolicies.getDefaultPlasticPolicy()Returns the default Plastic FontPolicy that may vary with the platform and environment.static FontPolicyFontPolicies.getDefaultWindowsPolicy()Returns the default font policy for the Windows platform.static FontPolicyFontPolicies.getLogicalFontsPolicy()Returns a font policy that returns the logical fonts as specified by the Java runtime environment. -
Uses of FontPolicy in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return FontPolicyModifier and TypeMethodDescriptionstatic FontPolicyRadianceThemingCortex.GlobalScope.getFontPolicy()Looks up and retrieves theFontPolicyused by the Radiance family.Methods in org.pushingpixels.radiance.theming.api with parameters of type FontPolicyModifier and TypeMethodDescriptionstatic voidRadianceThemingCortex.GlobalScope.setFontPolicy(FontPolicy fontPolicy) Sets theFontPolicyto be used with Radiance family.