Class FXGFontSearchAttributes
- java.lang.Object
-
- com.adobe.fontengine.fontmanagement.fxg.FXGFontSearchAttributes
-
public class FXGFontSearchAttributes extends java.lang.ObjectA search request for a font using FXG terms.
-
-
Constructor Summary
Constructors Constructor Description FXGFontSearchAttributes(java.lang.String platformName, boolean isBold, boolean isItalic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetFamilyName()Get the font family name used for FXG.inthashCode()booleanisBold()Tests whether the font is bold in FXG terms.booleanisItalic()Tests whether the font is italic in FXG terms.java.lang.StringtoString()
-
-
-
Method Detail
-
getFamilyName
public java.lang.String getFamilyName()
Get the font family name used for FXG.- Returns:
- the font family name
-
isBold
public boolean isBold()
Tests whether the font is bold in FXG terms.- Returns:
trueif the font is bold;falseotherwise
-
isItalic
public boolean isItalic()
Tests whether the font is italic in FXG terms.- Returns:
trueif the font is italic;falseotherwise
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-