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_fill_stroke — Fills and strokes the current path

Author

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

                                                                                               PS_FILL_STROKE(3)

Description

       Fills and draws the path constructed with previously called drawing functions like PS_lineto(3).

Name

       PS_fill_stroke — Fills and strokes the current path

See Also

PS_stroke(3), PS_fill(3)

Synopsis

       #include <pslib.h>

       void PS_fill_stroke(PSDoc *psdoc)

See Also