|
TinyLine v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tinyline.tiny2d.TinyGlyph
The TinyGlyph class specifies a glyph representing a unit of rendered content within a font.
Fonts consist of a collection of glyphs and other associated information. Each TinyGlyph object consists of an identifier (unicode char) along with drawing instructions (path) for rendering that particular glyph. The horizAdvX is a metric which is used to describe how the glyph must be placed and managed when rendering text.
| Field Summary | |
int |
horizAdvX
The horizontal advance value. |
TinyPath |
path
The glyph outline. |
int |
unicode
The unicode char this glyph represents. |
| Constructor Summary | |
TinyGlyph()
Constructs and initializes a new TinyGlyph object. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int unicode
public int horizAdvX
public TinyPath path
| Constructor Detail |
public TinyGlyph()
|
TinyLine v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||