Class PlatformFontDescription
- java.lang.Object
-
- com.adobe.fontengine.font.FontDescription
-
- com.adobe.fontengine.fontmanagement.platform.PlatformFontDescription
-
- All Implemented Interfaces:
Serializable
public final class PlatformFontDescription extends FontDescription
A platform name description of a font. This description can be used for looking up fonts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformFontDescription(Platform platform, ULocale locale, String platformFamilyName)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ULocalegetLocale()Get the platform that this description is for.PlatformgetPlatform()Get the platform that this description is for.StringgetPlatformName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getPlatform
public Platform getPlatform()
Get the platform that this description is for.- Returns:
- the platform that this description is for
-
getLocale
public ULocale getLocale()
Get the platform that this description is for.- Returns:
- the platform that this description is for
-
getPlatformName
public String getPlatformName()
-
-