diff --git a/doc/pdfio.3 b/doc/pdfio.3 index ad9a061..0c28a31 100644 --- a/doc/pdfio.3 +++ b/doc/pdfio.3 @@ -1,4 +1,4 @@ -.TH pdfio 3 "pdf read/write library" "2022-06-27" "pdf read/write library" +.TH pdfio 3 "pdf read/write library" "2022-07-03" "pdf read/write library" .SH NAME pdfio \- pdf read/write library .SH Introduction @@ -1440,6 +1440,14 @@ bool pdfioContentPathCurve23 ( double y3 ); .fi +.SS pdfioContentPathEnd +Clear the current path. +.PP +.nf +bool pdfioContentPathEnd ( + pdfio_stream_t *st +); +.fi .SS pdfioContentPathLineTo Add a straight line to the current path. .PP diff --git a/doc/pdfio.html b/doc/pdfio.html index c134456..a88e724 100644 --- a/doc/pdfio.html +++ b/doc/pdfio.html @@ -307,6 +307,7 @@ span.string {
  • pdfioContentPathCurve
  • pdfioContentPathCurve13
  • pdfioContentPathCurve23
  • +
  • pdfioContentPathEnd
  • pdfioContentPathLineTo
  • pdfioContentPathMoveTo
  • pdfioContentPathRect
  • @@ -1514,6 +1515,17 @@ bool pdfioContentPathCurve23(pdfio_stream_t *st, d

    Return Value

    true on success, false on failure

    +

    pdfioContentPathEnd

    +

    Clear the current path.

    +

    +bool pdfioContentPathEnd(pdfio_stream_t *st);

    +

    Parameters

    + + + +
    stStream
    +

    Return Value

    +

    true on success, false on failure

    pdfioContentPathLineTo

    Add a straight line to the current path.