X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Flibglbarcode%2Fhtml%2Flibglbarcode-3.0-lgl-barcode-render-to-cairo.html;fp=docs%2Flibglbarcode%2Fhtml%2Flibglbarcode-3.0-lgl-barcode-render-to-cairo.html;h=e0e416e4677d6a392822c15404847f2bbb09b840;hb=38d44627bd551b2f3855ee44d2d1e3f03f30e2ce;hp=9f60b4438c8244c3917e53528a8f315216424782;hpb=80f8b7f229a635ac0bdcbe81cc260ab37a55d32e;p=glabels diff --git a/docs/libglbarcode/html/libglbarcode-3.0-lgl-barcode-render-to-cairo.html b/docs/libglbarcode/html/libglbarcode-3.0-lgl-barcode-render-to-cairo.html index 9f60b443..e0e416e4 100644 --- a/docs/libglbarcode/html/libglbarcode-3.0-lgl-barcode-render-to-cairo.html +++ b/docs/libglbarcode/html/libglbarcode-3.0-lgl-barcode-render-to-cairo.html @@ -2,21 +2,20 @@ -LibGlbarcode 3.0 Reference Manual: Cairo Renderer +Cairo Renderer: LibGlbarcode 3.0 Reference Manual - + - + @@ -60,11 +59,6 @@
-

Object Hierarchy

-
-
-
-

Includes

#include <libglbarcode/lgl-barcode-render-to-cairo.h>
 
@@ -81,7 +75,7 @@ This section describes the cairo barcode renderer.

lgl_barcode_render_to_cairo ()

void
 lgl_barcode_render_to_cairo (const lglBarcode *bc,
-                             cairo_t *cr);
+ cairo_t *cr);

Render barcode to cairo context. Context should be prepared with desired translation and appropriate scale. Context should be translated such that the origin is at the desired location of the upper left hand corner of the @@ -89,7 +83,7 @@ barcode bounding box. Context should be scaled such that all dimensions are in points ( 1 point = 1/72 inch ) and that positive y coordinates go down the surface.

-

Parameters

+

Parameters

@@ -104,7 +98,7 @@ go down the surface.

- + @@ -116,7 +110,7 @@ go down the surface.

lgl_barcode_render_to_cairo_path ()

void
 lgl_barcode_render_to_cairo_path (const lglBarcode *bc,
-                                  cairo_t *cr);
+ cairo_t *cr);

Render barcode to cairo context, but only create a path to be filled or tested against. Context should be prepared with desired translation and appropriate scale. Context should be translated such that @@ -125,7 +119,7 @@ barcode bounding box. Context should be scaled such that all dimensions are in points ( 1 point = 1/72 inch ) and that positive y coordinates go down the surface.

-

Parameters

+

Parameters

cr

A cairo_t context

A cairo_t context

 
@@ -140,7 +134,7 @@ go down the surface.

- + @@ -153,7 +147,6 @@ go down the surface.

+
Generated by GTK-Doc V1.24 \ No newline at end of file

cr

A cairo_t context

A cairo_t context

Â