blob: 856c9117f32a35d2282801c140368d8cecd8d07d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Examples:
pdf-surface: Create a drawing and save it as a PDF document.
png_file: Create a drawing and save it as a PNG image.
ps-surface: Create a drawing and save it as a PostScript file.
svg-surface: Create a drawing and save it as a SVG image.
These examples are built automatically as part of cairomm, and you can
easily try them out if you are building from source. If cairomm has been
installed on your system, you can compile an example program with
g++ `pkg-config --cflags --libs cairomm-1.0` main.cc
|