Table of Contents

Class TextMatrices

Namespace
UglyToad.PdfPig.Graphics
Assembly
UglyToad.PdfPig.dll

Manages the Text Matrix (Tm), Text line matrix (Tlm) and used to generate the Text Rendering Matrix (Trm).

public class TextMatrices
Inheritance
TextMatrices
Inherited Members

Constructors

TextMatrices()

public TextMatrices()

Properties

TextLineMatrix

Captures the value of the TextMatrix at the beginning of a line of text. This is convenient for aligning evenly spaced lines of text.

public TransformationMatrix TextLineMatrix { get; set; }

Property Value

TransformationMatrix

TextMatrix

The current text matrix (Tm).

public TransformationMatrix TextMatrix { get; set; }

Property Value

TransformationMatrix