public class FXGFontSearchAttributes extends Object
| Constructor and Description |
|---|
FXGFontSearchAttributes(String platformName,
boolean isBold,
boolean isItalic) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFamilyName()
Get the font family name used for FXG.
|
int |
hashCode() |
boolean |
isBold()
Tests whether the font is bold in FXG terms.
|
boolean |
isItalic()
Tests whether the font is italic in FXG terms.
|
String |
toString() |
public FXGFontSearchAttributes(String platformName, boolean isBold, boolean isItalic)
platformName - isBold - isItalic - public String getFamilyName()
public boolean isBold()
true if the font is bold; false otherwisepublic boolean isItalic()
true if the font is italic; false otherwiseCopyright © 2010 - 2020 Adobe. All Rights Reserved