mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-19 11:58:24 +01:00
Update documentation.
This commit is contained in:
parent
ae9a91719b
commit
50f27974cf
10
doc/pdfio.3
10
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
|
.SH NAME
|
||||||
pdfio \- pdf read/write library
|
pdfio \- pdf read/write library
|
||||||
.SH Introduction
|
.SH Introduction
|
||||||
@ -1440,6 +1440,14 @@ bool pdfioContentPathCurve23 (
|
|||||||
double y3
|
double y3
|
||||||
);
|
);
|
||||||
.fi
|
.fi
|
||||||
|
.SS pdfioContentPathEnd
|
||||||
|
Clear the current path.
|
||||||
|
.PP
|
||||||
|
.nf
|
||||||
|
bool pdfioContentPathEnd (
|
||||||
|
pdfio_stream_t *st
|
||||||
|
);
|
||||||
|
.fi
|
||||||
.SS pdfioContentPathLineTo
|
.SS pdfioContentPathLineTo
|
||||||
Add a straight line to the current path.
|
Add a straight line to the current path.
|
||||||
.PP
|
.PP
|
||||||
|
@ -307,6 +307,7 @@ span.string {
|
|||||||
<li><a href="#pdfioContentPathCurve">pdfioContentPathCurve</a></li>
|
<li><a href="#pdfioContentPathCurve">pdfioContentPathCurve</a></li>
|
||||||
<li><a href="#pdfioContentPathCurve13">pdfioContentPathCurve13</a></li>
|
<li><a href="#pdfioContentPathCurve13">pdfioContentPathCurve13</a></li>
|
||||||
<li><a href="#pdfioContentPathCurve23">pdfioContentPathCurve23</a></li>
|
<li><a href="#pdfioContentPathCurve23">pdfioContentPathCurve23</a></li>
|
||||||
|
<li><a href="#pdfioContentPathEnd">pdfioContentPathEnd</a></li>
|
||||||
<li><a href="#pdfioContentPathLineTo">pdfioContentPathLineTo</a></li>
|
<li><a href="#pdfioContentPathLineTo">pdfioContentPathLineTo</a></li>
|
||||||
<li><a href="#pdfioContentPathMoveTo">pdfioContentPathMoveTo</a></li>
|
<li><a href="#pdfioContentPathMoveTo">pdfioContentPathMoveTo</a></li>
|
||||||
<li><a href="#pdfioContentPathRect">pdfioContentPathRect</a></li>
|
<li><a href="#pdfioContentPathRect">pdfioContentPathRect</a></li>
|
||||||
@ -1514,6 +1515,17 @@ bool pdfioContentPathCurve23(<a href="#pdfio_stream_t">pdfio_stream_t</a> *st, d
|
|||||||
</tbody></table>
|
</tbody></table>
|
||||||
<h4 class="returnvalue">Return Value</h4>
|
<h4 class="returnvalue">Return Value</h4>
|
||||||
<p class="description"><code>true</code> on success, <code>false</code> on failure</p>
|
<p class="description"><code>true</code> on success, <code>false</code> on failure</p>
|
||||||
|
<h3 class="function"><a id="pdfioContentPathEnd">pdfioContentPathEnd</a></h3>
|
||||||
|
<p class="description">Clear the current path.</p>
|
||||||
|
<p class="code">
|
||||||
|
bool pdfioContentPathEnd(<a href="#pdfio_stream_t">pdfio_stream_t</a> *st);</p>
|
||||||
|
<h4 class="parameters">Parameters</h4>
|
||||||
|
<table class="list"><tbody>
|
||||||
|
<tr><th>st</th>
|
||||||
|
<td class="description">Stream</td></tr>
|
||||||
|
</tbody></table>
|
||||||
|
<h4 class="returnvalue">Return Value</h4>
|
||||||
|
<p class="description"><code>true</code> on success, <code>false</code> on failure</p>
|
||||||
<h3 class="function"><a id="pdfioContentPathLineTo">pdfioContentPathLineTo</a></h3>
|
<h3 class="function"><a id="pdfioContentPathLineTo">pdfioContentPathLineTo</a></h3>
|
||||||
<p class="description">Add a straight line to the current path.</p>
|
<p class="description">Add a straight line to the current path.</p>
|
||||||
<p class="code">
|
<p class="code">
|
||||||
|
Loading…
Reference in New Issue
Block a user