PHP Velho Oeste 2024

La clase SWFFont

(PHP 5 < 5.3.0, PECL ming SVN)

Introducción

El objeto SWFFont representa una referencia a la definición de la fuente, para nosotros con SWFText::setFont() y SWFTextField::setFont().

Sinopsis de la Clase

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

Tabla de contenidos

add a note add a note

User Contributed Notes

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