Ming
PHP Manual

La clase SWFFont

Introducción

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

Clases sinopsis

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

Table of Contents


Ming
PHP Manual