pdf_closepath

pdf_closepath -- Closes path

Popis

void pdf_closepath ( int pdf document)

Funkce pdf_closepath( ) function closes the current path . This means , it draws a line from current point to the point where the first line was started . Many functions like pdf_moveto( ) , pdf_circle( ) and pdf_rect( ) start a new path .