编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « ps_symbol_width
  • ps_translate »
  • PHP Manual
  • PS 函数
  • Output a glyph

ps_symbol

(PECL ps >= 1.2.0)

ps_symbol — Output a glyph

说明

ps_symbol ( resource $psdoc , int $ord ) : bool

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

相关文章
php fdf 函数 sets fdf specific output headersphp gnupg 函数 toggle armored outputphp output control 函数 清空(擦除)缓冲区并关闭输出缓冲php ps 函数 start a new patternphp ps 函数 loads a fontphp ps 函数 opens a file for outputphp ps 函数 restore previously save contextphp ps 函数 sets position for text outputphp ps 函数 sets font to use for following outputphp ps 函数 sets appearance of line endsphp ps 函数 output text in a boxphp ps 函数 output text at given positionphp ps 函数 output text at positionphp ps 函数 output textphp ps 函数 output a text at current positionphp ps 函数 draws the current pathphp ps 函数 gets name of a glyphphp ps 函数 gets width of a glyphphp ps 函数 output a glyphphp sam 函数 turn on or off additional debugging output
关注编程学问公众号
编程学问网 湘ICP备20001732号