SWFText::addString
(PHP 4 >= 4.0.5)
SWFText::addString — Draws a string
Açıklama
void SWFText::addString
( string
$string
)Uyarı
Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu riski göze alamayacaksanız bu işlevi kullanmayın.
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.
Dönen Değerler
Hiçbir değer dönmez.
Ayrıca Bakınız
- SWFText::addUTF8String() - Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color
There are no user contributed notes for this page.
