From b7d97c7ed82f0d0472cf0c2ae5d61e99a73b33a8 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 12 May 2010 20:38:46 +0000 Subject: New Cairo driver --- html/en/drv/cairo.html | 134 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 html/en/drv/cairo.html (limited to 'html/en/drv/cairo.html') diff --git a/html/en/drv/cairo.html b/html/en/drv/cairo.html new file mode 100644 index 0000000..4977258 --- /dev/null +++ b/html/en/drv/cairo.html @@ -0,0 +1,134 @@ + + + + + + +CAIRO + + + + + +

CAIRO Base Driver

+ +

This driver represents a basic driver for all system-dependent drivers + implemented in the X-Windows and MS-Windows systems. The implementation uses the + Cairo API + functions and some GTK functions to support Unicode text. This driver can be + compiled and used in all systems Cairo is supported.

+

The main motivation for the use of Cairo was transparency for all the +primitives. Beyond that we got other features like anti-aliasing, gradient +filling, transformations and back-ends (support to rendering: PDF, PS, SVG and +PNG surfaces).

+

This driver still does not completely replace the X-Windows and GDI Windows +base drivers, because Cairo does not have support for bitwise XOR operations and +for complex clipping regions.

+ +

Behavior of Functions

+

Control 

+ +

Coordinate System and Clipping

+ +

Attributes

+ +

Colors

+ +

Exclusive Attributes

+ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3