Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
The SWFFont class
(Информация о версии неизвестна, возможно, только в SVN)
Введение
The SWFFont object represent a reference to the font definition, for us with SWFText->setFont and SWFTextField->setFont.
Обзор классов
SWFFont {
/* Методы */
SWFFont 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 )
}
Содержание
- SWFFont->__construct — Loads a font definition
- SWFFont->getAscent — Returns the ascent of the font, or 0 if not available
- SWFFont->getDescent — Returns the descent of the font, or 0 if not available
- SWFFont->getLeading — Returns the leading of the font, or 0 if not available
- SWFFont->getShape — Returns the glyph shape of a char as a text string
- SWFFont->getUTF8Width — Calculates the width of the given string in this font at full height
- SWFFont->getWidth — Returns the string's width
Описание класса swffont, примеры использования класса swffont.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru