public static class PDFTextPage.CharInfo
extends java.lang.Object
CharInfo
is an inner class defined for a information of
character.Modifier and Type | Field and Description |
---|---|
RectF |
bbox
4 positions (left, bottom, right, top)of character's bounding box.
|
Font |
font
Font of the character.
|
float |
fontSize
Font size of character, measured in points (about 1/72 inch).
|
Matrix |
matrix
Matrix of character.
|
float |
originX
X position of the character origin.
|
float |
originY
Y position of the character origin.
|
int |
state
State of character.
|
Constructor and Description |
---|
PDFTextPage.CharInfo() |
public Font font
This object can be used by font related functions to get more
information about the font.
If character is generated, font
may be null
.
public int state
Please refer to constant definitions
and this should
be one of these constants.CHARSTATE_XXXX
public float fontSize
This is the typographic size of font referred to as "em size".
public float originX
public float originY
public RectF bbox
public Matrix matrix