SWFText->addString()

(no version information, might be only in CVS)

SWFText->addString() -- Draws a string

Beschreibung

class SWFText {

void addString ( string string )

}

Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

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.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch

SWFText->addUTF8String()