HaruPage::setTextMatrix
(PECL haru >= 0.0.1)
HaruPage::setTextMatrix — Définit la matrice de transformation de texte courante de la page
Description
bool HaruPage::setTextMatrix
( float
$a
, float $b
, float $c
, float $d
, float $x
, float $y
)Définit la matrice de transformation de texte de la page.
Liste de paramètres
-
a
-
Multiplicateur de largeur.
-
b
-
Inclinaison verticale, en radians.
-
c
-
Inclinaison horizontale, en radians.
-
d
-
Multiplicateur de hauteur.
-
x
-
Position horizontale du texte.
-
y
-
Position verticale du texte.
Valeurs de retour
Retourne TRUE
en cas de succès.
Erreurs / Exceptions
Émet une exception HaruException en cas d'erreur.
Voir aussi
- HaruPage::getTextMatrix() - Récupère la matrice de transformation courante du texte de la page