PHP Doku:: Set the current text transformation matrix of the page - function.harupage-settextmatrix.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenHaru PDFThe HaruPage classHaruPage::setTextMatrix

Ein Service von Reinhard Neidl - Webprogrammierung.

The HaruPage class

<<HaruPage::setTextLeading

HaruPage::setTextRenderingMode>>

HaruPage::setTextMatrix

(PECL haru >= 0.0.1)

HaruPage::setTextMatrixSet the current text transformation matrix of the page

Beschreibung

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

Defines the text transformation matrix of the page.

Parameter-Liste

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.

Rückgabewerte

Returns TRUE on success.

Fehler/Exceptions

Throws a HaruException on error.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)