Name
page:SetTextMatrix -- set text transformation matrix
Synopsis
status = page:SetTextMatrix(a, b, c, d, x, y)
Function
page:SetTextMatrix() sets a transformation matrix for text to be drawn in using page:ShowText(). The function page:TextRect() does not use the active text matrix.

Returns #HPDF_OK on success, otherwise an error code.

Inputs
a
scaling x coordinate
b
rotation x coordinate
c
rotation y coordinate
d
scaling y coordinate
x
translation x coordinate
y
translation y coordinate
Results
status
status code

Show TOC