Home > PHP > Function > > SWFText->addString()

SWFText->addString()

SWFText->addString - Draws a string

Syntax

void SWFText->addString (string $string)

Arguments

  • string

Description

swftext->addstring() draws the string string at the current pen (cursor) location. Pen is at the baseline of the text; i.e., ascending text is in the -y direction.

Version

PHP 4.0.5

Return value

No value is returned.