Name
page:GetTextMatrix -- get current text transformation matrix
Synopsis
m = page:GetTextMatrix()
Function
page:GetTextMatrix() gets the current text transformation matrix of the page.

This method will return the transformation matrix in a table with the following fields initialized:

a
Scaling x coordinate

b
Rotation x coordinate

c
Rotation y coordinate

d
Scaling y coordinate

x
Translation x coordinate

y
Translation y coordinate

Inputs
none

Results
m
current text transformation matrix

Show TOC