ps_glyph_list(3) debian man page | unix.com

Man Page: ps_glyph_list

Operating Environment: debian

Section: 3

PS_GLYPH_LIST(3)					     Library Functions Manual						  PS_GLYPH_LIST(3)

NAME
PS_glyph_list -- Returns list of glyph names in font
SYNOPSIS
#include <pslib.h> char ** PS_glyph_list(PSDoc *psdoc, int fontid, char ***glyphlist, int *len)
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.
SEE ALSO
PS_free_glyph_list(3), PS_glyph_show(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_GLYPH_LIST(3)
Related Man Pages
t1testpage(1) - debian
ps_findfont(3) - debian
ps_place_image(3) - debian
glxusexfont(3) - suse
ps_string_geometry(3) - php
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?