The getAttributeList method of the FontX Class contains the following signatures:
getAttributeList()
getAttributeList(String face)
Retrieves a list of the attributes that the current font supports.
public static String[] getAttributeList();
Returns an array of strings describing the attributes the font supports.
Retrieves a list of the attributes this font supports, given the font face.
public static String[] getAttributeList(String face);
Returns an array of strings describing the attributes the font supports.
face | The current font face. |