Package com.ms.awt |
|
 Previous |
 Contents |
 Index |
 Next |
Class GlyphMetricsX
public class GlyphMetricsX
{
public int blackBoxX;
public int blackBoxY;
public Point glyphOrigin;
public int cellIncX;
public int cellIncY;
}
Defines the outline metrics for a character.
Fields
- blackBoxX
- Width of the smallest rectangle that completely encloses the glyph (its "black box").
- blackBoxY
- Height of the smallest rectangle that completely encloses the glyph (its "black box").
- glyphOrigin
- The x- and y-coordinates of the upper-left corner of the smallest rectangle that completely encloses the glyph
- cellIncX
- Horizontal distance from the origin of the current character cell to the origin of the next character cell.
- cellIncY
- Vertical distance from the origin of the current character cell to the origin of the next character cell.