Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
ps_symbol
(PECL ps >= 1.2.0)
ps_symbol — Output a glyph
Описание
bool ps_symbol ( resource $psdoc , int $ord )Output the glyph at position ord in the font encoding vector of the current font. The font encoding for a font can be set when loading the font with ps_findfont().
Список параметров
psdoc -
Resource identifier of the postscript file as returned by ps_new().
ord -
The position of the glyph in the font encoding vector.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Смотрите также
- ps_symbol_name() - Gets name of a glyph
- ps_symbol_width() - Gets width of a glyph
Описание на ru2.php.net
Описание на php.ru