logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PS_glyph_list — Returns list of glyph names in font

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                PS_GLYPH_LIST(3)

Description

       Returns  the  list of glyphs names available in the current font or the font with the passed fontid.  The
       function allocates memory for the array of glyph names which must be freed  by  the  calling  application
       with PS_free_glyph_list(3). The list of glyphs has len entries and is of no particular order.

       PS_glyph_list has been introduced in version 0.4.0 of pslib.

Name

       PS_glyph_list — Returns list of glyph names in font

See Also

PS_free_glyph_list(3), PS_glyph_show(3)

Synopsis

       #include <pslib.h>

       char ** PS_glyph_list(PSDoc *psdoc, int fontid, char ***glyphlist, int *len)

See Also