Ming
PHP Manual

The SWFFont class

(No version information available, might only be in SVN)

Wstęp

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

Krótki opis klasy

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

Spis treści


Ming
PHP Manual