static class PdfContentByte.GraphicState extends Object
Modifier and Type | Field and Description |
---|---|
protected float |
charSpace
The current character spacing
|
(package private) ColorDetails |
colorDetails
This is the color in use
|
(package private) FontDetails |
fontDetails
This is the font in use
|
protected float |
leading
The current text leading.
|
protected float |
scale
The current horizontal scaling
|
(package private) float |
size
This is the font size in use
|
protected float |
wordSpace
The current word spacing
|
protected float |
xTLM
The x position of the text line matrix.
|
protected float |
yTLM
The y position of the text line matrix.
|
Constructor and Description |
---|
PdfContentByte.GraphicState() |
PdfContentByte.GraphicState(PdfContentByte.GraphicState cp) |
FontDetails fontDetails
ColorDetails colorDetails
float size
protected float xTLM
protected float yTLM
protected float leading
protected float scale
protected float charSpace
protected float wordSpace
PdfContentByte.GraphicState()
PdfContentByte.GraphicState(PdfContentByte.GraphicState cp)