PDF_stroke

PDF_stroke -- Draws line along path

Description

void pdf_stroke(int pdf document);

The PDF_stroke() function draws a line along current path. The current path is the sum of all line drawing. Without this function the line would not be drawn.

See also PDF_closepath(), PDF_closepath_stroke().