SWFFont::getUTF8Width

(PHP 5 <= 5.3.0, PECL ming SVN) Calculates the width of the given string in this font at full height float SWFFont::getUTF8Width ( string $string ) This function is currently not documented; only its argument list is available. See also: SWFFont::getWidth() -

SWFFont::getShape

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the glyph shape of a char as a text string string SWFFont::getShape ( int $code ) This function is currently not documented; only its argument list is available.

SWFFont::getLeading

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

SWFFont::getDescent

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

SWFFont::getAscent

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

SWFFont::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Loads a font definition SWFFont::__construct ( string $filename ) If filename is the name of an FDB file (i.e., it ends in ".fdb"), load the font definition found in said file. Otherwise, create a browser-defined font reference. FDB ("font definition block") is a very simple wrapper for the SWF DefineFont2 block which contains a full description of a font. One may create FDB files from SW

SWFFill::skewYTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets fill y-skew void SWFFill::skewYTo ( float $y ) Sets the fill y-skew to y. Parameters: y When y is 1.0, it is a 45-degree upward slant. More is more upward, less is more downward. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this functio

SWFFill::skewXTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets fill x-skew void SWFFill::skewXTo ( float $x ) Sets the fill x-skew to x. Parameters: x When x is 1.0, it is a 45-degree forward slant. More is more forward, less is more backward. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this funct

SWFFill::scaleTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets fill's scale void SWFFill::scaleTo ( float $x [, float $y ] ) Sets the fill scale to the given coordinates. Parameters: x X-coordinate y Y-coordinate Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this

SWFFill::rotateTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets fill's rotation void SWFFill::rotateTo ( float $angle ) Sets the fill rotation to the given angle. Parameters: angle The rotation angle, in degrees. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding d