cairo 1.8.0-x86-mswin32 → 1.8.1-x86-mswin32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (117) hide show
  1. data/ChangeLog +25 -0
  2. data/NEWS +8 -0
  3. data/Rakefile +5 -32
  4. data/cairo/bin/libcairo-2.dll +0 -0
  5. data/cairo/bin/libpng12-0.dll +0 -0
  6. data/cairo/include/cairo/cairo-features.h +1 -1
  7. data/cairo/include/cairo/cairo-ft.h +75 -0
  8. data/cairo/include/cairo/cairo-version.h +1 -1
  9. data/cairo/include/cairo/cairo.h +16 -21
  10. data/cairo/include/libpng12/png.h +251 -121
  11. data/cairo/include/libpng12/pngconf.h +83 -56
  12. data/cairo/include/png.h +251 -121
  13. data/cairo/include/pngconf.h +83 -56
  14. data/cairo/lib/cairo.def +5 -0
  15. data/cairo/lib/cairo.lib +0 -0
  16. data/cairo/lib/libcairo.dll.a +0 -0
  17. data/cairo/lib/libpng.def +3 -0
  18. data/cairo/lib/libpng.lib +0 -0
  19. data/cairo/lib/libpng12.dll.a +0 -0
  20. data/cairo/lib/pkgconfig/cairo-ft.pc +12 -0
  21. data/cairo/lib/pkgconfig/cairo-pdf.pc +2 -2
  22. data/cairo/lib/pkgconfig/cairo-png.pc +2 -2
  23. data/cairo/lib/pkgconfig/cairo-ps.pc +2 -2
  24. data/cairo/lib/pkgconfig/cairo-svg.pc +2 -2
  25. data/cairo/lib/pkgconfig/cairo-win32-font.pc +2 -2
  26. data/cairo/lib/pkgconfig/cairo-win32.pc +2 -2
  27. data/cairo/lib/pkgconfig/cairo.pc +4 -4
  28. data/cairo/lib/pkgconfig/libpng.pc +2 -2
  29. data/cairo/lib/pkgconfig/libpng12.pc +2 -2
  30. data/cairo/manifest/{cairo-dev_1.8.0-1_win32.mft → cairo-dev_1.8.8-2_win32.mft} +5 -3
  31. data/cairo/manifest/cairo_1.8.8-2_win32.mft +5 -0
  32. data/cairo/manifest/{libpng-dev_1.2.32-1_win32.mft → libpng-dev_1.2.39-1_win32.mft} +3 -3
  33. data/cairo/manifest/libpng_1.2.39-1_win32.mft +2 -0
  34. data/cairo/share/doc/{cairo_1.8.0-1_win32 → cairo_1.8.8-2_win32}/COPYING +0 -0
  35. data/cairo/share/doc/{cairo_1.8.0-1_win32 → cairo_1.8.8-2_win32}/COPYING-LGPL-2.1 +0 -0
  36. data/cairo/share/doc/{cairo_1.8.0-1_win32 → cairo_1.8.8-2_win32}/COPYING-MPL-1.1 +0 -0
  37. data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +9 -9
  38. data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +5 -5
  39. data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +8 -8
  40. data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +5 -5
  41. data/cairo/share/gtk-doc/html/cairo/bindings-path.html +5 -5
  42. data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +6 -6
  43. data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +5 -5
  44. data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +5 -5
  45. data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +5 -5
  46. data/cairo/share/gtk-doc/html/cairo/cairo-context.html +200 -262
  47. data/cairo/share/gtk-doc/html/cairo/cairo-drawing.html +5 -5
  48. data/cairo/share/gtk-doc/html/cairo/cairo-error-status.html +61 -60
  49. data/cairo/share/gtk-doc/html/cairo/cairo-font-face.html +51 -53
  50. data/cairo/share/gtk-doc/html/cairo/cairo-font-options.html +65 -78
  51. data/cairo/share/gtk-doc/html/cairo/cairo-fonts.html +5 -5
  52. data/cairo/share/gtk-doc/html/cairo/cairo-ft-font.html +37 -34
  53. data/cairo/share/gtk-doc/html/cairo/cairo-image-surface.html +49 -60
  54. data/cairo/share/gtk-doc/html/cairo/cairo-matrix.html +30 -41
  55. data/cairo/share/gtk-doc/html/cairo/cairo-paths.html +72 -97
  56. data/cairo/share/gtk-doc/html/cairo/cairo-pattern.html +184 -175
  57. data/cairo/share/gtk-doc/html/cairo/cairo-pdf-surface.html +40 -34
  58. data/cairo/share/gtk-doc/html/cairo/cairo-png-functions.html +57 -48
  59. data/cairo/share/gtk-doc/html/cairo/cairo-ps-surface.html +73 -76
  60. data/cairo/share/gtk-doc/html/cairo/cairo-quartz-font.html +27 -30
  61. data/cairo/share/gtk-doc/html/cairo/cairo-quartz-surface.html +29 -34
  62. data/cairo/share/gtk-doc/html/cairo/cairo-scaled-font.html +102 -106
  63. data/cairo/share/gtk-doc/html/cairo/cairo-support.html +5 -5
  64. data/cairo/share/gtk-doc/html/cairo/cairo-surface.html +101 -127
  65. data/cairo/share/gtk-doc/html/cairo/cairo-surfaces.html +5 -5
  66. data/cairo/share/gtk-doc/html/cairo/cairo-svg-surface.html +52 -49
  67. data/cairo/share/gtk-doc/html/cairo/cairo-text.html +126 -146
  68. data/cairo/share/gtk-doc/html/cairo/cairo-transformations.html +26 -35
  69. data/cairo/share/gtk-doc/html/cairo/cairo-types.html +16 -17
  70. data/cairo/share/gtk-doc/html/cairo/cairo-user-font.html +121 -127
  71. data/cairo/share/gtk-doc/html/cairo/cairo-version-info.html +50 -60
  72. data/cairo/share/gtk-doc/html/cairo/cairo-win32-font.html +37 -46
  73. data/cairo/share/gtk-doc/html/cairo/cairo-win32-surface.html +58 -58
  74. data/cairo/share/gtk-doc/html/cairo/cairo-xlib-surface.html +47 -63
  75. data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +21 -21
  76. data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +21 -21
  77. data/cairo/share/gtk-doc/html/cairo/index-1.2.html +5 -5
  78. data/cairo/share/gtk-doc/html/cairo/index-1.4.html +5 -5
  79. data/cairo/share/gtk-doc/html/cairo/index-1.6.html +5 -5
  80. data/cairo/share/gtk-doc/html/cairo/index-1.8.html +8 -8
  81. data/cairo/share/gtk-doc/html/cairo/index-all.html +24 -24
  82. data/cairo/share/gtk-doc/html/cairo/index.html +6 -6
  83. data/cairo/share/gtk-doc/html/cairo/index.sgml +19 -19
  84. data/cairo/share/gtk-doc/html/cairo/language-bindings.html +6 -6
  85. data/cairo/share/gtk-doc/html/cairo/style.css +8 -1
  86. data/cairo/share/man/man3/libpng.3 +299 -59
  87. data/cairo/share/man/man3/libpngpf.3 +2 -2
  88. data/cairo/share/man/man5/png.5 +1 -1
  89. data/cairo/src/tml/packaging/cairo_1.8.8-2_win32.log +949 -0
  90. data/cairo/src/tml/{make/cairo_1.8.0-1_win32.sh → packaging/cairo_1.8.8-2_win32.sh} +6 -6
  91. data/cairo/src/tml/{make/libpng_1.2.32-1_win32.log → packaging/libpng_1.2.39-1_win32.log} +74 -73
  92. data/cairo/src/tml/{make/libpng_1.2.32-1_win32.sh → packaging/libpng_1.2.39-1_win32.sh} +4 -4
  93. data/doc/ja/cairo-context.html +1 -1
  94. data/doc/ja/index.html +0 -3
  95. data/extconf.rb +1 -0
  96. data/pkg-config.rb +4 -0
  97. data/src/cairo.so +0 -0
  98. data/src/libruby-cairo.a +0 -0
  99. data/src/rb_cairo.c +2 -2
  100. data/src/rb_cairo_surface.c +6 -2
  101. metadata +20 -50
  102. data/cairo/DLL_FAQ.txt +0 -397
  103. data/cairo/README.txt +0 -53
  104. data/cairo/USAGE.txt +0 -94
  105. data/cairo/bin/zlib1.dll +0 -0
  106. data/cairo/include/zconf.h +0 -332
  107. data/cairo/include/zlib.h +0 -1357
  108. data/cairo/lib/zdll.exp +0 -0
  109. data/cairo/lib/zdll.lib +0 -0
  110. data/cairo/lib/zlib.def +0 -60
  111. data/cairo/manifest/cairo_1.8.0-1_win32.mft +0 -5
  112. data/cairo/manifest/libpng_1.2.32-1_win32.mft +0 -2
  113. data/cairo/src/tml/make/cairo_1.8.0-1_win32.log +0 -1021
  114. data/cairo/test/example_d.exe +0 -0
  115. data/cairo/test/minigzip_d.exe +0 -0
  116. data/cairo/test/testzlib_d.exe +0 -0
  117. data/cairo/test/untgz_d.exe +0 -0
@@ -1,11 +1,11 @@
1
- prefix=c:/devel/target/4c814631e37619e836612142f0b035ce
1
+ prefix=c:/devel/target/9fa626d290ae1917296a60f7f6cbcaf2
2
2
  exec_prefix=${prefix}
3
3
  libdir=${exec_prefix}/lib
4
4
  includedir=${prefix}/include/libpng12
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.2.32
8
+ Version: 1.2.39
9
9
  Libs: -L${libdir} -lpng12
10
10
  Libs.private: -lz
11
11
  Cflags: -I${includedir}
@@ -1,11 +1,11 @@
1
- prefix=c:/devel/target/4c814631e37619e836612142f0b035ce
1
+ prefix=c:/devel/target/9fa626d290ae1917296a60f7f6cbcaf2
2
2
  exec_prefix=${prefix}
3
3
  libdir=${exec_prefix}/lib
4
4
  includedir=${prefix}/include/libpng12
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.2.32
8
+ Version: 1.2.39
9
9
  Libs: -L${libdir} -lpng12
10
10
  Libs.private: -lz
11
11
  Cflags: -I${includedir}
@@ -1,6 +1,7 @@
1
1
  include/cairo/
2
2
  include/cairo/cairo-deprecated.h
3
3
  include/cairo/cairo-features.h
4
+ include/cairo/cairo-ft.h
4
5
  include/cairo/cairo-pdf.h
5
6
  include/cairo/cairo-ps.h
6
7
  include/cairo/cairo-svg.h
@@ -9,6 +10,7 @@ include/cairo/cairo-win32.h
9
10
  include/cairo/cairo.h
10
11
  lib/libcairo.dll.a
11
12
  lib/pkgconfig/cairo.pc
13
+ lib/pkgconfig/cairo-ft.pc
12
14
  lib/pkgconfig/cairo-pdf.pc
13
15
  lib/pkgconfig/cairo-png.pc
14
16
  lib/pkgconfig/cairo-ps.pc
@@ -71,6 +73,6 @@ share/gtk-doc/html/cairo/style.css
71
73
  share/gtk-doc/html/cairo/up.png
72
74
  lib/cairo.def
73
75
  lib/cairo.lib
74
- src/tml/make/cairo_1.8.0-1_win32.sh
75
- src/tml/make/cairo_1.8.0-1_win32.log
76
- manifest/cairo-dev_1.8.0-1_win32.mft
76
+ src/tml/packaging/cairo_1.8.8-2_win32.sh
77
+ src/tml/packaging/cairo_1.8.8-2_win32.log
78
+ manifest/cairo-dev_1.8.8-2_win32.mft
@@ -0,0 +1,5 @@
1
+ bin/libcairo-2.dll
2
+ share/doc/cairo_1.8.8-2_win32/COPYING
3
+ share/doc/cairo_1.8.8-2_win32/COPYING-LGPL-2.1
4
+ share/doc/cairo_1.8.8-2_win32/COPYING-MPL-1.1
5
+ manifest/cairo_1.8.8-2_win32.mft
@@ -10,6 +10,6 @@ lib/pkgconfig/libpng12.pc
10
10
  share/man/man3/libpng.3
11
11
  share/man/man3/libpngpf.3
12
12
  share/man/man5/png.5
13
- src/tml/make/libpng_1.2.32-1_win32.sh
14
- src/tml/make/libpng_1.2.32-1_win32.log
15
- manifest/libpng-dev_1.2.32-1_win32.mft
13
+ src/tml/packaging/libpng_1.2.39-1_win32.sh
14
+ src/tml/packaging/libpng_1.2.39-1_win32.log
15
+ manifest/libpng-dev_1.2.39-1_win32.mft
@@ -0,0 +1,2 @@
1
+ bin/libpng12-0.dll
2
+ manifest/libpng_1.2.39-1_win32.mft
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Error handling</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
9
9
  <link rel="prev" href="bindings-streams.html" title="Streams and File I/O">
10
10
  <link rel="next" href="bindings-patterns.html" title="Patterns">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,21 +29,21 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="bindings-patterns.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="sect1" lang="en">
32
+ <div class="sect1" title="Error handling">
33
33
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
34
34
  <a name="bindings-errors"></a>Error handling</h2></div></div></div>
35
35
  <p>
36
36
  The error handling approach in C for Cairo has multiple
37
37
  elements:
38
38
  </p>
39
- <div class="itemizedlist"><ul type="disc">
40
- <li><p>
39
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc">
40
+ <li class="listitem"><p>
41
41
  When a method on an object fails, the object is put into
42
42
  an error state. Subsequent operations on the object do
43
43
  nothing. The status of the object can be queried with
44
44
  a function like <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">status()</code></a>.
45
45
  </p></li>
46
- <li>
46
+ <li class="listitem">
47
47
  <p>
48
48
  Constructors, rather than
49
49
  returning <code class="constant">NULL</code> on out-of-memory failure,
@@ -60,7 +60,7 @@
60
60
  have to return <code class="constant">NULL</code>.
61
61
  </span></i></p>
62
62
  </li>
63
- <li><p>
63
+ <li class="listitem"><p>
64
64
  Errors propagate from object to object. Setting a pattern
65
65
  in an out-of-memory state as the source of a
66
66
  <span class="type">cairo_t</span> puts the type into an error state.
@@ -127,6 +127,6 @@ CAIRO_STATUS_WRITE_ERROR
127
127
  </div>
128
128
  <div class="footer">
129
129
  <hr>
130
- Generated by GTK-Doc V1.10</div>
130
+ Generated by GTK-Doc V1.11</div>
131
131
  </body>
132
132
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Fonts</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
9
9
  <link rel="prev" href="bindings-surfaces.html" title="Surfaces">
10
10
  <link rel="next" href="bindings-path.html" title="cairo_path_t">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="bindings-path.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="sect1" lang="en">
32
+ <div class="sect1" title="Fonts">
33
33
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
34
34
  <a name="bindings-fonts"></a>Fonts</h2></div></div></div>
35
35
  <p>
@@ -58,6 +58,6 @@ cairo_scaled_font_t
58
58
  </div>
59
59
  <div class="footer">
60
60
  <hr>
61
- Generated by GTK-Doc V1.10</div>
61
+ Generated by GTK-Doc V1.11</div>
62
62
  </body>
63
63
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Memory management</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
9
9
  <link rel="prev" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
10
10
  <link rel="next" href="bindings-return-values.html" title="Multiple return values">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="bindings-return-values.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="sect1" lang="en">
32
+ <div class="sect1" title="Memory management">
33
33
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
34
34
  <a name="bindings-memory"></a>Memory management</h2></div></div></div>
35
35
  <p>
@@ -57,8 +57,8 @@
57
57
  finalized. This is the recommended method, though there are
58
58
  a couple of caveats to be noted:
59
59
  </p>
60
- <div class="itemizedlist"><ul type="disc">
61
- <li><p>
60
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc">
61
+ <li class="listitem"><p>
62
62
  Equality won't work as expected. You can have two language
63
63
  objects for the same cairo and they won't necessarily
64
64
  compare equal. If the language allows customizing the
@@ -71,7 +71,7 @@
71
71
  <a class="link" href="cairo-surface.html#cairo-surface-set-user-data" title="cairo_surface_set_user_data ()"><code class="function">cairo_surface_set_user_data()</code></a>
72
72
  instead of a separate pin table.
73
73
  </p></li>
74
- <li>
74
+ <li class="listitem">
75
75
  <p>
76
76
  Derivation from the language object doesn't work because
77
77
  you can lose the language object while keeping the Cairo
@@ -128,6 +128,6 @@ FontExtents extents = cr.fontExtents ();</pre>
128
128
  </div>
129
129
  <div class="footer">
130
130
  <hr>
131
- Generated by GTK-Doc V1.10</div>
131
+ Generated by GTK-Doc V1.11</div>
132
132
  </body>
133
133
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Overloading and optional arguments</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
9
9
  <link rel="prev" href="bindings-return-values.html" title="Multiple return values">
10
10
  <link rel="next" href="bindings-streams.html" title="Streams and File I/O">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="bindings-streams.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="sect1" lang="en">
32
+ <div class="sect1" title="Overloading and optional arguments">
33
33
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
34
34
  <a name="bindings-overloading"></a>Overloading and optional arguments</h2></div></div></div>
35
35
  <p>
@@ -126,6 +126,6 @@ cairo_rectangle (cairo_t *cr,
126
126
  </div>
127
127
  <div class="footer">
128
128
  <hr>
129
- Generated by GTK-Doc V1.10</div>
129
+ Generated by GTK-Doc V1.11</div>
130
130
  </body>
131
131
  </html>
@@ -3,11 +3,11 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>cairo_path_t</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
9
9
  <link rel="prev" href="bindings-fonts.html" title="Fonts">
10
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
10
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
11
11
  <link rel="stylesheet" href="style.css" type="text/css">
12
12
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
13
13
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -28,7 +28,7 @@
28
28
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
29
29
  <td> </td>
30
30
  </tr></table>
31
- <div class="sect1" lang="en">
31
+ <div class="sect1" title="cairo_path_t">
32
32
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
33
33
  <a name="bindings-path"></a>cairo_path_t</h2></div></div></div>
34
34
  <p>
@@ -122,6 +122,6 @@ for element in cr.copy_path():
122
122
  </div>
123
123
  <div class="footer">
124
124
  <hr>
125
- Generated by GTK-Doc V1.10</div>
125
+ Generated by GTK-Doc V1.11</div>
126
126
  </body>
127
127
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Patterns</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
9
9
  <link rel="prev" href="bindings-errors.html" title="Error handling">
10
10
  <link rel="next" href="bindings-surfaces.html" title="Surfaces">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="bindings-surfaces.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="sect1" lang="en">
32
+ <div class="sect1" title="Patterns">
33
33
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
34
34
  <a name="bindings-patterns"></a>Patterns</h2></div></div></div>
35
35
  <p>
@@ -45,7 +45,7 @@
45
45
  cairo_pattern_t
46
46
  <a class="link" href="cairo-pattern.html#cairo-pattern-set-matrix" title="cairo_pattern_set_matrix ()"><code class="function">cairo_pattern_set_matrix()</code></a>
47
47
  <a class="link" href="cairo-pattern.html#cairo-pattern-get-matrix" title="cairo_pattern_get_matrix ()"><code class="function">cairo_pattern_get_matrix()</code></a>
48
- cairo_solid_pattern_t
48
+ cairo_solid_pattern_t (<a class="link" href="cairo-pattern.html#cairo-pattern-create-rgb" title="cairo_pattern_create_rgb ()"><code class="function">cairo_pattern_create_rgb()</code></a> and <a class="link" href="cairo-pattern.html#cairo-pattern-create-rgba" title="cairo_pattern_create_rgba ()"><code class="function">cairo_pattern_create_rgba()</code></a>)
49
49
  cairo_surface_pattern_t (<a class="link" href="cairo-pattern.html#cairo-pattern-create-for-surface" title="cairo_pattern_create_for_surface ()"><code class="function">cairo_pattern_create_for_surface()</code></a>)
50
50
  <a class="link" href="cairo-pattern.html#cairo-pattern-set-extend" title="cairo_pattern_set_extend ()"><code class="function">cairo_pattern_set_extend()</code></a>
51
51
  <a class="link" href="cairo-pattern.html#cairo-pattern-get-extend" title="cairo_pattern_get_extend ()"><code class="function">cairo_pattern_get_extend()</code></a>
@@ -62,6 +62,6 @@ cairo_pattern_t
62
62
  </div>
63
63
  <div class="footer">
64
64
  <hr>
65
- Generated by GTK-Doc V1.10</div>
65
+ Generated by GTK-Doc V1.11</div>
66
66
  </body>
67
67
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Multiple return values</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
9
9
  <link rel="prev" href="bindings-memory.html" title="Memory management">
10
10
  <link rel="next" href="bindings-overloading.html" title="Overloading and optional arguments">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="bindings-overloading.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="sect1" lang="en">
32
+ <div class="sect1" title="Multiple return values">
33
33
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
34
34
  <a name="bindings-return-values"></a>Multiple return values</h2></div></div></div>
35
35
  <p>
@@ -125,6 +125,6 @@ cairo_fill_extents (cairo_t *cr,
125
125
  </div>
126
126
  <div class="footer">
127
127
  <hr>
128
- Generated by GTK-Doc V1.10</div>
128
+ Generated by GTK-Doc V1.11</div>
129
129
  </body>
130
130
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Streams and File I/O</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
9
9
  <link rel="prev" href="bindings-overloading.html" title="Overloading and optional arguments">
10
10
  <link rel="next" href="bindings-errors.html" title="Error handling">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="bindings-errors.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="sect1" lang="en">
32
+ <div class="sect1" title="Streams and File I/O">
33
33
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
34
34
  <a name="bindings-streams"></a>Streams and File I/O</h2></div></div></div>
35
35
  <p>
@@ -97,6 +97,6 @@ public void writeToPNG (OutputStream stream) throws IOException;
97
97
  </div>
98
98
  <div class="footer">
99
99
  <hr>
100
- Generated by GTK-Doc V1.10</div>
100
+ Generated by GTK-Doc V1.11</div>
101
101
  </body>
102
102
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Surfaces</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
9
9
  <link rel="prev" href="bindings-patterns.html" title="Patterns">
10
10
  <link rel="next" href="bindings-fonts.html" title="Fonts">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="bindings-fonts.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="sect1" lang="en">
32
+ <div class="sect1" title="Surfaces">
33
33
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
34
34
  <a name="bindings-surfaces"></a>Surfaces</h2></div></div></div>
35
35
  <p>
@@ -98,6 +98,6 @@ cairo_surface_t *
98
98
  </div>
99
99
  <div class="footer">
100
100
  <hr>
101
- Generated by GTK-Doc V1.10</div>
101
+ Generated by GTK-Doc V1.11</div>
102
102
  </body>
103
103
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>cairo_t</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="cairo-drawing.html" title="Drawing">
9
9
  <link rel="prev" href="cairo-drawing.html" title="Drawing">
10
10
  <link rel="next" href="cairo-paths.html" title="Paths">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -30,11 +30,13 @@
30
30
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
31
31
  <td><a accesskey="n" href="cairo-paths.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
32
32
  </tr>
33
- <tr><td colspan="5" class="shortcuts"><nobr><a href="#cairo-context.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-context.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-context.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-context.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="cairo_t">
38
40
  <a name="cairo-context"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,23 +45,23 @@
43
45
  </td>
44
46
  <td valign="top" align="right"></td>
45
47
  </tr></table></div>
46
- <div class="refsynopsisdiv">
48
+ <div class="refsynopsisdiv" title="Synopsis">
47
49
  <a name="cairo-context.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
51
  typedef <a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a>;
50
- <a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a>* <a class="link" href="cairo-context.html#cairo-create" title="cairo_create ()">cairo_create</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *target);
51
- <a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a>* <a class="link" href="cairo-context.html#cairo-reference" title="cairo_reference ()">cairo_reference</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
52
+ <a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> * <a class="link" href="cairo-context.html#cairo-create" title="cairo_create ()">cairo_create</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *target);
53
+ <a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> * <a class="link" href="cairo-context.html#cairo-reference" title="cairo_reference ()">cairo_reference</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
52
54
  void <a class="link" href="cairo-context.html#cairo-destroy" title="cairo_destroy ()">cairo_destroy</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
53
55
  <a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()">cairo_status</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
54
56
  void <a class="link" href="cairo-context.html#cairo-save" title="cairo_save ()">cairo_save</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
55
57
  void <a class="link" href="cairo-context.html#cairo-restore" title="cairo_restore ()">cairo_restore</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
56
- <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-context.html#cairo-get-target" title="cairo_get_target ()">cairo_get_target</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
58
+ <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> * <a class="link" href="cairo-context.html#cairo-get-target" title="cairo_get_target ()">cairo_get_target</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
57
59
  void <a class="link" href="cairo-context.html#cairo-push-group" title="cairo_push_group ()">cairo_push_group</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
58
60
  void <a class="link" href="cairo-context.html#cairo-push-group-with-content" title="cairo_push_group_with_content ()">cairo_push_group_with_content</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
59
61
  <a class="link" href="cairo-surface.html#cairo-content-t" title="enum cairo_content_t">cairo_content_t</a> content);
60
- <a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a>* <a class="link" href="cairo-context.html#cairo-pop-group" title="cairo_pop_group ()">cairo_pop_group</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
62
+ <a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a> * <a class="link" href="cairo-context.html#cairo-pop-group" title="cairo_pop_group ()">cairo_pop_group</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
61
63
  void <a class="link" href="cairo-context.html#cairo-pop-group-to-source" title="cairo_pop_group_to_source ()">cairo_pop_group_to_source</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
62
- <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-context.html#cairo-get-group-target" title="cairo_get_group_target ()">cairo_get_group_target</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
64
+ <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> * <a class="link" href="cairo-context.html#cairo-get-group-target" title="cairo_get_group_target ()">cairo_get_group_target</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
63
65
  void <a class="link" href="cairo-context.html#cairo-set-source-rgb" title="cairo_set_source_rgb ()">cairo_set_source_rgb</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
64
66
  double red,
65
67
  double green,
@@ -75,7 +77,7 @@ void <a class="link" href="cairo-context.html#cairo-set-source-su
75
77
  <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
76
78
  double x,
77
79
  double y);
78
- <a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a>* <a class="link" href="cairo-context.html#cairo-get-source" title="cairo_get_source ()">cairo_get_source</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
80
+ <a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a> * <a class="link" href="cairo-context.html#cairo-get-source" title="cairo_get_source ()">cairo_get_source</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
79
81
  enum <a class="link" href="cairo-context.html#cairo-antialias-t" title="enum cairo_antialias_t">cairo_antialias_t</a>;
80
82
  void <a class="link" href="cairo-context.html#cairo-set-antialias" title="cairo_set_antialias ()">cairo_set_antialias</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
81
83
  <a class="link" href="cairo-context.html#cairo-antialias-t" title="enum cairo_antialias_t">cairo_antialias_t</a> antialias);
@@ -124,7 +126,7 @@ void <a class="link" href="cairo-context.html#cairo-reset-clip" t
124
126
  <a class="link" href="cairo-context.html#cairo-rectangle-t" title="cairo_rectangle_t">cairo_rectangle_t</a>;
125
127
  <a class="link" href="cairo-context.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t">cairo_rectangle_list_t</a>;
126
128
  void <a class="link" href="cairo-context.html#cairo-rectangle-list-destroy" title="cairo_rectangle_list_destroy ()">cairo_rectangle_list_destroy</a> (<a class="link" href="cairo-context.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t">cairo_rectangle_list_t</a> *rectangle_list);
127
- <a class="link" href="cairo-context.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t">cairo_rectangle_list_t</a>* <a class="link" href="cairo-context.html#cairo-copy-clip-rectangle-list" title="cairo_copy_clip_rectangle_list ()">cairo_copy_clip_rectangle_list</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
129
+ <a class="link" href="cairo-context.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t">cairo_rectangle_list_t</a> * <a class="link" href="cairo-context.html#cairo-copy-clip-rectangle-list" title="cairo_copy_clip_rectangle_list ()">cairo_copy_clip_rectangle_list</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
128
130
  void <a class="link" href="cairo-context.html#cairo-fill" title="cairo_fill ()">cairo_fill</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
129
131
  void <a class="link" href="cairo-context.html#cairo-fill-preserve" title="cairo_fill_preserve ()">cairo_fill_preserve</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
130
132
  void <a class="link" href="cairo-context.html#cairo-fill-extents" title="cairo_fill_extents ()">cairo_fill_extents</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
@@ -161,11 +163,11 @@ unsigned int <a class="link" href="cairo-context.html#cairo-get-reference
161
163
  const <a class="link" href="cairo-types.html#cairo-user-data-key-t" title="cairo_user_data_key_t">cairo_user_data_key_t</a> *key,
162
164
  void *user_data,
163
165
  <a class="link" href="cairo-types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()">cairo_destroy_func_t</a> destroy);
164
- void* <a class="link" href="cairo-context.html#cairo-get-user-data" title="cairo_get_user_data ()">cairo_get_user_data</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
166
+ void * <a class="link" href="cairo-context.html#cairo-get-user-data" title="cairo_get_user_data ()">cairo_get_user_data</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
165
167
  const <a class="link" href="cairo-types.html#cairo-user-data-key-t" title="cairo_user_data_key_t">cairo_user_data_key_t</a> *key);
166
168
  </pre>
167
169
  </div>
168
- <div class="refsect1" lang="en">
170
+ <div class="refsect1" title="Description">
169
171
  <a name="cairo-context.description"></a><h2>Description</h2>
170
172
  <p>
171
173
  <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> is the main object used when drawing with cairo. To
@@ -180,9 +182,9 @@ void* <a class="link" href="cairo-context.html#cairo-get-user-data
180
182
  Use <a class="link" href="cairo-context.html#cairo-restore" title="cairo_restore ()"><code class="function">cairo_restore()</code></a> to restore to the saved state.
181
183
  </p>
182
184
  </div>
183
- <div class="refsect1" lang="en">
185
+ <div class="refsect1" title="Details">
184
186
  <a name="cairo-context.details"></a><h2>Details</h2>
185
- <div class="refsect2" lang="en">
187
+ <div class="refsect2" title="cairo_t">
186
188
  <a name="cairo-t"></a><h3>cairo_t</h3>
187
189
  <pre class="programlisting">typedef struct _cairo cairo_t;
188
190
  </pre>
@@ -199,13 +201,12 @@ object.
199
201
  Memory management of <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> is done with
200
202
  <a class="link" href="cairo-context.html#cairo-reference" title="cairo_reference ()"><code class="function">cairo_reference()</code></a> and <a class="link" href="cairo-context.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a>.</p>
201
203
  <p>
202
-
203
204
  </p>
204
205
  </div>
205
206
  <hr>
206
- <div class="refsect2" lang="en">
207
+ <div class="refsect2" title="cairo_create ()">
207
208
  <a name="cairo-create"></a><h3>cairo_create ()</h3>
208
- <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a>* cairo_create (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *target);</pre>
209
+ <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> * cairo_create (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *target);</pre>
209
210
  <p>
210
211
  Creates a new <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> with all graphics state parameters set to
211
212
  default values and with <em class="parameter"><code>target</code></em> as a target surface. The target
@@ -218,7 +219,6 @@ This function references <em class="parameter"><code>target</code></em>, so you
218
219
  call <a class="link" href="cairo-surface.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a> on it if you don't need to
219
220
  maintain a separate reference to it.</p>
220
221
  <p>
221
-
222
222
  </p>
223
223
  <div class="variablelist"><table border="0">
224
224
  <col align="left" valign="top">
@@ -233,9 +233,11 @@ maintain a separate reference to it.</p>
233
233
  <td> a newly allocated <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> with a reference
234
234
  count of 1. The initial reference count should be released
235
235
  with <a class="link" href="cairo-context.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a> when you are done using the <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.
236
- This function never returns <code class="literal">NULL</code>. If memory cannot be
236
+ This function never returns <a
237
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
238
+ ><code class="literal">NULL</code></a>. If memory cannot be
237
239
  allocated, a special <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> object will be returned on
238
- which <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> returns <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.
240
+ which <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> returns <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY--CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.
239
241
  You can use this object normally, but no drawing will
240
242
  be done.
241
243
  </td>
@@ -244,9 +246,9 @@ maintain a separate reference to it.</p>
244
246
  </table></div>
245
247
  </div>
246
248
  <hr>
247
- <div class="refsect2" lang="en">
249
+ <div class="refsect2" title="cairo_reference ()">
248
250
  <a name="cairo-reference"></a><h3>cairo_reference ()</h3>
249
- <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a>* cairo_reference (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
251
+ <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> * cairo_reference (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
250
252
  <p>
251
253
  Increases the reference count on <em class="parameter"><code>cr</code></em> by one. This prevents
252
254
  <em class="parameter"><code>cr</code></em> from being destroyed until a matching call to <a class="link" href="cairo-context.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a>
@@ -256,7 +258,6 @@ is made.
256
258
  The number of references to a <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> can be get using
257
259
  <a class="link" href="cairo-context.html#cairo-get-reference-count" title="cairo_get_reference_count ()"><code class="function">cairo_get_reference_count()</code></a>.</p>
258
260
  <p>
259
-
260
261
  </p>
261
262
  <div class="variablelist"><table border="0">
262
263
  <col align="left" valign="top">
@@ -275,7 +276,7 @@ The number of references to a <a class="link" href="cairo-context.html#cairo-t"
275
276
  </table></div>
276
277
  </div>
277
278
  <hr>
278
- <div class="refsect2" lang="en">
279
+ <div class="refsect2" title="cairo_destroy ()">
279
280
  <a name="cairo-destroy"></a><h3>cairo_destroy ()</h3>
280
281
  <pre class="programlisting">void cairo_destroy (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
281
282
  <p>
@@ -283,7 +284,6 @@ Decreases the reference count on <em class="parameter"><code>cr</code></em> by o
283
284
  is zero, then <em class="parameter"><code>cr</code></em> and all associated resources are freed.
284
285
  See <a class="link" href="cairo-context.html#cairo-reference" title="cairo_reference ()"><code class="function">cairo_reference()</code></a>.</p>
285
286
  <p>
286
-
287
287
  </p>
288
288
  <div class="variablelist"><table border="0">
289
289
  <col align="left" valign="top">
@@ -295,13 +295,12 @@ See <a class="link" href="cairo-context.html#cairo-reference" title="cairo_refer
295
295
  </table></div>
296
296
  </div>
297
297
  <hr>
298
- <div class="refsect2" lang="en">
298
+ <div class="refsect2" title="cairo_status ()">
299
299
  <a name="cairo-status"></a><h3>cairo_status ()</h3>
300
300
  <pre class="programlisting"><a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> cairo_status (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
301
301
  <p>
302
302
  Checks whether an error has previously occurred for this context.</p>
303
303
  <p>
304
-
305
304
  </p>
306
305
  <div class="variablelist"><table border="0">
307
306
  <col align="left" valign="top">
@@ -320,7 +319,7 @@ Checks whether an error has previously occurred for this context.</p>
320
319
  </table></div>
321
320
  </div>
322
321
  <hr>
323
- <div class="refsect2" lang="en">
322
+ <div class="refsect2" title="cairo_save ()">
324
323
  <a name="cairo-save"></a><h3>cairo_save ()</h3>
325
324
  <pre class="programlisting">void cairo_save (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
326
325
  <p>
@@ -337,7 +336,6 @@ a <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class=
337
336
  drops to zero in response to a call to <a class="link" href="cairo-context.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a>,
338
337
  any saved states will be freed along with the <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.</p>
339
338
  <p>
340
-
341
339
  </p>
342
340
  <div class="variablelist"><table border="0">
343
341
  <col align="left" valign="top">
@@ -349,7 +347,7 @@ any saved states will be freed along with the <a class="link" href="cairo-contex
349
347
  </table></div>
350
348
  </div>
351
349
  <hr>
352
- <div class="refsect2" lang="en">
350
+ <div class="refsect2" title="cairo_restore ()">
353
351
  <a name="cairo-restore"></a><h3>cairo_restore ()</h3>
354
352
  <pre class="programlisting">void cairo_restore (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
355
353
  <p>
@@ -357,7 +355,6 @@ Restores <em class="parameter"><code>cr</code></em> to the state saved by a prec
357
355
  <a class="link" href="cairo-context.html#cairo-save" title="cairo_save ()"><code class="function">cairo_save()</code></a> and removes that state from the stack of
358
356
  saved states.</p>
359
357
  <p>
360
-
361
358
  </p>
362
359
  <div class="variablelist"><table border="0">
363
360
  <col align="left" valign="top">
@@ -369,9 +366,9 @@ saved states.</p>
369
366
  </table></div>
370
367
  </div>
371
368
  <hr>
372
- <div class="refsect2" lang="en">
369
+ <div class="refsect2" title="cairo_get_target ()">
373
370
  <a name="cairo-get-target"></a><h3>cairo_get_target ()</h3>
374
- <pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_get_target (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
371
+ <pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> * cairo_get_target (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
375
372
  <p>
376
373
  Gets the target surface for the cairo context as passed to
377
374
  <a class="link" href="cairo-context.html#cairo-create" title="cairo_create ()"><code class="function">cairo_create()</code></a>.
@@ -379,11 +376,10 @@ Gets the target surface for the cairo context as passed to
379
376
  <p>
380
377
  This function will always return a valid pointer, but the result
381
378
  can be a "nil" surface if <em class="parameter"><code>cr</code></em> is already in an error state,
382
- (ie. <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> <code class="literal">!=</code> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>).
379
+ (ie. <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> <code class="literal">!=</code> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>).
383
380
  A nil surface is indicated by <a class="link" href="cairo-surface.html#cairo-surface-status" title="cairo_surface_status ()"><code class="function">cairo_surface_status()</code></a>
384
- <code class="literal">!=</code> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>.</p>
381
+ <code class="literal">!=</code> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>.</p>
385
382
  <p>
386
-
387
383
  </p>
388
384
  <div class="variablelist"><table border="0">
389
385
  <col align="left" valign="top">
@@ -403,7 +399,7 @@ keep a reference to it, you must call <a class="link" href="cairo-surface.html#c
403
399
  </table></div>
404
400
  </div>
405
401
  <hr>
406
- <div class="refsect2" lang="en">
402
+ <div class="refsect2" title="cairo_push_group ()">
407
403
  <a name="cairo-push-group"></a><h3>cairo_push_group ()</h3>
408
404
  <pre class="programlisting">void cairo_push_group (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
409
405
  <p>
@@ -432,7 +428,7 @@ group, (the pop_group functions call <a class="link" href="cairo-context.html#ca
432
428
  </p>
433
429
  <p>
434
430
  By default the intermediate group will have a content type of
435
- <a class="link" href="cairo-surface.html#CAIRO-CONTENT-COLOR-ALPHA:CAPS"><code class="literal">CAIRO_CONTENT_COLOR_ALPHA</code></a>. Other content types can be chosen for
431
+ <a class="link" href="cairo-surface.html#CAIRO-CONTENT-COLOR-ALPHA--CAPS"><code class="literal">CAIRO_CONTENT_COLOR_ALPHA</code></a>. Other content types can be chosen for
436
432
  the group by using <a class="link" href="cairo-context.html#cairo-push-group-with-content" title="cairo_push_group_with_content ()"><code class="function">cairo_push_group_with_content()</code></a> instead.
437
433
  </p>
438
434
  <p>
@@ -452,7 +448,6 @@ cairo_pop_group_to_source (cr);
452
448
  cairo_paint_with_alpha (cr, alpha);
453
449
  </pre></div>
454
450
  <p>
455
-
456
451
  </p>
457
452
  <div class="variablelist"><table border="0">
458
453
  <col align="left" valign="top">
@@ -462,11 +457,10 @@ cairo_paint_with_alpha (cr, alpha);
462
457
  </td>
463
458
  </tr></tbody>
464
459
  </table></div>
465
- <p class="since">Since 1.2
466
- </p>
460
+ <p class="since">Since 1.2</p>
467
461
  </div>
468
462
  <hr>
469
- <div class="refsect2" lang="en">
463
+ <div class="refsect2" title="cairo_push_group_with_content ()">
470
464
  <a name="cairo-push-group-with-content"></a><h3>cairo_push_group_with_content ()</h3>
471
465
  <pre class="programlisting">void cairo_push_group_with_content (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
472
466
  <a class="link" href="cairo-surface.html#cairo-content-t" title="enum cairo_content_t">cairo_content_t</a> content);</pre>
@@ -483,7 +477,6 @@ control this content type is the only distinction between this
483
477
  function and <a class="link" href="cairo-context.html#cairo-push-group" title="cairo_push_group ()"><code class="function">cairo_push_group()</code></a> which you should see for a more
484
478
  detailed description of group rendering.</p>
485
479
  <p>
486
-
487
480
  </p>
488
481
  <div class="variablelist"><table border="0">
489
482
  <col align="left" valign="top">
@@ -495,19 +488,18 @@ detailed description of group rendering.</p>
495
488
  </tr>
496
489
  <tr>
497
490
  <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
498
- <td> a %<a class="link" href="cairo-surface.html#cairo-content-t" title="enum cairo_content_t"><span class="type">cairo_content_t</span></a> indicating the type of group that
491
+ <td> a <a class="link" href="cairo-surface.html#cairo-content-t" title="enum cairo_content_t"><span class="type">cairo_content_t</span></a> indicating the type of group that
499
492
  will be created
500
493
  </td>
501
494
  </tr>
502
495
  </tbody>
503
496
  </table></div>
504
- <p class="since">Since 1.2
505
- </p>
497
+ <p class="since">Since 1.2</p>
506
498
  </div>
507
499
  <hr>
508
- <div class="refsect2" lang="en">
500
+ <div class="refsect2" title="cairo_pop_group ()">
509
501
  <a name="cairo-pop-group"></a><h3>cairo_pop_group ()</h3>
510
- <pre class="programlisting"><a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a>* cairo_pop_group (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
502
+ <pre class="programlisting"><a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a> * cairo_pop_group (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
511
503
  <p>
512
504
  Terminates the redirection begun by a call to <a class="link" href="cairo-context.html#cairo-push-group" title="cairo_push_group ()"><code class="function">cairo_push_group()</code></a> or
513
505
  <a class="link" href="cairo-context.html#cairo-push-group-with-content" title="cairo_push_group_with_content ()"><code class="function">cairo_push_group_with_content()</code></a> and returns a new pattern
@@ -520,7 +512,6 @@ call to <a class="link" href="cairo-context.html#cairo-save" title="cairo_save (
520
512
  changes to the graphics state will not be visible outside the
521
513
  group.</p>
522
514
  <p>
523
-
524
515
  </p>
525
516
  <div class="variablelist"><table border="0">
526
517
  <col align="left" valign="top">
@@ -541,11 +532,10 @@ caller owns the returned object and should call
541
532
  </tr>
542
533
  </tbody>
543
534
  </table></div>
544
- <p class="since">Since 1.2
545
- </p>
535
+ <p class="since">Since 1.2</p>
546
536
  </div>
547
537
  <hr>
548
- <div class="refsect2" lang="en">
538
+ <div class="refsect2" title="cairo_pop_group_to_source ()">
549
539
  <a name="cairo-pop-group-to-source"></a><h3>cairo_pop_group_to_source ()</h3>
550
540
  <pre class="programlisting">void cairo_pop_group_to_source (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
551
541
  <p>
@@ -576,7 +566,6 @@ call to <a class="link" href="cairo-context.html#cairo-save" title="cairo_save (
576
566
  changes to the graphics state will not be visible outside the
577
567
  group.</p>
578
568
  <p>
579
-
580
569
  </p>
581
570
  <div class="variablelist"><table border="0">
582
571
  <col align="left" valign="top">
@@ -586,13 +575,12 @@ group.</p>
586
575
  </td>
587
576
  </tr></tbody>
588
577
  </table></div>
589
- <p class="since">Since 1.2
590
- </p>
578
+ <p class="since">Since 1.2</p>
591
579
  </div>
592
580
  <hr>
593
- <div class="refsect2" lang="en">
581
+ <div class="refsect2" title="cairo_get_group_target ()">
594
582
  <a name="cairo-get-group-target"></a><h3>cairo_get_group_target ()</h3>
595
- <pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_get_group_target (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
583
+ <pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> * cairo_get_group_target (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
596
584
  <p>
597
585
  Gets the current destination surface for the context. This is either
598
586
  the original target surface as passed to <a class="link" href="cairo-context.html#cairo-create" title="cairo_create ()"><code class="function">cairo_create()</code></a> or the target
@@ -602,11 +590,10 @@ surface for the current group as started by the most recent call to
602
590
  <p>
603
591
  This function will always return a valid pointer, but the result
604
592
  can be a "nil" surface if <em class="parameter"><code>cr</code></em> is already in an error state,
605
- (ie. <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> <code class="literal">!=</code> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>).
593
+ (ie. <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> <code class="literal">!=</code> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>).
606
594
  A nil surface is indicated by <a class="link" href="cairo-surface.html#cairo-surface-status" title="cairo_surface_status ()"><code class="function">cairo_surface_status()</code></a>
607
- <code class="literal">!=</code> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>.</p>
595
+ <code class="literal">!=</code> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>.</p>
608
596
  <p>
609
-
610
597
  </p>
611
598
  <div class="variablelist"><table border="0">
612
599
  <col align="left" valign="top">
@@ -625,11 +612,10 @@ keep a reference to it, you must call <a class="link" href="cairo-surface.html#c
625
612
  </tr>
626
613
  </tbody>
627
614
  </table></div>
628
- <p class="since">Since 1.2
629
- </p>
615
+ <p class="since">Since 1.2</p>
630
616
  </div>
631
617
  <hr>
632
- <div class="refsect2" lang="en">
618
+ <div class="refsect2" title="cairo_set_source_rgb ()">
633
619
  <a name="cairo-set-source-rgb"></a><h3>cairo_set_source_rgb ()</h3>
634
620
  <pre class="programlisting">void cairo_set_source_rgb (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
635
621
  double red,
@@ -649,7 +635,6 @@ clamped.
649
635
  The default source pattern is opaque black, (that is, it is
650
636
  equivalent to cairo_set_source_rgb(cr, 0.0, 0.0, 0.0)).</p>
651
637
  <p>
652
-
653
638
  </p>
654
639
  <div class="variablelist"><table border="0">
655
640
  <col align="left" valign="top">
@@ -678,7 +663,7 @@ equivalent to cairo_set_source_rgb(cr, 0.0, 0.0, 0.0)).</p>
678
663
  </table></div>
679
664
  </div>
680
665
  <hr>
681
- <div class="refsect2" lang="en">
666
+ <div class="refsect2" title="cairo_set_source_rgba ()">
682
667
  <a name="cairo-set-source-rgba"></a><h3>cairo_set_source_rgba ()</h3>
683
668
  <pre class="programlisting">void cairo_set_source_rgba (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
684
669
  double red,
@@ -699,7 +684,6 @@ will be clamped.
699
684
  The default source pattern is opaque black, (that is, it is
700
685
  equivalent to cairo_set_source_rgba(cr, 0.0, 0.0, 0.0, 1.0)).</p>
701
686
  <p>
702
-
703
687
  </p>
704
688
  <div class="variablelist"><table border="0">
705
689
  <col align="left" valign="top">
@@ -733,7 +717,7 @@ equivalent to cairo_set_source_rgba(cr, 0.0, 0.0, 0.0, 1.0)).</p>
733
717
  </table></div>
734
718
  </div>
735
719
  <hr>
736
- <div class="refsect2" lang="en">
720
+ <div class="refsect2" title="cairo_set_source ()">
737
721
  <a name="cairo-set-source"></a><h3>cairo_set_source ()</h3>
738
722
  <pre class="programlisting">void cairo_set_source (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
739
723
  <a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a> *source);</pre>
@@ -753,7 +737,6 @@ The default source pattern is a solid pattern that is opaque black,
753
737
  (that is, it is equivalent to cairo_set_source_rgb(cr, 0.0, 0.0,
754
738
  0.0)).</p>
755
739
  <p>
756
-
757
740
  </p>
758
741
  <div class="variablelist"><table border="0">
759
742
  <col align="left" valign="top">
@@ -773,7 +756,7 @@ subsequent drawing operations.
773
756
  </table></div>
774
757
  </div>
775
758
  <hr>
776
- <div class="refsect2" lang="en">
759
+ <div class="refsect2" title="cairo_set_source_surface ()">
777
760
  <a name="cairo-set-source-surface"></a><h3>cairo_set_source_surface ()</h3>
778
761
  <pre class="programlisting">void cairo_set_source_surface (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
779
762
  <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
@@ -798,7 +781,6 @@ The resulting pattern can be queried with <a class="link" href="cairo-context.ht
798
781
  that these attributes can be modified if desired, (eg. to create a
799
782
  repeating pattern with <a class="link" href="cairo-pattern.html#cairo-pattern-set-extend" title="cairo_pattern_set_extend ()"><code class="function">cairo_pattern_set_extend()</code></a>).</p>
800
783
  <p>
801
-
802
784
  </p>
803
785
  <div class="variablelist"><table border="0">
804
786
  <col align="left" valign="top">
@@ -827,13 +809,12 @@ repeating pattern with <a class="link" href="cairo-pattern.html#cairo-pattern-se
827
809
  </table></div>
828
810
  </div>
829
811
  <hr>
830
- <div class="refsect2" lang="en">
812
+ <div class="refsect2" title="cairo_get_source ()">
831
813
  <a name="cairo-get-source"></a><h3>cairo_get_source ()</h3>
832
- <pre class="programlisting"><a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a>* cairo_get_source (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
814
+ <pre class="programlisting"><a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a> * cairo_get_source (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
833
815
  <p>
834
816
  Gets the current source pattern for <em class="parameter"><code>cr</code></em>.</p>
835
817
  <p>
836
-
837
818
  </p>
838
819
  <div class="variablelist"><table border="0">
839
820
  <col align="left" valign="top">
@@ -854,7 +835,7 @@ cairo. To keep a reference to it, you must call
854
835
  </table></div>
855
836
  </div>
856
837
  <hr>
857
- <div class="refsect2" lang="en">
838
+ <div class="refsect2" title="enum cairo_antialias_t">
858
839
  <a name="cairo-antialias-t"></a><h3>enum cairo_antialias_t</h3>
859
840
  <pre class="programlisting">typedef enum _cairo_antialias {
860
841
  CAIRO_ANTIALIAS_DEFAULT,
@@ -866,30 +847,29 @@ cairo. To keep a reference to it, you must call
866
847
  <p>
867
848
  Specifies the type of antialiasing to do when rendering text or shapes.</p>
868
849
  <p>
869
-
870
850
  </p>
871
851
  <div class="variablelist"><table border="0">
872
852
  <col align="left" valign="top">
873
853
  <tbody>
874
854
  <tr>
875
- <td><p><a name="CAIRO-ANTIALIAS-DEFAULT:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_DEFAULT</code></span></p></td>
855
+ <td><p><a name="CAIRO-ANTIALIAS-DEFAULT--CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_DEFAULT</code></span></p></td>
876
856
  <td> Use the default antialiasing for
877
857
  the subsystem and target device
878
858
  </td>
879
859
  </tr>
880
860
  <tr>
881
- <td><p><a name="CAIRO-ANTIALIAS-NONE:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_NONE</code></span></p></td>
861
+ <td><p><a name="CAIRO-ANTIALIAS-NONE--CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_NONE</code></span></p></td>
882
862
  <td> Use a bilevel alpha mask
883
863
  </td>
884
864
  </tr>
885
865
  <tr>
886
- <td><p><a name="CAIRO-ANTIALIAS-GRAY:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_GRAY</code></span></p></td>
866
+ <td><p><a name="CAIRO-ANTIALIAS-GRAY--CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_GRAY</code></span></p></td>
887
867
  <td> Perform single-color antialiasing (using
888
868
  shades of gray for black text on a white background, for example).
889
869
  </td>
890
870
  </tr>
891
871
  <tr>
892
- <td><p><a name="CAIRO-ANTIALIAS-SUBPIXEL:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_SUBPIXEL</code></span></p></td>
872
+ <td><p><a name="CAIRO-ANTIALIAS-SUBPIXEL--CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_SUBPIXEL</code></span></p></td>
893
873
  <td> Perform antialiasing by taking
894
874
  advantage of the order of subpixel elements on devices
895
875
  such as LCD panels
@@ -899,7 +879,7 @@ Specifies the type of antialiasing to do when rendering text or shapes.</p>
899
879
  </table></div>
900
880
  </div>
901
881
  <hr>
902
- <div class="refsect2" lang="en">
882
+ <div class="refsect2" title="cairo_set_antialias ()">
903
883
  <a name="cairo-set-antialias"></a><h3>cairo_set_antialias ()</h3>
904
884
  <pre class="programlisting">void cairo_set_antialias (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
905
885
  <a class="link" href="cairo-context.html#cairo-antialias-t" title="enum cairo_antialias_t">cairo_antialias_t</a> antialias);</pre>
@@ -907,13 +887,12 @@ Specifies the type of antialiasing to do when rendering text or shapes.</p>
907
887
  Set the antialiasing mode of the rasterizer used for drawing shapes.
908
888
  This value is a hint, and a particular backend may or may not support
909
889
  a particular value. At the current time, no backend supports
910
- <a class="link" href="cairo-context.html#CAIRO-ANTIALIAS-SUBPIXEL:CAPS"><code class="literal">CAIRO_ANTIALIAS_SUBPIXEL</code></a> when drawing shapes.
890
+ <a class="link" href="cairo-context.html#CAIRO-ANTIALIAS-SUBPIXEL--CAPS"><code class="literal">CAIRO_ANTIALIAS_SUBPIXEL</code></a> when drawing shapes.
911
891
  </p>
912
892
  <p>
913
893
  Note that this option does not affect text rendering, instead see
914
894
  <a class="link" href="cairo-font-options.html#cairo-font-options-set-antialias" title="cairo_font_options_set_antialias ()"><code class="function">cairo_font_options_set_antialias()</code></a>.</p>
915
895
  <p>
916
-
917
896
  </p>
918
897
  <div class="variablelist"><table border="0">
919
898
  <col align="left" valign="top">
@@ -932,13 +911,12 @@ Note that this option does not affect text rendering, instead see
932
911
  </table></div>
933
912
  </div>
934
913
  <hr>
935
- <div class="refsect2" lang="en">
914
+ <div class="refsect2" title="cairo_get_antialias ()">
936
915
  <a name="cairo-get-antialias"></a><h3>cairo_get_antialias ()</h3>
937
916
  <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-antialias-t" title="enum cairo_antialias_t">cairo_antialias_t</a> cairo_get_antialias (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
938
917
  <p>
939
- Gets the current shape antialiasing mode, as set by <code class="function">cairo_set_shape_antialias()</code>.</p>
918
+ Gets the current shape antialiasing mode, as set by <a class="link" href="cairo-context.html#cairo-set-antialias" title="cairo_set_antialias ()"><code class="function">cairo_set_antialias()</code></a>.</p>
940
919
  <p>
941
-
942
920
  </p>
943
921
  <div class="variablelist"><table border="0">
944
922
  <col align="left" valign="top">
@@ -957,7 +935,7 @@ Gets the current shape antialiasing mode, as set by <code class="function">cairo
957
935
  </table></div>
958
936
  </div>
959
937
  <hr>
960
- <div class="refsect2" lang="en">
938
+ <div class="refsect2" title="cairo_set_dash ()">
961
939
  <a name="cairo-set-dash"></a><h3>cairo_set_dash ()</h3>
962
940
  <pre class="programlisting">void cairo_set_dash (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
963
941
  const double *dashes,
@@ -973,7 +951,7 @@ the stroke begins.
973
951
  <p>
974
952
  Each "on" segment will have caps applied as if the segment were a
975
953
  separate sub-path. In particular, it is valid to use an "on" length
976
- of 0.0 with <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-ROUND:CAPS"><code class="literal">CAIRO_LINE_CAP_ROUND</code></a> or <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-SQUARE:CAPS"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></a> in order
954
+ of 0.0 with <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-ROUND--CAPS"><code class="literal">CAIRO_LINE_CAP_ROUND</code></a> or <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-SQUARE--CAPS"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></a> in order
977
955
  to distributed dots or squares along a path.
978
956
  </p>
979
957
  <p>
@@ -992,9 +970,8 @@ on and off portions of the size specified by the single value in
992
970
  <p>
993
971
  If any value in <em class="parameter"><code>dashes</code></em> is negative, or if all values are 0, then
994
972
  <em class="parameter"><code>cr</code></em> will be put into an error state with a status of
995
- #<a class="link" href="cairo-error-status.html#CAIRO-STATUS-INVALID-DASH:CAPS"><code class="literal">CAIRO_STATUS_INVALID_DASH</code></a>.</p>
973
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-INVALID-DASH--CAPS"><code class="literal">CAIRO_STATUS_INVALID_DASH</code></a>.</p>
996
974
  <p>
997
-
998
975
  </p>
999
976
  <div class="variablelist"><table border="0">
1000
977
  <col align="left" valign="top">
@@ -1023,7 +1000,7 @@ If any value in <em class="parameter"><code>dashes</code></em> is negative, or i
1023
1000
  </table></div>
1024
1001
  </div>
1025
1002
  <hr>
1026
- <div class="refsect2" lang="en">
1003
+ <div class="refsect2" title="cairo_get_dash_count ()">
1027
1004
  <a name="cairo-get-dash-count"></a><h3>cairo_get_dash_count ()</h3>
1028
1005
  <pre class="programlisting">int cairo_get_dash_count (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1029
1006
  <p>
@@ -1033,7 +1010,6 @@ is not currently in effect).
1033
1010
  <p>
1034
1011
  See also <a class="link" href="cairo-context.html#cairo-set-dash" title="cairo_set_dash ()"><code class="function">cairo_set_dash()</code></a> and <a class="link" href="cairo-context.html#cairo-get-dash" title="cairo_get_dash ()"><code class="function">cairo_get_dash()</code></a>.</p>
1035
1012
  <p>
1036
-
1037
1013
  </p>
1038
1014
  <div class="variablelist"><table border="0">
1039
1015
  <col align="left" valign="top">
@@ -1051,21 +1027,21 @@ See also <a class="link" href="cairo-context.html#cairo-set-dash" title="cairo_s
1051
1027
  </tr>
1052
1028
  </tbody>
1053
1029
  </table></div>
1054
- <p class="since">Since 1.4
1055
- </p>
1030
+ <p class="since">Since 1.4</p>
1056
1031
  </div>
1057
1032
  <hr>
1058
- <div class="refsect2" lang="en">
1033
+ <div class="refsect2" title="cairo_get_dash ()">
1059
1034
  <a name="cairo-get-dash"></a><h3>cairo_get_dash ()</h3>
1060
1035
  <pre class="programlisting">void cairo_get_dash (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1061
1036
  double *dashes,
1062
1037
  double *offset);</pre>
1063
1038
  <p>
1064
- Gets the current dash array. If not <code class="literal">NULL</code>, <em class="parameter"><code>dashes</code></em> should be big
1039
+ Gets the current dash array. If not <a
1040
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1041
+ ><code class="literal">NULL</code></a>, <em class="parameter"><code>dashes</code></em> should be big
1065
1042
  enough to hold at least the number of values returned by
1066
1043
  <a class="link" href="cairo-context.html#cairo-get-dash-count" title="cairo_get_dash_count ()"><code class="function">cairo_get_dash_count()</code></a>.</p>
1067
1044
  <p>
1068
-
1069
1045
  </p>
1070
1046
  <div class="variablelist"><table border="0">
1071
1047
  <col align="left" valign="top">
@@ -1077,21 +1053,24 @@ enough to hold at least the number of values returned by
1077
1053
  </tr>
1078
1054
  <tr>
1079
1055
  <td><p><span class="term"><em class="parameter"><code>dashes</code></em> :</span></p></td>
1080
- <td> return value for the dash array, or <code class="literal">NULL</code>
1056
+ <td> return value for the dash array, or <a
1057
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1058
+ ><code class="literal">NULL</code></a>
1081
1059
  </td>
1082
1060
  </tr>
1083
1061
  <tr>
1084
1062
  <td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
1085
- <td> return value for the current dash offset, or <code class="literal">NULL</code>
1063
+ <td> return value for the current dash offset, or <a
1064
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1065
+ ><code class="literal">NULL</code></a>
1086
1066
  </td>
1087
1067
  </tr>
1088
1068
  </tbody>
1089
1069
  </table></div>
1090
- <p class="since">Since 1.4
1091
- </p>
1070
+ <p class="since">Since 1.4</p>
1092
1071
  </div>
1093
1072
  <hr>
1094
- <div class="refsect2" lang="en">
1073
+ <div class="refsect2" title="enum cairo_fill_rule_t">
1095
1074
  <a name="cairo-fill-rule-t"></a><h3>enum cairo_fill_rule_t</h3>
1096
1075
  <pre class="programlisting">typedef enum _cairo_fill_rule {
1097
1076
  CAIRO_FILL_RULE_WINDING,
@@ -1109,18 +1088,17 @@ or have a tricky intersection such as intersecting tangent to the path.
1109
1088
  is just a description of the rule that is applied.)
1110
1089
  </p>
1111
1090
  <p>
1112
- The default fill rule is <a class="link" href="cairo-context.html#CAIRO-FILL-RULE-WINDING:CAPS"><code class="literal">CAIRO_FILL_RULE_WINDING</code></a>.
1091
+ The default fill rule is <a class="link" href="cairo-context.html#CAIRO-FILL-RULE-WINDING--CAPS"><code class="literal">CAIRO_FILL_RULE_WINDING</code></a>.
1113
1092
  </p>
1114
1093
  <p>
1115
1094
  New entries may be added in future versions.</p>
1116
1095
  <p>
1117
-
1118
1096
  </p>
1119
1097
  <div class="variablelist"><table border="0">
1120
1098
  <col align="left" valign="top">
1121
1099
  <tbody>
1122
1100
  <tr>
1123
- <td><p><a name="CAIRO-FILL-RULE-WINDING:CAPS"></a><span class="term"><code class="literal">CAIRO_FILL_RULE_WINDING</code></span></p></td>
1101
+ <td><p><a name="CAIRO-FILL-RULE-WINDING--CAPS"></a><span class="term"><code class="literal">CAIRO_FILL_RULE_WINDING</code></span></p></td>
1124
1102
  <td> If the path crosses the ray from
1125
1103
  left-to-right, counts +1. If the path crosses the ray
1126
1104
  from right to left, counts -1. (Left and right are determined
@@ -1129,7 +1107,7 @@ point.) If the total count is non-zero, the point will be filled.
1129
1107
  </td>
1130
1108
  </tr>
1131
1109
  <tr>
1132
- <td><p><a name="CAIRO-FILL-RULE-EVEN-ODD:CAPS"></a><span class="term"><code class="literal">CAIRO_FILL_RULE_EVEN_ODD</code></span></p></td>
1110
+ <td><p><a name="CAIRO-FILL-RULE-EVEN-ODD--CAPS"></a><span class="term"><code class="literal">CAIRO_FILL_RULE_EVEN_ODD</code></span></p></td>
1133
1111
  <td> Counts the total number of
1134
1112
  intersections, without regard to the orientation of the contour. If
1135
1113
  the total number of intersections is odd, the point will be
@@ -1140,7 +1118,7 @@ filled.
1140
1118
  </table></div>
1141
1119
  </div>
1142
1120
  <hr>
1143
- <div class="refsect2" lang="en">
1121
+ <div class="refsect2" title="cairo_set_fill_rule ()">
1144
1122
  <a name="cairo-set-fill-rule"></a><h3>cairo_set_fill_rule ()</h3>
1145
1123
  <pre class="programlisting">void cairo_set_fill_rule (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1146
1124
  <a class="link" href="cairo-context.html#cairo-fill-rule-t" title="enum cairo_fill_rule_t">cairo_fill_rule_t</a> fill_rule);</pre>
@@ -1152,9 +1130,8 @@ both <a class="link" href="cairo-context.html#cairo-fill" title="cairo_fill ()">
1152
1130
  on the semantics of each available fill rule.
1153
1131
  </p>
1154
1132
  <p>
1155
- The default fill rule is <a class="link" href="cairo-context.html#CAIRO-FILL-RULE-WINDING:CAPS"><code class="literal">CAIRO_FILL_RULE_WINDING</code></a>.</p>
1133
+ The default fill rule is <a class="link" href="cairo-context.html#CAIRO-FILL-RULE-WINDING--CAPS"><code class="literal">CAIRO_FILL_RULE_WINDING</code></a>.</p>
1156
1134
  <p>
1157
-
1158
1135
  </p>
1159
1136
  <div class="variablelist"><table border="0">
1160
1137
  <col align="left" valign="top">
@@ -1173,13 +1150,12 @@ The default fill rule is <a class="link" href="cairo-context.html#CAIRO-FILL-RUL
1173
1150
  </table></div>
1174
1151
  </div>
1175
1152
  <hr>
1176
- <div class="refsect2" lang="en">
1153
+ <div class="refsect2" title="cairo_get_fill_rule ()">
1177
1154
  <a name="cairo-get-fill-rule"></a><h3>cairo_get_fill_rule ()</h3>
1178
1155
  <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-fill-rule-t" title="enum cairo_fill_rule_t">cairo_fill_rule_t</a> cairo_get_fill_rule (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1179
1156
  <p>
1180
1157
  Gets the current fill rule, as set by <a class="link" href="cairo-context.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a>.</p>
1181
1158
  <p>
1182
-
1183
1159
  </p>
1184
1160
  <div class="variablelist"><table border="0">
1185
1161
  <col align="left" valign="top">
@@ -1198,7 +1174,7 @@ Gets the current fill rule, as set by <a class="link" href="cairo-context.html#c
1198
1174
  </table></div>
1199
1175
  </div>
1200
1176
  <hr>
1201
- <div class="refsect2" lang="en">
1177
+ <div class="refsect2" title="enum cairo_line_cap_t">
1202
1178
  <a name="cairo-line-cap-t"></a><h3>enum cairo_line_cap_t</h3>
1203
1179
  <pre class="programlisting">typedef enum _cairo_line_cap {
1204
1180
  CAIRO_LINE_CAP_BUTT,
@@ -1210,25 +1186,24 @@ Gets the current fill rule, as set by <a class="link" href="cairo-context.html#c
1210
1186
  Specifies how to render the endpoints of the path when stroking.
1211
1187
  </p>
1212
1188
  <p>
1213
- The default line cap style is <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-BUTT:CAPS"><code class="literal">CAIRO_LINE_CAP_BUTT</code></a>.</p>
1189
+ The default line cap style is <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-BUTT--CAPS"><code class="literal">CAIRO_LINE_CAP_BUTT</code></a>.</p>
1214
1190
  <p>
1215
-
1216
1191
  </p>
1217
1192
  <div class="variablelist"><table border="0">
1218
1193
  <col align="left" valign="top">
1219
1194
  <tbody>
1220
1195
  <tr>
1221
- <td><p><a name="CAIRO-LINE-CAP-BUTT:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_CAP_BUTT</code></span></p></td>
1196
+ <td><p><a name="CAIRO-LINE-CAP-BUTT--CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_CAP_BUTT</code></span></p></td>
1222
1197
  <td> start(stop) the line exactly at the start(end) point
1223
1198
  </td>
1224
1199
  </tr>
1225
1200
  <tr>
1226
- <td><p><a name="CAIRO-LINE-CAP-ROUND:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_CAP_ROUND</code></span></p></td>
1201
+ <td><p><a name="CAIRO-LINE-CAP-ROUND--CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_CAP_ROUND</code></span></p></td>
1227
1202
  <td> use a round ending, the center of the circle is the end point
1228
1203
  </td>
1229
1204
  </tr>
1230
1205
  <tr>
1231
- <td><p><a name="CAIRO-LINE-CAP-SQUARE:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></span></p></td>
1206
+ <td><p><a name="CAIRO-LINE-CAP-SQUARE--CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></span></p></td>
1232
1207
  <td> use squared ending, the center of the square is the end point
1233
1208
  </td>
1234
1209
  </tr>
@@ -1236,7 +1211,7 @@ The default line cap style is <a class="link" href="cairo-context.html#CAIRO-LIN
1236
1211
  </table></div>
1237
1212
  </div>
1238
1213
  <hr>
1239
- <div class="refsect2" lang="en">
1214
+ <div class="refsect2" title="cairo_set_line_cap ()">
1240
1215
  <a name="cairo-set-line-cap"></a><h3>cairo_set_line_cap ()</h3>
1241
1216
  <pre class="programlisting">void cairo_set_line_cap (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1242
1217
  <a class="link" href="cairo-context.html#cairo-line-cap-t" title="enum cairo_line_cap_t">cairo_line_cap_t</a> line_cap);</pre>
@@ -1252,9 +1227,8 @@ examined by <a class="link" href="cairo-context.html#cairo-stroke" title="cairo_
1252
1227
  construction.
1253
1228
  </p>
1254
1229
  <p>
1255
- The default line cap style is <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-BUTT:CAPS"><code class="literal">CAIRO_LINE_CAP_BUTT</code></a>.</p>
1230
+ The default line cap style is <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-BUTT--CAPS"><code class="literal">CAIRO_LINE_CAP_BUTT</code></a>.</p>
1256
1231
  <p>
1257
-
1258
1232
  </p>
1259
1233
  <div class="variablelist"><table border="0">
1260
1234
  <col align="left" valign="top">
@@ -1273,13 +1247,12 @@ The default line cap style is <a class="link" href="cairo-context.html#CAIRO-LIN
1273
1247
  </table></div>
1274
1248
  </div>
1275
1249
  <hr>
1276
- <div class="refsect2" lang="en">
1250
+ <div class="refsect2" title="cairo_get_line_cap ()">
1277
1251
  <a name="cairo-get-line-cap"></a><h3>cairo_get_line_cap ()</h3>
1278
1252
  <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-line-cap-t" title="enum cairo_line_cap_t">cairo_line_cap_t</a> cairo_get_line_cap (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1279
1253
  <p>
1280
1254
  Gets the current line cap style, as set by <a class="link" href="cairo-context.html#cairo-set-line-cap" title="cairo_set_line_cap ()"><code class="function">cairo_set_line_cap()</code></a>.</p>
1281
1255
  <p>
1282
-
1283
1256
  </p>
1284
1257
  <div class="variablelist"><table border="0">
1285
1258
  <col align="left" valign="top">
@@ -1298,7 +1271,7 @@ Gets the current line cap style, as set by <a class="link" href="cairo-context.h
1298
1271
  </table></div>
1299
1272
  </div>
1300
1273
  <hr>
1301
- <div class="refsect2" lang="en">
1274
+ <div class="refsect2" title="enum cairo_line_join_t">
1302
1275
  <a name="cairo-line-join-t"></a><h3>enum cairo_line_join_t</h3>
1303
1276
  <pre class="programlisting">typedef enum _cairo_line_join {
1304
1277
  CAIRO_LINE_JOIN_MITER,
@@ -1310,27 +1283,26 @@ Gets the current line cap style, as set by <a class="link" href="cairo-context.h
1310
1283
  Specifies how to render the junction of two lines when stroking.
1311
1284
  </p>
1312
1285
  <p>
1313
- The default line join style is <a class="link" href="cairo-context.html#CAIRO-LINE-JOIN-MITER:CAPS"><code class="literal">CAIRO_LINE_JOIN_MITER</code></a>.</p>
1286
+ The default line join style is <a class="link" href="cairo-context.html#CAIRO-LINE-JOIN-MITER--CAPS"><code class="literal">CAIRO_LINE_JOIN_MITER</code></a>.</p>
1314
1287
  <p>
1315
-
1316
1288
  </p>
1317
1289
  <div class="variablelist"><table border="0">
1318
1290
  <col align="left" valign="top">
1319
1291
  <tbody>
1320
1292
  <tr>
1321
- <td><p><a name="CAIRO-LINE-JOIN-MITER:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_JOIN_MITER</code></span></p></td>
1293
+ <td><p><a name="CAIRO-LINE-JOIN-MITER--CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_JOIN_MITER</code></span></p></td>
1322
1294
  <td> use a sharp (angled) corner, see
1323
1295
  <a class="link" href="cairo-context.html#cairo-set-miter-limit" title="cairo_set_miter_limit ()"><code class="function">cairo_set_miter_limit()</code></a>
1324
1296
  </td>
1325
1297
  </tr>
1326
1298
  <tr>
1327
- <td><p><a name="CAIRO-LINE-JOIN-ROUND:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_JOIN_ROUND</code></span></p></td>
1299
+ <td><p><a name="CAIRO-LINE-JOIN-ROUND--CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_JOIN_ROUND</code></span></p></td>
1328
1300
  <td> use a rounded join, the center of the circle is the
1329
1301
  joint point
1330
1302
  </td>
1331
1303
  </tr>
1332
1304
  <tr>
1333
- <td><p><a name="CAIRO-LINE-JOIN-BEVEL:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_JOIN_BEVEL</code></span></p></td>
1305
+ <td><p><a name="CAIRO-LINE-JOIN-BEVEL--CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_JOIN_BEVEL</code></span></p></td>
1334
1306
  <td> use a cut-off join, the join is cut off at half
1335
1307
  the line width from the joint point
1336
1308
  </td>
@@ -1339,7 +1311,7 @@ the line width from the joint point
1339
1311
  </table></div>
1340
1312
  </div>
1341
1313
  <hr>
1342
- <div class="refsect2" lang="en">
1314
+ <div class="refsect2" title="cairo_set_line_join ()">
1343
1315
  <a name="cairo-set-line-join"></a><h3>cairo_set_line_join ()</h3>
1344
1316
  <pre class="programlisting">void cairo_set_line_join (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1345
1317
  <a class="link" href="cairo-context.html#cairo-line-join-t" title="enum cairo_line_join_t">cairo_line_join_t</a> line_join);</pre>
@@ -1355,9 +1327,8 @@ examined by <a class="link" href="cairo-context.html#cairo-stroke" title="cairo_
1355
1327
  construction.
1356
1328
  </p>
1357
1329
  <p>
1358
- The default line join style is <a class="link" href="cairo-context.html#CAIRO-LINE-JOIN-MITER:CAPS"><code class="literal">CAIRO_LINE_JOIN_MITER</code></a>.</p>
1330
+ The default line join style is <a class="link" href="cairo-context.html#CAIRO-LINE-JOIN-MITER--CAPS"><code class="literal">CAIRO_LINE_JOIN_MITER</code></a>.</p>
1359
1331
  <p>
1360
-
1361
1332
  </p>
1362
1333
  <div class="variablelist"><table border="0">
1363
1334
  <col align="left" valign="top">
@@ -1376,13 +1347,12 @@ The default line join style is <a class="link" href="cairo-context.html#CAIRO-LI
1376
1347
  </table></div>
1377
1348
  </div>
1378
1349
  <hr>
1379
- <div class="refsect2" lang="en">
1350
+ <div class="refsect2" title="cairo_get_line_join ()">
1380
1351
  <a name="cairo-get-line-join"></a><h3>cairo_get_line_join ()</h3>
1381
1352
  <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-line-join-t" title="enum cairo_line_join_t">cairo_line_join_t</a> cairo_get_line_join (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1382
1353
  <p>
1383
1354
  Gets the current line join style, as set by <a class="link" href="cairo-context.html#cairo-set-line-join" title="cairo_set_line_join ()"><code class="function">cairo_set_line_join()</code></a>.</p>
1384
1355
  <p>
1385
-
1386
1356
  </p>
1387
1357
  <div class="variablelist"><table border="0">
1388
1358
  <col align="left" valign="top">
@@ -1401,7 +1371,7 @@ Gets the current line join style, as set by <a class="link" href="cairo-context.
1401
1371
  </table></div>
1402
1372
  </div>
1403
1373
  <hr>
1404
- <div class="refsect2" lang="en">
1374
+ <div class="refsect2" title="cairo_set_line_width ()">
1405
1375
  <a name="cairo-set-line-width"></a><h3>cairo_set_line_width ()</h3>
1406
1376
  <pre class="programlisting">void cairo_set_line_width (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1407
1377
  double width);</pre>
@@ -1417,7 +1387,7 @@ refers to the user space and CTM in effect at the time of the
1417
1387
  stroking operation, not the user space and CTM in effect at the
1418
1388
  time of the call to <a class="link" href="cairo-context.html#cairo-set-line-width" title="cairo_set_line_width ()"><code class="function">cairo_set_line_width()</code></a>. The simplest usage
1419
1389
  makes both of these spaces identical. That is, if there is no
1420
- change to the CTM between a call to <code class="function">cairo_set_line_with()</code> and the
1390
+ change to the CTM between a call to <a class="link" href="cairo-context.html#cairo-set-line-width" title="cairo_set_line_width ()"><code class="function">cairo_set_line_width()</code></a> and the
1421
1391
  stroking operation, then one can just pass user-space values to
1422
1392
  <a class="link" href="cairo-context.html#cairo-set-line-width" title="cairo_set_line_width ()"><code class="function">cairo_set_line_width()</code></a> and ignore this note.
1423
1393
  </p>
@@ -1430,7 +1400,6 @@ construction.
1430
1400
  <p>
1431
1401
  The default line width value is 2.0.</p>
1432
1402
  <p>
1433
-
1434
1403
  </p>
1435
1404
  <div class="variablelist"><table border="0">
1436
1405
  <col align="left" valign="top">
@@ -1449,7 +1418,7 @@ The default line width value is 2.0.</p>
1449
1418
  </table></div>
1450
1419
  </div>
1451
1420
  <hr>
1452
- <div class="refsect2" lang="en">
1421
+ <div class="refsect2" title="cairo_get_line_width ()">
1453
1422
  <a name="cairo-get-line-width"></a><h3>cairo_get_line_width ()</h3>
1454
1423
  <pre class="programlisting">double cairo_get_line_width (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1455
1424
  <p>
@@ -1458,7 +1427,6 @@ This function returns the current line width value exactly as set by
1458
1427
  the CTM has changed between the calls to <a class="link" href="cairo-context.html#cairo-set-line-width" title="cairo_set_line_width ()"><code class="function">cairo_set_line_width()</code></a> and
1459
1428
  <a class="link" href="cairo-context.html#cairo-get-line-width" title="cairo_get_line_width ()"><code class="function">cairo_get_line_width()</code></a>.</p>
1460
1429
  <p>
1461
-
1462
1430
  </p>
1463
1431
  <div class="variablelist"><table border="0">
1464
1432
  <col align="left" valign="top">
@@ -1477,7 +1445,7 @@ the CTM has changed between the calls to <a class="link" href="cairo-context.htm
1477
1445
  </table></div>
1478
1446
  </div>
1479
1447
  <hr>
1480
- <div class="refsect2" lang="en">
1448
+ <div class="refsect2" title="cairo_set_miter_limit ()">
1481
1449
  <a name="cairo-set-miter-limit"></a><h3>cairo_set_miter_limit ()</h3>
1482
1450
  <pre class="programlisting">void cairo_set_miter_limit (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1483
1451
  double limit);</pre>
@@ -1485,7 +1453,7 @@ the CTM has changed between the calls to <a class="link" href="cairo-context.htm
1485
1453
  Sets the current miter limit within the cairo context.
1486
1454
  </p>
1487
1455
  <p>
1488
- If the current line join style is set to <a class="link" href="cairo-context.html#CAIRO-LINE-JOIN-MITER:CAPS"><code class="literal">CAIRO_LINE_JOIN_MITER</code></a>
1456
+ If the current line join style is set to <a class="link" href="cairo-context.html#CAIRO-LINE-JOIN-MITER--CAPS"><code class="literal">CAIRO_LINE_JOIN_MITER</code></a>
1489
1457
  (see <a class="link" href="cairo-context.html#cairo-set-line-join" title="cairo_set_line_join ()"><code class="function">cairo_set_line_join()</code></a>), the miter limit is used to determine
1490
1458
  whether the lines should be joined with a bevel instead of a miter.
1491
1459
  Cairo divides the length of the miter by the line width.
@@ -1509,7 +1477,6 @@ degrees.
1509
1477
  A miter limit for a desired angle can be computed as: miter limit =
1510
1478
  1/sin(angle/2)</p>
1511
1479
  <p>
1512
-
1513
1480
  </p>
1514
1481
  <div class="variablelist"><table border="0">
1515
1482
  <col align="left" valign="top">
@@ -1528,13 +1495,12 @@ A miter limit for a desired angle can be computed as: miter limit =
1528
1495
  </table></div>
1529
1496
  </div>
1530
1497
  <hr>
1531
- <div class="refsect2" lang="en">
1498
+ <div class="refsect2" title="cairo_get_miter_limit ()">
1532
1499
  <a name="cairo-get-miter-limit"></a><h3>cairo_get_miter_limit ()</h3>
1533
1500
  <pre class="programlisting">double cairo_get_miter_limit (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1534
1501
  <p>
1535
1502
  Gets the current miter limit, as set by <a class="link" href="cairo-context.html#cairo-set-miter-limit" title="cairo_set_miter_limit ()"><code class="function">cairo_set_miter_limit()</code></a>.</p>
1536
1503
  <p>
1537
-
1538
1504
  </p>
1539
1505
  <div class="variablelist"><table border="0">
1540
1506
  <col align="left" valign="top">
@@ -1553,7 +1519,7 @@ Gets the current miter limit, as set by <a class="link" href="cairo-context.html
1553
1519
  </table></div>
1554
1520
  </div>
1555
1521
  <hr>
1556
- <div class="refsect2" lang="en">
1522
+ <div class="refsect2" title="enum cairo_operator_t">
1557
1523
  <a name="cairo-operator-t"></a><h3>enum cairo_operator_t</h3>
1558
1524
  <pre class="programlisting">typedef enum _cairo_operator {
1559
1525
  CAIRO_OPERATOR_CLEAR,
@@ -1580,7 +1546,7 @@ Gets the current miter limit, as set by <a class="link" href="cairo-context.html
1580
1546
  drawing operations.
1581
1547
  </p>
1582
1548
  <p>
1583
- The default operator is <a class="link" href="cairo-context.html#CAIRO-OPERATOR-OVER:CAPS"><code class="literal">CAIRO_OPERATOR_OVER</code></a>.
1549
+ The default operator is <a class="link" href="cairo-context.html#CAIRO-OPERATOR-OVER--CAPS"><code class="literal">CAIRO_OPERATOR_OVER</code></a>.
1584
1550
  </p>
1585
1551
  <p>
1586
1552
  The operators marked as <em class="firstterm">unbounded</em> modify their
@@ -1597,86 +1563,85 @@ For a more detailed explanation of the effects of each operator, including
1597
1563
  the mathematical definitions, see
1598
1564
  <a class="ulink" href="http://cairographics.org/operators/" target="_top">http://cairographics.org/operators/</a>.</p>
1599
1565
  <p>
1600
-
1601
1566
  </p>
1602
1567
  <div class="variablelist"><table border="0">
1603
1568
  <col align="left" valign="top">
1604
1569
  <tbody>
1605
1570
  <tr>
1606
- <td><p><a name="CAIRO-OPERATOR-CLEAR:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_CLEAR</code></span></p></td>
1571
+ <td><p><a name="CAIRO-OPERATOR-CLEAR--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_CLEAR</code></span></p></td>
1607
1572
  <td> clear destination layer (bounded)
1608
1573
  </td>
1609
1574
  </tr>
1610
1575
  <tr>
1611
- <td><p><a name="CAIRO-OPERATOR-SOURCE:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_SOURCE</code></span></p></td>
1576
+ <td><p><a name="CAIRO-OPERATOR-SOURCE--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_SOURCE</code></span></p></td>
1612
1577
  <td> replace destination layer (bounded)
1613
1578
  </td>
1614
1579
  </tr>
1615
1580
  <tr>
1616
- <td><p><a name="CAIRO-OPERATOR-OVER:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_OVER</code></span></p></td>
1581
+ <td><p><a name="CAIRO-OPERATOR-OVER--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_OVER</code></span></p></td>
1617
1582
  <td> draw source layer on top of destination layer
1618
1583
  (bounded)
1619
1584
  </td>
1620
1585
  </tr>
1621
1586
  <tr>
1622
- <td><p><a name="CAIRO-OPERATOR-IN:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_IN</code></span></p></td>
1587
+ <td><p><a name="CAIRO-OPERATOR-IN--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_IN</code></span></p></td>
1623
1588
  <td> draw source where there was destination content
1624
1589
  (unbounded)
1625
1590
  </td>
1626
1591
  </tr>
1627
1592
  <tr>
1628
- <td><p><a name="CAIRO-OPERATOR-OUT:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_OUT</code></span></p></td>
1593
+ <td><p><a name="CAIRO-OPERATOR-OUT--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_OUT</code></span></p></td>
1629
1594
  <td> draw source where there was no destination
1630
1595
  content (unbounded)
1631
1596
  </td>
1632
1597
  </tr>
1633
1598
  <tr>
1634
- <td><p><a name="CAIRO-OPERATOR-ATOP:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_ATOP</code></span></p></td>
1599
+ <td><p><a name="CAIRO-OPERATOR-ATOP--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_ATOP</code></span></p></td>
1635
1600
  <td> draw source on top of destination content and
1636
1601
  only there
1637
1602
  </td>
1638
1603
  </tr>
1639
1604
  <tr>
1640
- <td><p><a name="CAIRO-OPERATOR-DEST:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST</code></span></p></td>
1605
+ <td><p><a name="CAIRO-OPERATOR-DEST--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST</code></span></p></td>
1641
1606
  <td> ignore the source
1642
1607
  </td>
1643
1608
  </tr>
1644
1609
  <tr>
1645
- <td><p><a name="CAIRO-OPERATOR-DEST-OVER:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_OVER</code></span></p></td>
1610
+ <td><p><a name="CAIRO-OPERATOR-DEST-OVER--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_OVER</code></span></p></td>
1646
1611
  <td> draw destination on top of source
1647
1612
  </td>
1648
1613
  </tr>
1649
1614
  <tr>
1650
- <td><p><a name="CAIRO-OPERATOR-DEST-IN:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_IN</code></span></p></td>
1615
+ <td><p><a name="CAIRO-OPERATOR-DEST-IN--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_IN</code></span></p></td>
1651
1616
  <td> leave destination only where there was
1652
1617
  source content (unbounded)
1653
1618
  </td>
1654
1619
  </tr>
1655
1620
  <tr>
1656
- <td><p><a name="CAIRO-OPERATOR-DEST-OUT:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_OUT</code></span></p></td>
1621
+ <td><p><a name="CAIRO-OPERATOR-DEST-OUT--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_OUT</code></span></p></td>
1657
1622
  <td> leave destination only where there was no
1658
1623
  source content
1659
1624
  </td>
1660
1625
  </tr>
1661
1626
  <tr>
1662
- <td><p><a name="CAIRO-OPERATOR-DEST-ATOP:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_ATOP</code></span></p></td>
1627
+ <td><p><a name="CAIRO-OPERATOR-DEST-ATOP--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_ATOP</code></span></p></td>
1663
1628
  <td> leave destination on top of source content
1664
1629
  and only there (unbounded)
1665
1630
  </td>
1666
1631
  </tr>
1667
1632
  <tr>
1668
- <td><p><a name="CAIRO-OPERATOR-XOR:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_XOR</code></span></p></td>
1633
+ <td><p><a name="CAIRO-OPERATOR-XOR--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_XOR</code></span></p></td>
1669
1634
  <td> source and destination are shown where there is only
1670
1635
  one of them
1671
1636
  </td>
1672
1637
  </tr>
1673
1638
  <tr>
1674
- <td><p><a name="CAIRO-OPERATOR-ADD:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_ADD</code></span></p></td>
1639
+ <td><p><a name="CAIRO-OPERATOR-ADD--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_ADD</code></span></p></td>
1675
1640
  <td> source and destination layers are accumulated
1676
1641
  </td>
1677
1642
  </tr>
1678
1643
  <tr>
1679
- <td><p><a name="CAIRO-OPERATOR-SATURATE:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_SATURATE</code></span></p></td>
1644
+ <td><p><a name="CAIRO-OPERATOR-SATURATE--CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_SATURATE</code></span></p></td>
1680
1645
  <td> like over, but assuming source and dest are
1681
1646
  disjoint geometries
1682
1647
  </td>
@@ -1685,7 +1650,7 @@ disjoint geometries
1685
1650
  </table></div>
1686
1651
  </div>
1687
1652
  <hr>
1688
- <div class="refsect2" lang="en">
1653
+ <div class="refsect2" title="cairo_set_operator ()">
1689
1654
  <a name="cairo-set-operator"></a><h3>cairo_set_operator ()</h3>
1690
1655
  <pre class="programlisting">void cairo_set_operator (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1691
1656
  <a class="link" href="cairo-context.html#cairo-operator-t" title="enum cairo_operator_t">cairo_operator_t</a> op);</pre>
@@ -1695,9 +1660,8 @@ operations. See <a class="link" href="cairo-context.html#cairo-operator-t" title
1695
1660
  each available compositing operator.
1696
1661
  </p>
1697
1662
  <p>
1698
- The default operator is <a class="link" href="cairo-context.html#CAIRO-OPERATOR-OVER:CAPS"><code class="literal">CAIRO_OPERATOR_OVER</code></a>.</p>
1663
+ The default operator is <a class="link" href="cairo-context.html#CAIRO-OPERATOR-OVER--CAPS"><code class="literal">CAIRO_OPERATOR_OVER</code></a>.</p>
1699
1664
  <p>
1700
-
1701
1665
  </p>
1702
1666
  <div class="variablelist"><table border="0">
1703
1667
  <col align="left" valign="top">
@@ -1716,13 +1680,12 @@ The default operator is <a class="link" href="cairo-context.html#CAIRO-OPERATOR-
1716
1680
  </table></div>
1717
1681
  </div>
1718
1682
  <hr>
1719
- <div class="refsect2" lang="en">
1683
+ <div class="refsect2" title="cairo_get_operator ()">
1720
1684
  <a name="cairo-get-operator"></a><h3>cairo_get_operator ()</h3>
1721
1685
  <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-operator-t" title="enum cairo_operator_t">cairo_operator_t</a> cairo_get_operator (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1722
1686
  <p>
1723
1687
  Gets the current compositing operator for a cairo context.</p>
1724
1688
  <p>
1725
-
1726
1689
  </p>
1727
1690
  <div class="variablelist"><table border="0">
1728
1691
  <col align="left" valign="top">
@@ -1741,7 +1704,7 @@ Gets the current compositing operator for a cairo context.</p>
1741
1704
  </table></div>
1742
1705
  </div>
1743
1706
  <hr>
1744
- <div class="refsect2" lang="en">
1707
+ <div class="refsect2" title="cairo_set_tolerance ()">
1745
1708
  <a name="cairo-set-tolerance"></a><h3>cairo_set_tolerance ()</h3>
1746
1709
  <pre class="programlisting">void cairo_set_tolerance (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1747
1710
  double tolerance);</pre>
@@ -1752,9 +1715,11 @@ deviation between the original path and the polygonal approximation
1752
1715
  is less than <em class="parameter"><code>tolerance</code></em>. The default value is 0.1. A larger
1753
1716
  value will give better performance, a smaller value, better
1754
1717
  appearance. (Reducing the value from the default value of 0.1
1755
- is unlikely to improve appearance significantly.)</p>
1718
+ is unlikely to improve appearance significantly.) The accuracy of paths
1719
+ within Cairo is limited by the precision of its internal arithmetic, and
1720
+ the prescribed <em class="parameter"><code>tolerance</code></em> is restricted to the smallest
1721
+ representable internal value.</p>
1756
1722
  <p>
1757
-
1758
1723
  </p>
1759
1724
  <div class="variablelist"><table border="0">
1760
1725
  <col align="left" valign="top">
@@ -1773,13 +1738,12 @@ is unlikely to improve appearance significantly.)</p>
1773
1738
  </table></div>
1774
1739
  </div>
1775
1740
  <hr>
1776
- <div class="refsect2" lang="en">
1741
+ <div class="refsect2" title="cairo_get_tolerance ()">
1777
1742
  <a name="cairo-get-tolerance"></a><h3>cairo_get_tolerance ()</h3>
1778
1743
  <pre class="programlisting">double cairo_get_tolerance (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1779
1744
  <p>
1780
1745
  Gets the current tolerance value, as set by <a class="link" href="cairo-context.html#cairo-set-tolerance" title="cairo_set_tolerance ()"><code class="function">cairo_set_tolerance()</code></a>.</p>
1781
1746
  <p>
1782
-
1783
1747
  </p>
1784
1748
  <div class="variablelist"><table border="0">
1785
1749
  <col align="left" valign="top">
@@ -1798,7 +1762,7 @@ Gets the current tolerance value, as set by <a class="link" href="cairo-context.
1798
1762
  </table></div>
1799
1763
  </div>
1800
1764
  <hr>
1801
- <div class="refsect2" lang="en">
1765
+ <div class="refsect2" title="cairo_clip ()">
1802
1766
  <a name="cairo-clip"></a><h3>cairo_clip ()</h3>
1803
1767
  <pre class="programlisting">void cairo_clip (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1804
1768
  <p>
@@ -1823,7 +1787,6 @@ calling <a class="link" href="cairo-context.html#cairo-clip" title="cairo_clip (
1823
1787
  pair. The only other means of increasing the size of the clip
1824
1788
  region is <a class="link" href="cairo-context.html#cairo-reset-clip" title="cairo_reset_clip ()"><code class="function">cairo_reset_clip()</code></a>.</p>
1825
1789
  <p>
1826
-
1827
1790
  </p>
1828
1791
  <div class="variablelist"><table border="0">
1829
1792
  <col align="left" valign="top">
@@ -1835,7 +1798,7 @@ region is <a class="link" href="cairo-context.html#cairo-reset-clip" title="cair
1835
1798
  </table></div>
1836
1799
  </div>
1837
1800
  <hr>
1838
- <div class="refsect2" lang="en">
1801
+ <div class="refsect2" title="cairo_clip_preserve ()">
1839
1802
  <a name="cairo-clip-preserve"></a><h3>cairo_clip_preserve ()</h3>
1840
1803
  <pre class="programlisting">void cairo_clip_preserve (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1841
1804
  <p>
@@ -1853,14 +1816,13 @@ effectively masking out any changes to the surface that are outside
1853
1816
  the current clip region.
1854
1817
  </p>
1855
1818
  <p>
1856
- Calling <a class="link" href="cairo-context.html#cairo-clip" title="cairo_clip ()"><code class="function">cairo_clip()</code></a> can only make the clip region smaller, never
1819
+ Calling <a class="link" href="cairo-context.html#cairo-clip-preserve" title="cairo_clip_preserve ()"><code class="function">cairo_clip_preserve()</code></a> can only make the clip region smaller, never
1857
1820
  larger. But the current clip is part of the graphics state, so a
1858
1821
  temporary restriction of the clip region can be achieved by
1859
- calling <a class="link" href="cairo-context.html#cairo-clip" title="cairo_clip ()"><code class="function">cairo_clip()</code></a> within a <a class="link" href="cairo-context.html#cairo-save" title="cairo_save ()"><code class="function">cairo_save()</code></a>/<a class="link" href="cairo-context.html#cairo-restore" title="cairo_restore ()"><code class="function">cairo_restore()</code></a>
1822
+ calling <a class="link" href="cairo-context.html#cairo-clip-preserve" title="cairo_clip_preserve ()"><code class="function">cairo_clip_preserve()</code></a> within a <a class="link" href="cairo-context.html#cairo-save" title="cairo_save ()"><code class="function">cairo_save()</code></a>/<a class="link" href="cairo-context.html#cairo-restore" title="cairo_restore ()"><code class="function">cairo_restore()</code></a>
1860
1823
  pair. The only other means of increasing the size of the clip
1861
1824
  region is <a class="link" href="cairo-context.html#cairo-reset-clip" title="cairo_reset_clip ()"><code class="function">cairo_reset_clip()</code></a>.</p>
1862
1825
  <p>
1863
-
1864
1826
  </p>
1865
1827
  <div class="variablelist"><table border="0">
1866
1828
  <col align="left" valign="top">
@@ -1872,7 +1834,7 @@ region is <a class="link" href="cairo-context.html#cairo-reset-clip" title="cair
1872
1834
  </table></div>
1873
1835
  </div>
1874
1836
  <hr>
1875
- <div class="refsect2" lang="en">
1837
+ <div class="refsect2" title="cairo_clip_extents ()">
1876
1838
  <a name="cairo-clip-extents"></a><h3>cairo_clip_extents ()</h3>
1877
1839
  <pre class="programlisting">void cairo_clip_extents (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1878
1840
  double *x1,
@@ -1883,7 +1845,6 @@ region is <a class="link" href="cairo-context.html#cairo-reset-clip" title="cair
1883
1845
  Computes a bounding box in user coordinates covering the area inside the
1884
1846
  current clip.</p>
1885
1847
  <p>
1886
-
1887
1848
  </p>
1888
1849
  <div class="variablelist"><table border="0">
1889
1850
  <col align="left" valign="top">
@@ -1915,11 +1876,10 @@ current clip.</p>
1915
1876
  </tr>
1916
1877
  </tbody>
1917
1878
  </table></div>
1918
- <p class="since">Since 1.4
1919
- </p>
1879
+ <p class="since">Since 1.4</p>
1920
1880
  </div>
1921
1881
  <hr>
1922
- <div class="refsect2" lang="en">
1882
+ <div class="refsect2" title="cairo_reset_clip ()">
1923
1883
  <a name="cairo-reset-clip"></a><h3>cairo_reset_clip ()</h3>
1924
1884
  <pre class="programlisting">void cairo_reset_clip (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
1925
1885
  <p>
@@ -1936,7 +1896,6 @@ higher-level code which calls <a class="link" href="cairo-context.html#cairo-cli
1936
1896
  <a class="link" href="cairo-context.html#cairo-save" title="cairo_save ()"><code class="function">cairo_save()</code></a> and <a class="link" href="cairo-context.html#cairo-restore" title="cairo_restore ()"><code class="function">cairo_restore()</code></a> around <a class="link" href="cairo-context.html#cairo-clip" title="cairo_clip ()"><code class="function">cairo_clip()</code></a> as a more
1937
1897
  robust means of temporarily restricting the clip region.</p>
1938
1898
  <p>
1939
-
1940
1899
  </p>
1941
1900
  <div class="variablelist"><table border="0">
1942
1901
  <col align="left" valign="top">
@@ -1948,7 +1907,7 @@ robust means of temporarily restricting the clip region.</p>
1948
1907
  </table></div>
1949
1908
  </div>
1950
1909
  <hr>
1951
- <div class="refsect2" lang="en">
1910
+ <div class="refsect2" title="cairo_rectangle_t">
1952
1911
  <a name="cairo-rectangle-t"></a><h3>cairo_rectangle_t</h3>
1953
1912
  <pre class="programlisting">typedef struct {
1954
1913
  double x, y, width, height;
@@ -1957,7 +1916,6 @@ robust means of temporarily restricting the clip region.</p>
1957
1916
  <p>
1958
1917
  A data structure for holding a rectangle.</p>
1959
1918
  <p>
1960
-
1961
1919
  </p>
1962
1920
  <div class="variablelist"><table border="0">
1963
1921
  <col align="left" valign="top">
@@ -1984,11 +1942,10 @@ A data structure for holding a rectangle.</p>
1984
1942
  </tr>
1985
1943
  </tbody>
1986
1944
  </table></div>
1987
- <p class="since">Since 1.4
1988
- </p>
1945
+ <p class="since">Since 1.4</p>
1989
1946
  </div>
1990
1947
  <hr>
1991
- <div class="refsect2" lang="en">
1948
+ <div class="refsect2" title="cairo_rectangle_list_t">
1992
1949
  <a name="cairo-rectangle-list-t"></a><h3>cairo_rectangle_list_t</h3>
1993
1950
  <pre class="programlisting">typedef struct {
1994
1951
  cairo_status_t status;
@@ -2000,7 +1957,6 @@ A data structure for holding a rectangle.</p>
2000
1957
  A data structure for holding a dynamically allocated
2001
1958
  array of rectangles.</p>
2002
1959
  <p>
2003
-
2004
1960
  </p>
2005
1961
  <div class="variablelist"><table border="0">
2006
1962
  <col align="left" valign="top">
@@ -2022,11 +1978,10 @@ array of rectangles.</p>
2022
1978
  </tr>
2023
1979
  </tbody>
2024
1980
  </table></div>
2025
- <p class="since">Since 1.4
2026
- </p>
1981
+ <p class="since">Since 1.4</p>
2027
1982
  </div>
2028
1983
  <hr>
2029
- <div class="refsect2" lang="en">
1984
+ <div class="refsect2" title="cairo_rectangle_list_destroy ()">
2030
1985
  <a name="cairo-rectangle-list-destroy"></a><h3>cairo_rectangle_list_destroy ()</h3>
2031
1986
  <pre class="programlisting">void cairo_rectangle_list_destroy (<a class="link" href="cairo-context.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t">cairo_rectangle_list_t</a> *rectangle_list);</pre>
2032
1987
  <p>
@@ -2034,7 +1989,6 @@ Unconditionally frees <em class="parameter"><code>rectangle_list</code></em> and
2034
1989
  references. After this call, the <em class="parameter"><code>rectangle_list</code></em> pointer must not
2035
1990
  be dereferenced.</p>
2036
1991
  <p>
2037
-
2038
1992
  </p>
2039
1993
  <div class="variablelist"><table border="0">
2040
1994
  <col align="left" valign="top">
@@ -2044,24 +1998,24 @@ be dereferenced.</p>
2044
1998
  </td>
2045
1999
  </tr></tbody>
2046
2000
  </table></div>
2047
- <p class="since">Since 1.4
2048
- </p>
2001
+ <p class="since">Since 1.4</p>
2049
2002
  </div>
2050
2003
  <hr>
2051
- <div class="refsect2" lang="en">
2004
+ <div class="refsect2" title="cairo_copy_clip_rectangle_list ()">
2052
2005
  <a name="cairo-copy-clip-rectangle-list"></a><h3>cairo_copy_clip_rectangle_list ()</h3>
2053
- <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t">cairo_rectangle_list_t</a>* cairo_copy_clip_rectangle_list (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2006
+ <pre class="programlisting"><a class="link" href="cairo-context.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t">cairo_rectangle_list_t</a> * cairo_copy_clip_rectangle_list (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2054
2007
  <p>
2055
2008
  Gets the current clip region as a list of rectangles in user coordinates.
2056
- Never returns <code class="literal">NULL</code>.
2009
+ Never returns <a
2010
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
2011
+ ><code class="literal">NULL</code></a>.
2057
2012
  </p>
2058
2013
  <p>
2059
- The status in the list may be <a class="link" href="cairo-error-status.html#CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS"><code class="literal">CAIRO_STATUS_CLIP_NOT_REPRESENTABLE</code></a> to
2014
+ The status in the list may be <a class="link" href="cairo-error-status.html#CAIRO-STATUS-CLIP-NOT-REPRESENTABLE--CAPS"><code class="literal">CAIRO_STATUS_CLIP_NOT_REPRESENTABLE</code></a> to
2060
2015
  indicate that the clip region cannot be represented as a list of
2061
2016
  user-space rectangles. The status may have other values to indicate
2062
2017
  other errors.</p>
2063
2018
  <p>
2064
-
2065
2019
  </p>
2066
2020
  <div class="variablelist"><table border="0">
2067
2021
  <col align="left" valign="top">
@@ -2080,11 +2034,10 @@ which should be destroyed using <a class="link" href="cairo-context.html#cairo-r
2080
2034
  </tr>
2081
2035
  </tbody>
2082
2036
  </table></div>
2083
- <p class="since">Since 1.4
2084
- </p>
2037
+ <p class="since">Since 1.4</p>
2085
2038
  </div>
2086
2039
  <hr>
2087
- <div class="refsect2" lang="en">
2040
+ <div class="refsect2" title="cairo_fill ()">
2088
2041
  <a name="cairo-fill"></a><h3>cairo_fill ()</h3>
2089
2042
  <pre class="programlisting">void cairo_fill (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2090
2043
  <p>
@@ -2094,7 +2047,6 @@ filled). After <a class="link" href="cairo-context.html#cairo-fill" title="cairo
2094
2047
  the cairo context. See <a class="link" href="cairo-context.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a> and
2095
2048
  <a class="link" href="cairo-context.html#cairo-fill-preserve" title="cairo_fill_preserve ()"><code class="function">cairo_fill_preserve()</code></a>.</p>
2096
2049
  <p>
2097
-
2098
2050
  </p>
2099
2051
  <div class="variablelist"><table border="0">
2100
2052
  <col align="left" valign="top">
@@ -2106,7 +2058,7 @@ the cairo context. See <a class="link" href="cairo-context.html#cairo-set-fill-r
2106
2058
  </table></div>
2107
2059
  </div>
2108
2060
  <hr>
2109
- <div class="refsect2" lang="en">
2061
+ <div class="refsect2" title="cairo_fill_preserve ()">
2110
2062
  <a name="cairo-fill-preserve"></a><h3>cairo_fill_preserve ()</h3>
2111
2063
  <pre class="programlisting">void cairo_fill_preserve (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2112
2064
  <p>
@@ -2118,7 +2070,6 @@ path within the cairo context.
2118
2070
  <p>
2119
2071
  See <a class="link" href="cairo-context.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a> and <a class="link" href="cairo-context.html#cairo-fill" title="cairo_fill ()"><code class="function">cairo_fill()</code></a>.</p>
2120
2072
  <p>
2121
-
2122
2073
  </p>
2123
2074
  <div class="variablelist"><table border="0">
2124
2075
  <col align="left" valign="top">
@@ -2130,7 +2081,7 @@ See <a class="link" href="cairo-context.html#cairo-set-fill-rule" title="cairo_s
2130
2081
  </table></div>
2131
2082
  </div>
2132
2083
  <hr>
2133
- <div class="refsect2" lang="en">
2084
+ <div class="refsect2" title="cairo_fill_extents ()">
2134
2085
  <a name="cairo-fill-extents"></a><h3>cairo_fill_extents ()</h3>
2135
2086
  <pre class="programlisting">void cairo_fill_extents (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2136
2087
  double *x1,
@@ -2158,7 +2109,6 @@ if the non-inked path extents are desired.
2158
2109
  <p>
2159
2110
  See <a class="link" href="cairo-context.html#cairo-fill" title="cairo_fill ()"><code class="function">cairo_fill()</code></a>, <a class="link" href="cairo-context.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a> and <a class="link" href="cairo-context.html#cairo-fill-preserve" title="cairo_fill_preserve ()"><code class="function">cairo_fill_preserve()</code></a>.</p>
2160
2111
  <p>
2161
-
2162
2112
  </p>
2163
2113
  <div class="variablelist"><table border="0">
2164
2114
  <col align="left" valign="top">
@@ -2192,7 +2142,7 @@ See <a class="link" href="cairo-context.html#cairo-fill" title="cairo_fill ()"><
2192
2142
  </table></div>
2193
2143
  </div>
2194
2144
  <hr>
2195
- <div class="refsect2" lang="en">
2145
+ <div class="refsect2" title="cairo_in_fill ()">
2196
2146
  <a name="cairo-in-fill"></a><h3>cairo_in_fill ()</h3>
2197
2147
  <pre class="programlisting"><a class="link" href="cairo-types.html#cairo-bool-t" title="cairo_bool_t">cairo_bool_t</a> cairo_in_fill (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2198
2148
  double x,
@@ -2206,7 +2156,6 @@ into account.
2206
2156
  <p>
2207
2157
  See <a class="link" href="cairo-context.html#cairo-fill" title="cairo_fill ()"><code class="function">cairo_fill()</code></a>, <a class="link" href="cairo-context.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a> and <a class="link" href="cairo-context.html#cairo-fill-preserve" title="cairo_fill_preserve ()"><code class="function">cairo_fill_preserve()</code></a>.</p>
2208
2158
  <p>
2209
-
2210
2159
  </p>
2211
2160
  <div class="variablelist"><table border="0">
2212
2161
  <col align="left" valign="top">
@@ -2236,7 +2185,7 @@ outside.
2236
2185
  </table></div>
2237
2186
  </div>
2238
2187
  <hr>
2239
- <div class="refsect2" lang="en">
2188
+ <div class="refsect2" title="cairo_mask ()">
2240
2189
  <a name="cairo-mask"></a><h3>cairo_mask ()</h3>
2241
2190
  <pre class="programlisting">void cairo_mask (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2242
2191
  <a class="link" href="cairo-pattern.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a> *pattern);</pre>
@@ -2246,7 +2195,6 @@ using the alpha channel of <em class="parameter"><code>pattern</code></em> as a
2246
2195
  areas of <em class="parameter"><code>pattern</code></em> are painted with the source, transparent
2247
2196
  areas are not painted.)</p>
2248
2197
  <p>
2249
-
2250
2198
  </p>
2251
2199
  <div class="variablelist"><table border="0">
2252
2200
  <col align="left" valign="top">
@@ -2265,7 +2213,7 @@ areas are not painted.)</p>
2265
2213
  </table></div>
2266
2214
  </div>
2267
2215
  <hr>
2268
- <div class="refsect2" lang="en">
2216
+ <div class="refsect2" title="cairo_mask_surface ()">
2269
2217
  <a name="cairo-mask-surface"></a><h3>cairo_mask_surface ()</h3>
2270
2218
  <pre class="programlisting">void cairo_mask_surface (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2271
2219
  <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
@@ -2277,7 +2225,6 @@ using the alpha channel of <em class="parameter"><code>surface</code></em> as a
2277
2225
  areas of <em class="parameter"><code>surface</code></em> are painted with the source, transparent
2278
2226
  areas are not painted.)</p>
2279
2227
  <p>
2280
-
2281
2228
  </p>
2282
2229
  <div class="variablelist"><table border="0">
2283
2230
  <col align="left" valign="top">
@@ -2306,14 +2253,13 @@ areas are not painted.)</p>
2306
2253
  </table></div>
2307
2254
  </div>
2308
2255
  <hr>
2309
- <div class="refsect2" lang="en">
2256
+ <div class="refsect2" title="cairo_paint ()">
2310
2257
  <a name="cairo-paint"></a><h3>cairo_paint ()</h3>
2311
2258
  <pre class="programlisting">void cairo_paint (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2312
2259
  <p>
2313
2260
  A drawing operator that paints the current source everywhere within
2314
2261
  the current clip region.</p>
2315
2262
  <p>
2316
-
2317
2263
  </p>
2318
2264
  <div class="variablelist"><table border="0">
2319
2265
  <col align="left" valign="top">
@@ -2325,7 +2271,7 @@ the current clip region.</p>
2325
2271
  </table></div>
2326
2272
  </div>
2327
2273
  <hr>
2328
- <div class="refsect2" lang="en">
2274
+ <div class="refsect2" title="cairo_paint_with_alpha ()">
2329
2275
  <a name="cairo-paint-with-alpha"></a><h3>cairo_paint_with_alpha ()</h3>
2330
2276
  <pre class="programlisting">void cairo_paint_with_alpha (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2331
2277
  double alpha);</pre>
@@ -2335,7 +2281,6 @@ the current clip region using a mask of constant alpha value
2335
2281
  <em class="parameter"><code>alpha</code></em>. The effect is similar to <a class="link" href="cairo-context.html#cairo-paint" title="cairo_paint ()"><code class="function">cairo_paint()</code></a>, but the drawing
2336
2282
  is faded out using the alpha value.</p>
2337
2283
  <p>
2338
-
2339
2284
  </p>
2340
2285
  <div class="variablelist"><table border="0">
2341
2286
  <col align="left" valign="top">
@@ -2354,7 +2299,7 @@ is faded out using the alpha value.</p>
2354
2299
  </table></div>
2355
2300
  </div>
2356
2301
  <hr>
2357
- <div class="refsect2" lang="en">
2302
+ <div class="refsect2" title="cairo_stroke ()">
2358
2303
  <a name="cairo-stroke"></a><h3>cairo_stroke ()</h3>
2359
2304
  <pre class="programlisting">void cairo_stroke (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2360
2305
  <p>
@@ -2372,25 +2317,24 @@ situations:
2372
2317
  </p>
2373
2318
  <p>
2374
2319
  1. Zero-length "on" segments set in <a class="link" href="cairo-context.html#cairo-set-dash" title="cairo_set_dash ()"><code class="function">cairo_set_dash()</code></a>. If the cap
2375
- style is <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-ROUND:CAPS"><code class="literal">CAIRO_LINE_CAP_ROUND</code></a> or <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-SQUARE:CAPS"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></a> then these
2320
+ style is <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-ROUND--CAPS"><code class="literal">CAIRO_LINE_CAP_ROUND</code></a> or <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-SQUARE--CAPS"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></a> then these
2376
2321
  segments will be drawn as circular dots or squares respectively. In
2377
- the case of <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-SQUARE:CAPS"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></a>, the orientation of the squares
2322
+ the case of <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-SQUARE--CAPS"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></a>, the orientation of the squares
2378
2323
  is determined by the direction of the underlying path.
2379
2324
  </p>
2380
2325
  <p>
2381
2326
  2. A sub-path created by <a class="link" href="cairo-paths.html#cairo-move-to" title="cairo_move_to ()"><code class="function">cairo_move_to()</code></a> followed by either a
2382
2327
  <a class="link" href="cairo-paths.html#cairo-close-path" title="cairo_close_path ()"><code class="function">cairo_close_path()</code></a> or one or more calls to <a class="link" href="cairo-paths.html#cairo-line-to" title="cairo_line_to ()"><code class="function">cairo_line_to()</code></a> to the
2383
2328
  same coordinate as the <a class="link" href="cairo-paths.html#cairo-move-to" title="cairo_move_to ()"><code class="function">cairo_move_to()</code></a>. If the cap style is
2384
- <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-ROUND:CAPS"><code class="literal">CAIRO_LINE_CAP_ROUND</code></a> then these sub-paths will be drawn as circular
2385
- dots. Note that in the case of <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-SQUARE:CAPS"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></a> a degenerate
2329
+ <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-ROUND--CAPS"><code class="literal">CAIRO_LINE_CAP_ROUND</code></a> then these sub-paths will be drawn as circular
2330
+ dots. Note that in the case of <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-SQUARE--CAPS"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></a> a degenerate
2386
2331
  sub-path will not be drawn at all, (since the correct orientation
2387
2332
  is indeterminate).
2388
2333
  </p>
2389
2334
  <p>
2390
- In no case will a cap style of <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-BUTT:CAPS"><code class="literal">CAIRO_LINE_CAP_BUTT</code></a> cause anything
2335
+ In no case will a cap style of <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-BUTT--CAPS"><code class="literal">CAIRO_LINE_CAP_BUTT</code></a> cause anything
2391
2336
  to be drawn in the case of either degenerate segments or sub-paths.</p>
2392
2337
  <p>
2393
-
2394
2338
  </p>
2395
2339
  <div class="variablelist"><table border="0">
2396
2340
  <col align="left" valign="top">
@@ -2402,7 +2346,7 @@ to be drawn in the case of either degenerate segments or sub-paths.</p>
2402
2346
  </table></div>
2403
2347
  </div>
2404
2348
  <hr>
2405
- <div class="refsect2" lang="en">
2349
+ <div class="refsect2" title="cairo_stroke_preserve ()">
2406
2350
  <a name="cairo-stroke-preserve"></a><h3>cairo_stroke_preserve ()</h3>
2407
2351
  <pre class="programlisting">void cairo_stroke_preserve (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2408
2352
  <p>
@@ -2416,7 +2360,6 @@ See <a class="link" href="cairo-context.html#cairo-set-line-width" title="cairo_
2416
2360
  <a class="link" href="cairo-context.html#cairo-set-line-cap" title="cairo_set_line_cap ()"><code class="function">cairo_set_line_cap()</code></a>, <a class="link" href="cairo-context.html#cairo-set-dash" title="cairo_set_dash ()"><code class="function">cairo_set_dash()</code></a>, and
2417
2361
  <a class="link" href="cairo-context.html#cairo-stroke-preserve" title="cairo_stroke_preserve ()"><code class="function">cairo_stroke_preserve()</code></a>.</p>
2418
2362
  <p>
2419
-
2420
2363
  </p>
2421
2364
  <div class="variablelist"><table border="0">
2422
2365
  <col align="left" valign="top">
@@ -2428,7 +2371,7 @@ See <a class="link" href="cairo-context.html#cairo-set-line-width" title="cairo_
2428
2371
  </table></div>
2429
2372
  </div>
2430
2373
  <hr>
2431
- <div class="refsect2" lang="en">
2374
+ <div class="refsect2" title="cairo_stroke_extents ()">
2432
2375
  <a name="cairo-stroke-extents"></a><h3>cairo_stroke_extents ()</h3>
2433
2376
  <pre class="programlisting">void cairo_stroke_extents (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2434
2377
  double *x1,
@@ -2438,10 +2381,9 @@ See <a class="link" href="cairo-context.html#cairo-set-line-width" title="cairo_
2438
2381
  <p>
2439
2382
  Computes a bounding box in user coordinates covering the area that
2440
2383
  would be affected, (the "inked" area), by a <a class="link" href="cairo-context.html#cairo-stroke" title="cairo_stroke ()"><code class="function">cairo_stroke()</code></a>
2441
- operation operation given the current path and stroke
2442
- parameters. If the current path is empty, returns an empty
2443
- rectangle ((0,0), (0,0)). Surface dimensions and clipping are not
2444
- taken into account.
2384
+ operation given the current path and stroke parameters.
2385
+ If the current path is empty, returns an empty rectangle ((0,0), (0,0)).
2386
+ Surface dimensions and clipping are not taken into account.
2445
2387
  </p>
2446
2388
  <p>
2447
2389
  Note that if the line width is set to exactly zero, then
@@ -2460,7 +2402,6 @@ See <a class="link" href="cairo-context.html#cairo-stroke" title="cairo_stroke (
2460
2402
  <a class="link" href="cairo-context.html#cairo-set-line-cap" title="cairo_set_line_cap ()"><code class="function">cairo_set_line_cap()</code></a>, <a class="link" href="cairo-context.html#cairo-set-dash" title="cairo_set_dash ()"><code class="function">cairo_set_dash()</code></a>, and
2461
2403
  <a class="link" href="cairo-context.html#cairo-stroke-preserve" title="cairo_stroke_preserve ()"><code class="function">cairo_stroke_preserve()</code></a>.</p>
2462
2404
  <p>
2463
-
2464
2405
  </p>
2465
2406
  <div class="variablelist"><table border="0">
2466
2407
  <col align="left" valign="top">
@@ -2494,7 +2435,7 @@ See <a class="link" href="cairo-context.html#cairo-stroke" title="cairo_stroke (
2494
2435
  </table></div>
2495
2436
  </div>
2496
2437
  <hr>
2497
- <div class="refsect2" lang="en">
2438
+ <div class="refsect2" title="cairo_in_stroke ()">
2498
2439
  <a name="cairo-in-stroke"></a><h3>cairo_in_stroke ()</h3>
2499
2440
  <pre class="programlisting"><a class="link" href="cairo-types.html#cairo-bool-t" title="cairo_bool_t">cairo_bool_t</a> cairo_in_stroke (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2500
2441
  double x,
@@ -2510,7 +2451,6 @@ See <a class="link" href="cairo-context.html#cairo-stroke" title="cairo_stroke (
2510
2451
  <a class="link" href="cairo-context.html#cairo-set-line-cap" title="cairo_set_line_cap ()"><code class="function">cairo_set_line_cap()</code></a>, <a class="link" href="cairo-context.html#cairo-set-dash" title="cairo_set_dash ()"><code class="function">cairo_set_dash()</code></a>, and
2511
2452
  <a class="link" href="cairo-context.html#cairo-stroke-preserve" title="cairo_stroke_preserve ()"><code class="function">cairo_stroke_preserve()</code></a>.</p>
2512
2453
  <p>
2513
-
2514
2454
  </p>
2515
2455
  <div class="variablelist"><table border="0">
2516
2456
  <col align="left" valign="top">
@@ -2540,7 +2480,7 @@ outside.
2540
2480
  </table></div>
2541
2481
  </div>
2542
2482
  <hr>
2543
- <div class="refsect2" lang="en">
2483
+ <div class="refsect2" title="cairo_copy_page ()">
2544
2484
  <a name="cairo-copy-page"></a><h3>cairo_copy_page ()</h3>
2545
2485
  <pre class="programlisting">void cairo_copy_page (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2546
2486
  <p>
@@ -2553,7 +2493,6 @@ empty page after the emission.
2553
2493
  This is a convenience function that simply calls
2554
2494
  <a class="link" href="cairo-surface.html#cairo-surface-copy-page" title="cairo_surface_copy_page ()"><code class="function">cairo_surface_copy_page()</code></a> on <em class="parameter"><code>cr</code></em>'s target.</p>
2555
2495
  <p>
2556
-
2557
2496
  </p>
2558
2497
  <div class="variablelist"><table border="0">
2559
2498
  <col align="left" valign="top">
@@ -2565,7 +2504,7 @@ This is a convenience function that simply calls
2565
2504
  </table></div>
2566
2505
  </div>
2567
2506
  <hr>
2568
- <div class="refsect2" lang="en">
2507
+ <div class="refsect2" title="cairo_show_page ()">
2569
2508
  <a name="cairo-show-page"></a><h3>cairo_show_page ()</h3>
2570
2509
  <pre class="programlisting">void cairo_show_page (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2571
2510
  <p>
@@ -2576,7 +2515,6 @@ pages. Use <a class="link" href="cairo-context.html#cairo-copy-page" title="cai
2576
2515
  This is a convenience function that simply calls
2577
2516
  <a class="link" href="cairo-surface.html#cairo-surface-show-page" title="cairo_surface_show_page ()"><code class="function">cairo_surface_show_page()</code></a> on <em class="parameter"><code>cr</code></em>'s target.</p>
2578
2517
  <p>
2579
-
2580
2518
  </p>
2581
2519
  <div class="variablelist"><table border="0">
2582
2520
  <col align="left" valign="top">
@@ -2588,13 +2526,12 @@ This is a convenience function that simply calls
2588
2526
  </table></div>
2589
2527
  </div>
2590
2528
  <hr>
2591
- <div class="refsect2" lang="en">
2529
+ <div class="refsect2" title="cairo_get_reference_count ()">
2592
2530
  <a name="cairo-get-reference-count"></a><h3>cairo_get_reference_count ()</h3>
2593
2531
  <pre class="programlisting">unsigned int cairo_get_reference_count (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
2594
2532
  <p>
2595
2533
  Returns the current reference count of <em class="parameter"><code>cr</code></em>.</p>
2596
2534
  <p>
2597
-
2598
2535
  </p>
2599
2536
  <div class="variablelist"><table border="0">
2600
2537
  <col align="left" valign="top">
@@ -2613,11 +2550,10 @@ object is a nil object, 0 will be returned.
2613
2550
  </tr>
2614
2551
  </tbody>
2615
2552
  </table></div>
2616
- <p class="since">Since 1.4
2617
- </p>
2553
+ <p class="since">Since 1.4</p>
2618
2554
  </div>
2619
2555
  <hr>
2620
- <div class="refsect2" lang="en">
2556
+ <div class="refsect2" title="cairo_set_user_data ()">
2621
2557
  <a name="cairo-set-user-data"></a><h3>cairo_set_user_data ()</h3>
2622
2558
  <pre class="programlisting"><a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> cairo_set_user_data (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2623
2559
  const <a class="link" href="cairo-types.html#cairo-user-data-key-t" title="cairo_user_data_key_t">cairo_user_data_key_t</a> *key,
@@ -2625,10 +2561,11 @@ object is a nil object, 0 will be returned.
2625
2561
  <a class="link" href="cairo-types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()">cairo_destroy_func_t</a> destroy);</pre>
2626
2562
  <p>
2627
2563
  Attach user data to <em class="parameter"><code>cr</code></em>. To remove user data from a surface,
2628
- call this function with the key that was used to set it and <code class="literal">NULL</code>
2564
+ call this function with the key that was used to set it and <a
2565
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
2566
+ ><code class="literal">NULL</code></a>
2629
2567
  for <em class="parameter"><code>data</code></em>.</p>
2630
2568
  <p>
2631
-
2632
2569
  </p>
2633
2570
  <div class="variablelist"><table border="0">
2634
2571
  <col align="left" valign="top">
@@ -2657,27 +2594,27 @@ same key.
2657
2594
  </tr>
2658
2595
  <tr>
2659
2596
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2660
- <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a> if a
2597
+ <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY--CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a> if a
2661
2598
  slot could not be allocated for the user data.
2662
2599
 
2663
2600
  </td>
2664
2601
  </tr>
2665
2602
  </tbody>
2666
2603
  </table></div>
2667
- <p class="since">Since 1.4
2668
- </p>
2604
+ <p class="since">Since 1.4</p>
2669
2605
  </div>
2670
2606
  <hr>
2671
- <div class="refsect2" lang="en">
2607
+ <div class="refsect2" title="cairo_get_user_data ()">
2672
2608
  <a name="cairo-get-user-data"></a><h3>cairo_get_user_data ()</h3>
2673
- <pre class="programlisting">void* cairo_get_user_data (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2609
+ <pre class="programlisting">void * cairo_get_user_data (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
2674
2610
  const <a class="link" href="cairo-types.html#cairo-user-data-key-t" title="cairo_user_data_key_t">cairo_user_data_key_t</a> *key);</pre>
2675
2611
  <p>
2676
2612
  Return user data previously attached to <em class="parameter"><code>cr</code></em> using the specified
2677
2613
  key. If no user data has been attached with the given key this
2678
- function returns <code class="literal">NULL</code>.</p>
2614
+ function returns <a
2615
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
2616
+ ><code class="literal">NULL</code></a>.</p>
2679
2617
  <p>
2680
-
2681
2618
  </p>
2682
2619
  <div class="variablelist"><table border="0">
2683
2620
  <col align="left" valign="top">
@@ -2695,27 +2632,28 @@ attached to
2695
2632
  </tr>
2696
2633
  <tr>
2697
2634
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2698
- <td> the user data previously attached or <code class="literal">NULL</code>.
2635
+ <td> the user data previously attached or <a
2636
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
2637
+ ><code class="literal">NULL</code></a>.
2699
2638
 
2700
2639
  </td>
2701
2640
  </tr>
2702
2641
  </tbody>
2703
2642
  </table></div>
2704
- <p class="since">Since 1.4
2705
- </p>
2643
+ <p class="since">Since 1.4</p>
2706
2644
  </div>
2707
2645
  </div>
2708
- <div class="refsect1" lang="en">
2646
+ <div class="refsect1" title="See Also">
2709
2647
  <a name="cairo-context.see-also"></a><h2>See Also</h2>
2710
2648
  <p>
2711
2649
  </p>
2712
- <div class="itemizedlist"><ul type="disc"><li><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a></li></ul></div>
2650
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a></li></ul></div>
2713
2651
  <p>
2714
2652
  </p>
2715
2653
  </div>
2716
2654
  </div>
2717
2655
  <div class="footer">
2718
2656
  <hr>
2719
- Generated by GTK-Doc V1.10</div>
2657
+ Generated by GTK-Doc V1.11</div>
2720
2658
  </body>
2721
2659
  </html>