HaruPage::setTextMatrix

(PECL haru >= 0.0.1)

HaruPage::setTextMatrixDéfinit la matrice de transformation de texte courante de la page

Description

HaruPage::setTextMatrix ( float $a , float $b , float $c , float $d , float $x , float $y ) : bool

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