Retrieves a boolean value that indicates whether the base font used by the specified Font object is identical to that used by this Font object.
public boolean equalsBase( Font font )
font
The font to evaluate.
Returns true if the given font has the same base characteristics as this font; otherwise, returns false.
A font shares the same base characteristics as another if the fonts have the same typeface name and use the same character set.