This method of the FontX Class compares the current font face to the specified face.
public static boolean matchFace(String face);
Returns true if the current face is the same as the specified face; otherwise, returns false.
face | The name of the font face to compare to the current font face. |