public class Glyph extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
public final int code
public final int width
public final String chars
public Glyph(int code, int width, String chars)
Copyright © 2016. All rights reserved.