Ming
PHP Manual

La clase SWFFont

(No hay información de versión disponible, podría estar únicamente en 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