La classe SWFFont

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

Sommaire