Get the current Text Rendering Matrix (Trm).
[C#] virtual XTransform GetTextRenderingMatrix(GraphicsState state) [Visual Basic] Overridable Function GetTextRenderingMatrix(state As GraphicsState) As XTransform
virtual XTransform GetTextRenderingMatrix(GraphicsState state)
Overridable Function GetTextRenderingMatrix(state As GraphicsState) As XTransform
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.