com.lowagie.text.pdf.parser
public class GraphicsState extends Object
Since: 2.1.4
| Field Summary | |
|---|---|
| float | characterSpacing The current character spacing. |
| Matrix | ctm The current transformation matrix. |
| CMapAwareDocumentFont | font The active font. |
| float | fontSize The current font size. |
| float | horizontalScaling The current horizontal scaling |
| boolean | knockout The current knockout value. |
| float | leading The current leading. |
| int | renderMode The current render mode. |
| float | rise The current text rise |
| float | wordSpacing The current word spacing. |
| Constructor Summary | |
|---|---|
| GraphicsState()
Constructs a new Graphics State object with the default values. | |
| GraphicsState(GraphicsState source)
Copy constructor. | |
Parameters: source another GraphicsState object