diff options
Diffstat (limited to 'doc/public/html/bindings-path.html')
-rw-r--r-- | doc/public/html/bindings-path.html | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/doc/public/html/bindings-path.html b/doc/public/html/bindings-path.html index 592e38a..69a579d 100644 --- a/doc/public/html/bindings-path.html +++ b/doc/public/html/bindings-path.html @@ -2,10 +2,10 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>cairo_path_t</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.65.1"> -<link rel="home" href="index.html" title="Cairo: A Vector Graphics Library"> +<meta name="generator" content="DocBook XSL Stylesheets V1.68.1"> +<link rel="start" href="index.html" title="Cairo: A Vector Graphics Library"> <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo"> -<link rel="previous" href="bindings-fonts.html" title="Fonts"> +<link rel="prev" href="bindings-fonts.html" title="Fonts"> <meta name="generator" content="GTK-Doc V1.4 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="part" href="pt01.html" title="Part I. Tutorial"> @@ -21,11 +21,8 @@ <th width="100%" align="center">Cairo: A Vector Graphics Library</th> </tr></table> <div class="sect1" lang="en"> -<div class="titlepage"> -<div><div><h2 class="title" style="clear: both"> -<a name="bindings-path"></a>cairo_path_t</h2></div></div> -<div></div> -</div> +<div class="titlepage"><div><div><h2 class="title" style="clear: both"> +<a name="bindings-path"></a>cairo_path_t</h2></div></div></div> <p> The <a href="cairo-cairo-t.html#cairo-path-t"><span class="type">cairo_path_t</span></a> type is one area in which most language bindings will differ significantly @@ -109,10 +106,10 @@ for element in cr.copy_path(): <span class="type">cairo_path_t</span> objects. In the future, these guidelines may be extended to present an API for creating a <span class="type">cairo_path_t</span> from scratch for use with - <a href="cairo-cairo-t.html#cairo-append-path"><tt class="function">cairo_append_path()</tt></a> - but the current expectation is that <tt class="function">cairo_append_path()</tt> will + <a href="cairo-cairo-t.html#cairo-append-path"><code class="function">cairo_append_path()</code></a> + but the current expectation is that <code class="function">cairo_append_path()</code> will mostly be used with paths from - <a href="cairo-cairo-t.html#cairo-append-path"><tt class="function">cairo_copy_path()</tt></a>. + <a href="cairo-cairo-t.html#cairo-append-path"><code class="function">cairo_copy_path()</code></a>. </p> </div> <table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"> |