HaruPage::setFontAndSize

(PECL haru >= 0.0.1)

HaruPage::setFontAndSizeSet font and fontsize for the page

Beskrivelse

bool HaruPage::setFontAndSize ( object $font , float $size )

Defines current font and its size for the page.

Parametre

font

A valid HaruFont instance.

size

The size of the font.

Returnerings Værdier

Returns TRUE on success.

Fejl/Undtagelser

Throws a HaruException on error.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top