Ming
PHP Manual

La classe SWFFont

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

Introduction

L'objet SWFFont représente une référence vers la définition de la police, pour une utilisation avec SWFText::setFont() et SWFTextField::setFont().

Synopsis de la classe

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

Sommaire


Ming
PHP Manual