Ming
PHP Manual

The SWFFont class

(PHP 5 <= 5.3.0, PECL ming SVN)

Introduzione

The SWFFont object represent a reference to the font definition, for us with SWFText::setFont() and SWFTextField::setFont().

Sommario dellla classe

SWFFont {
/* Metodi */
__construct ( string $filename )
float getAscent ( void )
float getDescent ( void )
float getLeading ( void )
string getShape ( int $code )
float getUTF8Width ( string $string )
float getWidth ( string $string )
}

Indice dei contenuti


Ming
PHP Manual