Package com.itextpdf.text.pdf
Class Glyph
- java.lang.Object
-
- com.itextpdf.text.pdf.Glyph
-
public class Glyph extends Object
- Author:
- Palash Ray
-
-
Field Detail
-
code
public final int code
The code or id by which this is represented in the Font File
-
width
public final int width
The normalized width of this Glyph.
-
chars
public final String chars
The Unicode text represented by this Glyph
-
-
Constructor Detail
-
Glyph
public Glyph(int code, int width, String chars)
-
-