|
PHP5中文手册
HaruPage::setTextMatrix(PECL haru:0.0.1) HaruPage::setTextMatrix — 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. 参数
返回值Returns TRUE on success. 错误/异常Throws HaruException on error. |