void pdf_curveto
PDF_curveto() 関数は、ベジエー曲線を 現在の点から点 (x3, y3) まで (x1, y1) および (x2, y2) を制御点として 描画します。
PDF_moveto(), PDF_lineto(), PDF_stroke() 参照下さい。