Ming
PHP Manual

The SWFFont class

(Não há informação de versão disponível, talvez apenas no SVN)

Introdução

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

Sinopse da classe

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 )
}

Índice


Ming
PHP Manual