public class Glyph
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
chars
The Unicode text represented by this Glyph
|
int |
code
The code or id by which this is represented in the Font File
|
int |
width
The normalized width of this Glyph.
|
| Constructor and Description |
|---|
Glyph(int code,
int width,
java.lang.String chars) |
Copyright © 2013. All Rights Reserved.