Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16142 программиста и 1779 роботов. Сейчас ищут 1633 программиста ...
HaruPage::setTextMatrix - Set the current text transformation matrix of the page
Вернуться к: HaruPage
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.
Список параметров
-
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 TRUE
on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruPage