PDF_closepath_stroke

PDF_closepath_stroke -- Close path and draw line along path

Description

void pdf_closepath_stroke (int pdf document);

The PDF_closepath_stroke() function is a combination of PDF_closepath() and PDF_stroke() . Than clears the path.

See also PDF_closepath() , PDF_stroke() .