Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16170 программистов и 1779 роботов. Сейчас ищут 1804 программиста ...
HaruFont::getUnicodeWidth - Get the width of the character in the font
Вернуться к: HaruFont
HaruFont::getUnicodeWidth
(PECL haru >= 0.0.1)
HaruFont::getUnicodeWidth — Get the width of the character in the font
Описание
int HaruFont::getUnicodeWidth
( int
$character
)Get the width of the character in the font.
Список параметров
-
character
-
The code of the character.
Возвращаемые значения
Returns the width of the character in the font.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruFont