SWFText->addString()

(no version information, might be only in CVS)

SWFText->addString() -- Draws a string

Descrição

class SWFText {

void addString ( string string )

}

Atenção

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

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.

Valores de retornado

Não há valor retornado.

Veja também

SWFText->addUTF8String()