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 +++++++++++++++++++++++++++++++++++++++++++++++ html/en/drv/gdiplus.html | 3 +- html/en/drv/pdf.html | 3 +- html/en/drv/ps.html | 3 +- html/en/drv/win32.html | 3 +- 5 files changed, 142 insertions(+), 4 deletions(-) create mode 100644 html/en/drv/cairo.html (limited to '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

+ + + + + + + + + + + + + + + + + + + + + + diff --git a/html/en/drv/gdiplus.html b/html/en/drv/gdiplus.html index e4a2810..f5b89f4 100644 --- a/html/en/drv/gdiplus.html +++ b/html/en/drv/gdiplus.html @@ -182,7 +182,8 @@ -- cgit v1.2.3