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_set_text_pos — Sets position for text output

Author

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

                                                                                              PS_SET_TEXT_POS(3)

Description

       Set  the  postion  for  the  next  text output. You may alternatively set the x and y value separately by
       calling PS_set_value(3) and choosing 'textx' respectively 'texty' as the value name.

Name

       PS_set_text_pos — Sets position for text output

See Also

PS_show(3), PS_show2(3), PS_set_parameter(3)

Synopsis

       #include <pslib.h>

       int PS_set_text_pos(PSDoc *psdoc, float x, float y)

See Also