| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
SWFText->addString()
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.
| Předcházející | Domů | Další |
| SWFText->__construct() | Nahoru |