Class PlatformFontDescription
- java.lang.Object
-
- com.adobe.fontengine.font.FontDescription
-
- com.adobe.fontengine.fontmanagement.platform.PlatformFontDescription
-
- All Implemented Interfaces:
java.io.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, java.lang.String platformFamilyName)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
ULocale
getLocale()
Get the platform that this description is for.Platform
getPlatform()
Get the platform that this description is for.java.lang.String
getPlatformName()
int
hashCode()
java.lang.String
toString()
-
-
-
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 java.lang.String getPlatformName()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-