public class Glyph
extends java.lang.Object
Modifier and Type | Field | 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 | Description |
---|---|
Glyph(int code,
int width,
java.lang.String chars) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
java.lang.String |
toString() |
Copyright © 1998–2018. All rights reserved.