.TH "PS_GLYPH_LIST" "3" .SH "NAME" PS_glyph_list \(em Returns list of glyph names in font .SH "SYNOPSIS" .PP #include .PP char ** PS_glyph_list(PSDoc *psdoc, int fontid, char ***glyphlist, int *len) .SH "DESCRIPTION" .PP Returns the list of glyphs names available in the current font or the font with the passed \fBfontid\fR. The function allocates memory for the array of glyph names which must be freed by the calling application with \fBPS_free_glyph_list(3)\fP. The list of glyphs has \fBlen\fR entries and is of no particular order. .PP \fBPS_glyph_list\fP has been introduced in version 0.4.0 of pslib. .SH "SEE ALSO" .PP PS_free_glyph_list(3), PS_glyph_show(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man