pdf_stroke

pdf_stroke -- Draws line along path

Popis

void pdf_stroke ( int pdf document)

Funkce 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 .

Viz také pdf_closepath( ) , pdf_closepath_stroke( ) .