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_setfont — Sets font to use for following output

Author

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

                                                                                                   PS_SETFONT(3)

Description

       Sets  a  font, which has to be loaded before with PS_findfont(3).  Outputting text without setting a font
       before results in an error.

Name

       PS_setfont — Sets font to use for following output

See Also

PS_findfont(3)

Synopsis

       #include <pslib.h>

       void PS_setfont(PSDoc *psdoc, int fontid, float size)

See Also