TTMSFNCPDFGraphicsLibOutputWriter.WriteTextMatrix Method
Emits a PDF
Tm(text matrix) operator with the six transformation components.
API unit family: TMSFNCPDFCoreLibBase
Declaring type: TTMSFNCPDFGraphicsLibOutputWriter
Syntax
procedure WriteTextMatrix(m11, m12, m21, m22, dx, dy: Double);
Parameters
| Name | Description |
|---|---|
m11 |
X scale component of the text matrix. |
m12 |
X shear component of the text matrix. |
m21 |
Y shear component of the text matrix. |
m22 |
Y scale component of the text matrix. |
dx |
X translation component of the text matrix. |
dy |
Y translation component of the text matrix. |