public class CharData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getCharCode()
Get the char code.
|
byte[] |
getCharData()
Get the char data.
|
double |
getGlyphX()
To render text, a virtual point (x, y), located on the baseline,
called the pen position, is used to locate glyphs.
|
double |
getGlyphY()
Get the glyph y.
|
public long getCharCode() throws PDFNetException
PDFNetException
public double getGlyphX() throws PDFNetException
PDFNetException
public double getGlyphY() throws PDFNetException
PDFNetException
public byte[] getCharData() throws PDFNetException
PDFNetException