FontMetrics.getWidths

FontMetrics.getWidths

Class Overview | Class Members | This Package | All Packages

Syntax
public int[] getWidths()
Returns
an array giving the advance widths of the characters in the font described by this font metric.
Description
Gets the advance widths of the first 256 characters in the 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.