Overview | Methods | Fields | This Package | All Packages
Retrieves a boolean value that indicates whether the specified FontMetrics object uses the same base font base as this one.
Syntax
public boolean equalsBase( FontMetrics fi )
Parameters
fi
The FontMetrics object to evaluate.
Return Value
Returns true if the given FontMetrics object has the same base characteristics as this object; otherwise, returns false.