HaruPage::setTextMatrix

(PECL haru >= 0.0.1)
Set the current text transformation matrix of the page
bool HaruPage::setTextMatrix ( float $a, float $b, float $c, float $d, float $x, float $y )

Defines the text transformation matrix of the page.

Parameters:
a

Width multiplier.

b

Vertical skew in radians.

c

Horizontal skew in radians.

d

Height multiplier.

x

Horizontal position for text.

y

Vertical position for text.

Returns:

Returns TRUE on success.

Exception:

Throws a HaruException on error.

See also:

HaruPage::getTextMatrix() -

doc_php
2016-02-24 16:03:28
Comments
Leave a Comment

Please login to continue.