update : 2015.11.03
php.shukuma.com

검색:
 
 
The SWFFont class

The SWFFont class

(PHP 5 <= 5.3.0, PECL ming SVN)

소개

The SWFFont object represent a reference to the font definition, for us with SWFText::setFont() and SWFTextField::setFont().

클래스 개요

SWFFont {
/* 메소드 */
__construct ( string $filename )
float getAscent ( void )
float getDescent ( void )
float getLeading ( void )
string getShape ( int $code )
float getUTF8Width ( string $string )
float getWidth ( string $string )
}

Table of Contents