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 )
getAscent ( void ) : float
getDescent ( void ) : float
getLeading ( void ) : float
getShape ( int $code ) : string
getUTF8Width ( string $string ) : float
getWidth ( string $string ) : float
}

Tabla de contenidos