public class Glyph2D extends 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.
|
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 GeneralPath getPath()
Copyright © 2008–2018. All rights reserved.