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_symbol — Output glyph at a certain position in the font encoding vector

Author

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

                                                                                                    PS_SYMBOL(3)

Description

       Output  the  glyph at position c in the font encoding vector of the current font. The font encoding for a
       font can be set when loading the font with PS_findfont().

Name

       PS_symbol — Output glyph at a certain position in the font encoding vector

See Also

PS_glyph_show(3), PS_findfont(3), PS_symbol_width(3), PS_symbol_name(3)

Synopsis

       #include <pslib.h>

       void PS_symbol(PSDoc *psdoc, unsigned char c)

See Also