SWFText->addString()
(no version information, might be only in CVS)
SWFText->addString() -- Draws a string
Popis
class
SWFText {
void
addString ( string string )
}
Varování |
Tato funkce je
EXPERIMENTÁLNÍ. Chování této funkce, její
název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích
PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na
vlastní nebezpečí. |
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.
Návratové hodnoty
Nevrací se žádná hodnota.