Get the current Text Rendering Matrix (Trm).
[C#] virtual XTransform GetTextRenderingMatrix(GraphicsState state)
virtual XTransform GetTextRenderingMatrix(GraphicsState state)
This transformation matrix encompasses all text state parameters and can be used to place text for output.
The Trm is part of the PDF Specification and is defined precisely in the documentation for this.
None.