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_show_xy — Output text at given position

Author

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

                                                                                                   PS_SHOW_XY(3)

Description

       Output  a  text  at the given text position. The text must be null terminated. The function will issue an
       error if no font was set before with PS_setfont(3)

Name

       PS_show_xy — Output text at given position

See Also

PS_show(3), PS_show_xy2(3), PS_setfont(3)

Synopsis

       #include <pslib.h>

       void PS_show_xy(PSDoc *psdoc, char *text, float x, float y)

See Also