diff options
Diffstat (limited to 'doc/public/html/cairo-PDF-Backend.html')
-rw-r--r-- | doc/public/html/cairo-PDF-Backend.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/public/html/cairo-PDF-Backend.html b/doc/public/html/cairo-PDF-Backend.html index 626f5ee..1d514ee 100644 --- a/doc/public/html/cairo-PDF-Backend.html +++ b/doc/public/html/cairo-PDF-Backend.html @@ -51,17 +51,17 @@ void <a href="cairo-PDF-Backend.html#cairo-pdf-surface-set-dpi">cairo_pdf </pre> </div> <div class="refsect1" lang="en"> -<a name="id2653211"></a><h2>Description</h2> +<a name="id2877412"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" lang="en"> -<a name="id2653222"></a><h2>Details</h2> +<a name="id2877423"></a><h2>Details</h2> <div class="refsect2" lang="en"> -<a name="id2653228"></a><h3> +<a name="id2877429"></a><h3> <a name="cairo-pdf-surface-create"></a>cairo_pdf_surface_create ()</h3> -<a class="indexterm" name="id2653237"></a><pre class="programlisting"><a href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a>* cairo_pdf_surface_create (const char *filename, +<a class="indexterm" name="id2911708"></a><pre class="programlisting"><a href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a>* cairo_pdf_surface_create (const char *filename, double width_in_points, double height_in_points);</pre> <p> @@ -101,9 +101,9 @@ void <a href="cairo-PDF-Backend.html#cairo-pdf-surface-set-dpi">cairo_pdf </div> <hr> <div class="refsect2" lang="en"> -<a name="id2636330"></a><h3> +<a name="id2911806"></a><h3> <a name="cairo-pdf-surface-create-for-stream"></a>cairo_pdf_surface_create_for_stream ()</h3> -<a class="indexterm" name="id2636339"></a><pre class="programlisting"><a href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a>* cairo_pdf_surface_create_for_stream +<a class="indexterm" name="id2911815"></a><pre class="programlisting"><a href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a>* cairo_pdf_surface_create_for_stream (<a href="cairo-cairo-t.html#cairo-write-func-t">cairo_write_func_t</a> write_func, void *closure, double width_in_points, @@ -151,9 +151,9 @@ void <a href="cairo-PDF-Backend.html#cairo-pdf-surface-set-dpi">cairo_pdf </div> <hr> <div class="refsect2" lang="en"> -<a name="id2650115"></a><h3> +<a name="id2904532"></a><h3> <a name="cairo-pdf-surface-set-dpi"></a>cairo_pdf_surface_set_dpi ()</h3> -<a class="indexterm" name="id2650124"></a><pre class="programlisting">void cairo_pdf_surface_set_dpi (<a href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface, +<a class="indexterm" name="id2904541"></a><pre class="programlisting">void cairo_pdf_surface_set_dpi (<a href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface, double x_dpi, double y_dpi);</pre> <p> |