X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Flibglbarcode%2Fhtml%2Flibglbarcode-3.0-lgl-barcode-render-to-cairo.html;h=e0e416e4677d6a392822c15404847f2bbb09b840;hb=0be9b6d8653b1020e466541b890e97a03590f83b;hp=f15a3b97d158e4d4a046d905efa3ae2402ca6d13;hpb=bf6d7db22a79d11630454dcd2e867764e89ca9fe;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 f15a3b97..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,30 +2,26 @@ -Cairo Renderer - +Cairo Renderer: LibGlbarcode 3.0 Reference Manual + - + - - - - - - - - - - + + + + + + +
@@ -33,17 +29,38 @@

Cairo Renderer

Cairo Renderer — Render barcode to cairo context

- +
-
-

Synopsis

-
-#include <libglbarcode/lgl-barcode-render-to-cairo.h>
-
-void                lgl_barcode_render_to_cairo         (const lglBarcode *bc,
-                                                         cairo_t *cr);
-void                lgl_barcode_render_to_cairo_path    (const lglBarcode *bc,
-                                                         cairo_t *cr);
+
+

Functions

+
++++ + + + + + + + + + + +
+void + +lgl_barcode_render_to_cairo () +
+void + +lgl_barcode_render_to_cairo_path () +
+
+
+

Includes

+
#include <libglbarcode/lgl-barcode-render-to-cairo.h>
 
@@ -53,65 +70,83 @@ This section describes the cairo barcode renderer.

-

Details

+

Functions

-

lgl_barcode_render_to_cairo ()

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

-Render barcode to cairo context. Context should be prepared with desired +

lgl_barcode_render_to_cairo ()

+
void
+lgl_barcode_render_to_cairo (const lglBarcode *bc,
+                             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 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. -

-
-+go down the surface.

+
+

Parameters

+
+++++ - - + + + - - + + +

bc :

An lglBarcode structure

bc

An lglBarcode structure

 

cr :

A cairo_t context

cr

A cairo_t context

 
+

-

lgl_barcode_render_to_cairo_path ()

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

-Render barcode to cairo context, but only create a path to be filled or +

lgl_barcode_render_to_cairo_path ()

+
void
+lgl_barcode_render_to_cairo_path (const lglBarcode *bc,
+                                  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 the origin is at the desired location of the upper left hand corner of the 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. -

-
-+go down the surface.

+
+

Parameters

+
+++++ - - + + + - - + + +

bc :

An lglBarcode structure

bc

An lglBarcode structure

 

cr :

A cairo_t context

cr

A cairo_t context

 
+
+

Types and Values

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