SWFText::setHeight

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the current font height void SWFText::setHeight ( float $height ) swftext::setheight() sets the current font height to height. Default is 240. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release

SWFText::setFont

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the current font void SWFText::setFont ( SWFFont $font ) swftext::setfont() sets the current font to font. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be use

SWFText::setColor

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the current text color void SWFText::setColor ( int $red, int $green, int $blue [, int $a = 255 ] ) Changes the current text color. Parameters: red Value of red component green Value of green component blue Value of blue component a

SWFText::moveTo

(PHP 5 <= 5.3.0, PECL ming SVN) Moves the pen void SWFText::moveTo ( float $x, float $y ) swftext::moveto() moves the pen (or cursor, if that makes more sense) to (x,y) in text object's coordinate space. If either is zero, though, value in that dimension stays the same. Annoying, should be fixed. Returns: No value is returned. This function is EXPERIMENTAL.

SWFText::getWidth

(PHP 5 <= 5.3.0, PECL ming SVN) Computes string's width float SWFText::getWidth ( string $string ) Returns the rendered width of the string at the text object's current font, scale, and spacing settings. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function sho

SWFText::getUTF8Width

(PHP 5 <= 5.3.0, PECL ming SVN) calculates the width of the given string in this text objects current font and size float SWFText::getUTF8Width ( string $string ) This function is currently not documented; only its argument list is available. See also: SWFText::getWidth() -

SWFText::getLeading

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the leading of the current font at its current size, or 0 if not available float SWFText::getLeading ( void ) This function is currently not documented; only its argument list is available.

SWFText::getDescent

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the descent of the current font at its current size, or 0 if not available float SWFText::getDescent ( void ) This function is currently not documented; only its argument list is available. See also: SWFText::getAscent() -

SWFText::getAscent

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the ascent of the current font at its current size, or 0 if not available float SWFText::getAscent ( void ) This function is currently not documented; only its argument list is available. See also: SWFText::getDescent() -

SWFText::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new SWFText object SWFText::__construct ( void ) Creates a new SWFText object, fresh for manipulating. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.