PHP Velho Oeste 2024

Класс SWFFont

(PHP 5 < 5.3.0, PECL ming SVN)

Введение

Объект SWFFont представляет ссылку на определение шрифта, для нас с помощью SWFText::setFont() и SWFTextField::setFont().

Обзор классов

SWFFont {
/* Методы */
__construct ( string $filename )
getAscent ( void ) : float
getDescent ( void ) : float
getLeading ( void ) : float
getShape ( int $code ) : string
getUTF8Width ( string $string ) : float
getWidth ( string $string ) : float
}

Содержание

add a note add a note

User Contributed Notes

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