PS_fill_stroke — Fills and strokes the current path
Contents
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)
