logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

PS_glyph_show — Output glyph by name

Author

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

                                                                                                PS_GLYPH_SHOW(3)

Description

       Output the glyph with the name glyphname.  This function is similar to PS_symbol(3) but does not take the
       current  font encoding vector into account. It is useful in cases where an abitrary glyph, not accessible
       through the font encoding vector, shall be output.

       PS_glyph_show has been introduced in version 0.4.0 of pslib.

Name

       PS_glyph_show — Output glyph by name

See Also

PS_symbol(3)

Synopsis

       #include <pslib.h>

       void PS_glyph_show(PSDoc *psdoc, const char *glyphname)

See Also