PDF_fill_stroke

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

説明

void pdf_fill_stroke(int pdf document);

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

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