Download List

Project Description

Cairo is a vector graphics library with cross-device output support. It currently supports the X Window System and in-memory image buffers as output targets. It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). It provides a stateful user-level API with capabilities similar to the PDF 1.4 imaging model and provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-11-17 09:08
1.8.4

Building with older bash and XRender was fixed. Triggering of a bug in X.org server 6.9 is now avoided. A bug in the computation of user-font glyph bounding boxes of Type3 fonts was fixed. A miscomputation of the size of fallback images was fixed. Cairo is now more tolerant of broken fonts when subsetting Type1 fonts. Several further bugs were fixed.
Tags: Minor bugfixes

2008-11-01 03:11
1.8.2

It is now possible to build Cairo without any font backend, which is most useful when the application provides custom font rendering through the user-font API. A failsafe fallback font is provided, though. Several compilation speed-ups and optimizations were made. Many bugs were fixed.
Tags: Minor feature enhancements

2008-09-27 01:43
1.8.0

Many improvements were made to Cairo's ability to handle text, including a new "user fonts" feature as well as allowing glyphs to be embedded in PDF output along with their original text (for searching, selection, and copy-and-paste). A major revamp of the build system makes it much easier to build Cairo on various platforms. The performance on remote X servers without the Render extension was improved. The output of cairo-ps and cairo-pdf was made more efficient. Completions were made to the API. Many bugs were fixed.
Tags: Major feature enhancements

2008-09-22 22:14
1.7.6

In this development release, several robustness
improvements and code cleanups were made. Recent
beta changes to the API were modified. The dynamic
library file naming scheme was changed. Several
bugs were fixed.
Tags: Minor bugfixes

2008-08-14 23:11
1.7.4

The dominant theme of this release is improvements
around the Cairo text API. The new features
include a new user font API, show_text_glyphs(),
LCD subpixel filtering using FreeType, a toy font
face constructor and getter, FreeType respecting
FC_FT_FACE, more efficient output of PS and PDF,
avoidance of rendering glyphs out of surface
bounds in the Xlib backend, improved performance
with Xrender-less X servers in the Xlib backend,
Directfb backend improvements, countless bugfixes,
and other optimizations.
Tags: Major feature enhancements

Project Resources