SWFText->addString()

(no version information, might be only in CVS)

SWFText->addString() -- Draws a string

Description

class SWFText {

void addString ( string string )

}

Avertissement

Cette fonction est EXPERIMENTALE. Cela signifie que le comportement de cette fonction, son nom et, concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS ! Soyez-en conscient, et utilisez cette fonction à vos risques et périls.

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.

Valeurs de retour

Aucune valeur n'est retournée.

Voir aussi

SWFText->addUTF8String()