Image_Text::init()

Image_Text::init() -- Initialiaze the Image_Text object.

Synopsis

require_once 'ImageText.php';

bool Image_Text::init ()

Beschreibung

This method has to be called after setting the options for your Image_Text object. It initializes the canvas, normalizes some data and checks important options. Be shure to check the initialization after you switched some options. The set() method may force you to reinitialize the object.

Rückgabewert

returns True on success, otherwise PEAR::Error.

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see Image_Text::set()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.