Ming
PHP Manual

La clase SWFFont

(PHP 5 <= 5.3.0, PECL ming SVN)

Introducción

El objeto SWFFont representa una referencia a la definición de la fuente, para nosotros con SWFText::setFont() y SWFTextField::setFont().

Sinopsis de la Clase

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

Tabla de contenidos


Ming
PHP Manual