Class FXGFontSearchAttributes
java.lang.Object
com.adobe.fontengine.fontmanagement.fxg.FXGFontSearchAttributes
A search request for a font using FXG terms.
-
Constructor Summary
ConstructorsConstructorDescriptionFXGFontSearchAttributes(String platformName, boolean isBold, boolean isItalic) -
Method Summary
-
Constructor Details
-
FXGFontSearchAttributes
- Parameters:
platformName-isBold-isItalic-
-
-
Method Details
-
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() -
equals
-
toString
-