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_setlinewidth — Sets width of a line

Author

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

                                                                                              PS_SETLINEWIDTH(3)

Description

       Sets the line width for all following drawing operations.

Name

       PS_setlinewidth — Sets width of a line

See Also

PS_setlinecap(3), PS_setlinejoin(3), PS_setmiterlimit(3)

Synopsis

       #include <pslib.h>

       void PS_setlinewidth(PSDoc *psdoc, float width)

See Also