PS_fill — Fills the current path
Contents
Description
Fills the path constructed with previously called drawing functions like PS_lineto(3).
Name
PS_fill — Fills the current path
See Also
PS_stroke(3), PS_fill_stroke(3)
Synopsis
#include <pslib.h>
void PS_fill(PSDoc *psdoc)
