This method of the FontX Class returns a string that specifies the family, font face, style, and size of the given font.
public String toString();
Returns a string having the following format:
class[family=family-name,name=font-name,style=bold/italic,size=size]