Name

template->text -- Add a fixed text string to a template

Synopsis

bool template->text ( int template, float left, float bottom[, array parameters] )

Description

This method is used to add a fixed text string to a template.

template must be a valid template ID. bottom, and left specify the location of the text string within the template. parameters is an array as described in the parameters documentation. If omitted, default values are used.

Examples

See Also

History

This function was added in version 2.2.

Bugs