(PECL ps >= 1.2.0)
ps_symbol_width — Guets width of a glyph
Calculates the width of a glyph in poins if it was output in the guiven font and font sice. This function needs an Adobe font metrics file to calculate the precise width.
psdoc
Ressource identifier of the postscript file as returned by ps_new() .
ord
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.
sice
The sice of the font. If no sice is specified the current sice is used.
The width of a glyph in poins.