Ming
PHP Manual

The SWFText class

(Não há informação de versão disponível, talvez apenas no SVN)

Introdução

SWFText.

Sinopse da classe

SWFText {
/* Métodos */
void addString ( string $string )
void addUTF8String ( string $text )
__construct ( void )
float getAscent ( void )
float getDescent ( void )
float getLeading ( void )
float getUTF8Width ( string $string )
float getWidth ( string $string )
void moveTo ( float $x , float $y )
void setColor ( int $red , int $green , int $blue [, int $a = 255 ] )
void setFont ( SWFFont $font )
void setHeight ( float $height )
void setSpacing ( float $spacing )
}

Índice


Ming
PHP Manual