Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16226 программистов и 1779 роботов. Сейчас ищут 1737 программистов ...
The SWFText class
Вернуться к: Ming
(PHP 5 <= 5.3.0, PECL ming SVN)
Введение
SWFText.
Обзор классов
Содержание
- SWFText::addString — Draws a string
- SWFText::addUTF8String — Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color
- SWFText::__construct — Creates a new SWFText object
- SWFText::getAscent — Returns the ascent of the current font at its current size, or 0 if not available
- SWFText::getDescent — Returns the descent of the current font at its current size, or 0 if not available
- SWFText::getLeading — Returns the leading of the current font at its current size, or 0 if not available
- SWFText::getUTF8Width — calculates the width of the given string in this text objects current font and size
- SWFText::getWidth — Computes string's width
- SWFText::moveTo — Moves the pen
- SWFText::setColor — Sets the current text color
- SWFText::setFont — Sets the current font
- SWFText::setHeight — Sets the current font height
- SWFText::setSpacing — Sets the current font spacing
Вернуться к: Ming