public class Glyph2D
extends java.lang.Object
Constructor and Description |
---|
Glyph2D(GlyphDescription gd,
short lsb,
int advance)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getAdvanceWidth()
Returns the advanceWidth value.
|
short |
getLeftSideBearing()
Returns the leftSideBearing value.
|
java.awt.geom.GeneralPath |
getPath()
Returns the path describing the glyph.
|
public Glyph2D(GlyphDescription gd, short lsb, int advance)
gd
- the glyph descriptionlsb
- leftSideBearingadvance
- advanceWidthpublic int getAdvanceWidth()
public short getLeftSideBearing()
public java.awt.geom.GeneralPath getPath()