public class Glyph2D
extends java.lang.Object
Constructor | Description |
---|---|
Glyph2D(GlyphDescription gd,
short lsb,
int advance) |
Constructor.
|
Modifier and Type | Method | 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()
Copyright © 2008–2018. All rights reserved.