PS_SYMBOL(3) 1 PS_SYMBOL(3)
ps_symbol - Output a glyph
SYNOPSIS
bool ps_symbol (resource $psdoc, int $ord)
DESCRIPTION
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(3).
PARAMETERS
o $psdoc
- Resource identifier of the postscript file as returned by ps_new(3).
o $ord
- The position of the glyph in the font encoding vector.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_symbol_name(3), ps_symbol_width(3).
PHP Documentation Group PS_SYMBOL(3)