PDF_closepath_fill_stroke

PDF_closepath_fill_stroke -- カレントのパスを閉じ、塗りつぶし、描く

説明

void pdf_closepath_fill_stroke(int pdf document);

PDF_closepath_fill_stroke() 関数は、 カレントのパスの内部を閉じ、カレントの塗りつぶし色で塗りつぶし、 カレントのパスを描画します。

PDF_closepath(), PDF_stroke(), PDF_fill(), PDF_setgray_fill(), PDF_setgray(), PDF_setrgbcolor_fill(), PDF_setrgbcolor() も参照下さい。