The SWFFont class

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

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top