FontMetrics.getMaxAdvance
Class Overview | Class Members |
This Package |
All Packages
public int getMaxAdvance()
Returns
the maximum advance width of any character
in the font, or -1 if the
maximum advance width is not known.
Description
Gets the maximum advance width of any character in this Font.
The advance width is the amount by which the current point is
moved from one character to the next in a line of text.