Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18279 программистов и 1700 роботов. Сейчас ищут 664 программиста ...
The SWFFont class
Вернуться к: Ming
(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 — 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
Вернуться к: Ming