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 FontPolicy
RadianceCommonCortex.getDefaultFontPolicy()
Returns the default platform-specific font policy.static FontPolicy
RadianceCommonCortex.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 TypeClassDescriptionclass
The default font policy for Gnome OS.class
The default font policy for KDE OS.class
The default font policy for Mac OS.private static final class
Implements the default font lookup for the Plastic Linvalid input: '&f' family when running in a Windows environment.private static final class
Implements the default font lookup on the Windows platform.private static final class
A 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 FontPolicy
FontPolicies.createFixedPolicy
(FontSet fontSet) Returns a font policy that in turn always returns the specified FontSet.static FontPolicy
FontPolicies.getDefaultPlasticOnWindowsPolicy()
Returns the default font policy for Plastic on the Windows platform.static FontPolicy
FontPolicies.getDefaultPlasticPolicy()
Returns the default Plastic FontPolicy that may vary with the platform and environment.static FontPolicy
FontPolicies.getDefaultWindowsPolicy()
Returns the default font policy for the Windows platform.static FontPolicy
FontPolicies.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 FontPolicy
RadianceThemingCortex.GlobalScope.getFontPolicy()
Looks up and retrieves theFontPolicy
used by the Radiance family.Methods in org.pushingpixels.radiance.theming.api with parameters of type FontPolicyModifier and TypeMethodDescriptionstatic void
RadianceThemingCortex.GlobalScope.setFontPolicy
(FontPolicy fontPolicy) Sets theFontPolicy
to be used with Radiance family.