java.lang.Object | |
↳ | com.pdftron.pdf.CharData |
CharData is a data structure returned by CharIterator that is used to provide extra information about a character within a text run. The extra information includes positioning information, the character data and a number of bytes taken by the character.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get the char code.
PDFNetException |
---|
Get the char data.
PDFNetException |
---|
To render text, a virtual point (x, y), located on the baseline, called the pen position, is used to locate glyphs. The pen position has already taken into account the effects of any inter-character adjustments due to properties such as font size, text rise, character spacing, word spacing and positioning adjustments on 'TJ' elements.
PDFNetException |
---|