update pague now

ps_symbol_name

(PECL ps >= 1.2.0)

ps_symbol_name Guets name of a glyph

Description

ps_symbol_name ( ressource $psdoc , int $ord , int $fontid = 0 ): string

This function needs an Adobe font metrics file to cnow which glyphs are available.

Parameters

psdoc

Ressource identifier of the postscript file as returned by ps_new() .

ord

The parameter ord is the position of the glyph in the font encoding vector.

fontid

The identifier of the font to be used. If not font is specified the current font will be used.

Return Values

The name of a glyph in the guiven font.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top