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
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Drawing</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="index.html" title="Cairo: A Vector Graphics Library">
9
9
  <link rel="prev" href="index.html" title="Cairo: A Vector Graphics Library">
10
10
  <link rel="next" href="cairo-context.html" title="cairo_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="cairo-context.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="chapter" lang="en">
32
+ <div class="chapter" title="Drawing">
33
33
  <div class="titlepage"><div><div><h2 class="title">
34
34
  <a name="cairo-drawing"></a>Drawing</h2></div></div></div>
35
35
  <div class="toc"><dl>
@@ -52,6 +52,6 @@
52
52
  </div>
53
53
  <div class="footer">
54
54
  <hr>
55
- Generated by GTK-Doc V1.10</div>
55
+ Generated by GTK-Doc V1.11</div>
56
56
  </body>
57
57
  </html>
@@ -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="cairo-support.html" title="Utilities">
9
9
  <link rel="prev" href="cairo-matrix.html" title="cairo_matrix_t">
10
10
  <link rel="next" href="cairo-version-info.html" title="Version Information">
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-version-info.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-error-status.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-error-status.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-error-status.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-error-status.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="Error handling">
38
40
  <a name="cairo-error-status"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,19 +45,19 @@
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-error-status.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
51
  enum <a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a>;
50
- const char* <a class="link" href="cairo-error-status.html#cairo-status-to-string" title="cairo_status_to_string ()">cairo_status_to_string</a> (<a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> status);
52
+ const char * <a class="link" href="cairo-error-status.html#cairo-status-to-string" title="cairo_status_to_string ()">cairo_status_to_string</a> (<a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> status);
51
53
  void <a class="link" href="cairo-error-status.html#cairo-debug-reset-static-data" title="cairo_debug_reset_static_data ()">cairo_debug_reset_static_data</a> (void);
52
54
  </pre>
53
55
  </div>
54
- <div class="refsect1" lang="en">
56
+ <div class="refsect1" title="Description">
55
57
  <a name="cairo-error-status.description"></a><h2>Description</h2>
56
58
  <p>
57
59
  Cairo uses a single status type to represent all kinds of errors. A status
58
- value of <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> represents no error and has an integer value
60
+ value of <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> represents no error and has an integer value
59
61
  of zero. All other status values represent an error.
60
62
  </p>
61
63
  <p>
@@ -67,9 +69,9 @@ underlying object is in an error status. This means that no error handling
67
69
  code is required before or after each individual cairo function call.
68
70
  </p>
69
71
  </div>
70
- <div class="refsect1" lang="en">
72
+ <div class="refsect1" title="Details">
71
73
  <a name="cairo-error-status.details"></a><h2>Details</h2>
72
- <div class="refsect2" lang="en">
74
+ <div class="refsect2" title="enum cairo_status_t">
73
75
  <a name="cairo-status-t"></a><h3>enum cairo_status_t</h3>
74
76
  <pre class="programlisting">typedef enum _cairo_status {
75
77
  CAIRO_STATUS_SUCCESS = 0,
@@ -117,168 +119,169 @@ the context and can be retrieved with <a class="link" href="cairo-context.html#c
117
119
  New entries may be added in future versions. Use <a class="link" href="cairo-error-status.html#cairo-status-to-string" title="cairo_status_to_string ()"><code class="function">cairo_status_to_string()</code></a>
118
120
  to get a human-readable representation of an error message.</p>
119
121
  <p>
120
-
121
122
  </p>
122
123
  <div class="variablelist"><table border="0">
123
124
  <col align="left" valign="top">
124
125
  <tbody>
125
126
  <tr>
126
- <td><p><a name="CAIRO-STATUS-SUCCESS:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_SUCCESS</code></span></p></td>
127
+ <td><p><a name="CAIRO-STATUS-SUCCESS--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_SUCCESS</code></span></p></td>
127
128
  <td> no error has occurred
128
129
  </td>
129
130
  </tr>
130
131
  <tr>
131
- <td><p><a name="CAIRO-STATUS-NO-MEMORY:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></span></p></td>
132
+ <td><p><a name="CAIRO-STATUS-NO-MEMORY--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></span></p></td>
132
133
  <td> out of memory
133
134
  </td>
134
135
  </tr>
135
136
  <tr>
136
- <td><p><a name="CAIRO-STATUS-INVALID-RESTORE:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_RESTORE</code></span></p></td>
137
+ <td><p><a name="CAIRO-STATUS-INVALID-RESTORE--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_RESTORE</code></span></p></td>
137
138
  <td> <a class="link" href="cairo-context.html#cairo-restore" title="cairo_restore ()"><code class="function">cairo_restore()</code></a> called without matching <a class="link" href="cairo-context.html#cairo-save" title="cairo_save ()"><code class="function">cairo_save()</code></a>
138
139
  </td>
139
140
  </tr>
140
141
  <tr>
141
- <td><p><a name="CAIRO-STATUS-INVALID-POP-GROUP:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_POP_GROUP</code></span></p></td>
142
+ <td><p><a name="CAIRO-STATUS-INVALID-POP-GROUP--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_POP_GROUP</code></span></p></td>
142
143
  <td> no saved group to pop
143
144
  </td>
144
145
  </tr>
145
146
  <tr>
146
- <td><p><a name="CAIRO-STATUS-NO-CURRENT-POINT:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_NO_CURRENT_POINT</code></span></p></td>
147
+ <td><p><a name="CAIRO-STATUS-NO-CURRENT-POINT--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_NO_CURRENT_POINT</code></span></p></td>
147
148
  <td> no current point defined
148
149
  </td>
149
150
  </tr>
150
151
  <tr>
151
- <td><p><a name="CAIRO-STATUS-INVALID-MATRIX:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_MATRIX</code></span></p></td>
152
+ <td><p><a name="CAIRO-STATUS-INVALID-MATRIX--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_MATRIX</code></span></p></td>
152
153
  <td> invalid matrix (not invertible)
153
154
  </td>
154
155
  </tr>
155
156
  <tr>
156
- <td><p><a name="CAIRO-STATUS-INVALID-STATUS:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_STATUS</code></span></p></td>
157
+ <td><p><a name="CAIRO-STATUS-INVALID-STATUS--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_STATUS</code></span></p></td>
157
158
  <td> invalid value for an input <a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t"><span class="type">cairo_status_t</span></a>
158
159
  </td>
159
160
  </tr>
160
161
  <tr>
161
- <td><p><a name="CAIRO-STATUS-NULL-POINTER:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_NULL_POINTER</code></span></p></td>
162
- <td> <code class="literal">NULL</code> pointer
162
+ <td><p><a name="CAIRO-STATUS-NULL-POINTER--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_NULL_POINTER</code></span></p></td>
163
+ <td> <a
164
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
165
+ ><code class="literal">NULL</code></a> pointer
163
166
  </td>
164
167
  </tr>
165
168
  <tr>
166
- <td><p><a name="CAIRO-STATUS-INVALID-STRING:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_STRING</code></span></p></td>
169
+ <td><p><a name="CAIRO-STATUS-INVALID-STRING--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_STRING</code></span></p></td>
167
170
  <td> input string not valid UTF-8
168
171
  </td>
169
172
  </tr>
170
173
  <tr>
171
- <td><p><a name="CAIRO-STATUS-INVALID-PATH-DATA:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_PATH_DATA</code></span></p></td>
174
+ <td><p><a name="CAIRO-STATUS-INVALID-PATH-DATA--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_PATH_DATA</code></span></p></td>
172
175
  <td> input path data not valid
173
176
  </td>
174
177
  </tr>
175
178
  <tr>
176
- <td><p><a name="CAIRO-STATUS-READ-ERROR:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_READ_ERROR</code></span></p></td>
179
+ <td><p><a name="CAIRO-STATUS-READ-ERROR--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_READ_ERROR</code></span></p></td>
177
180
  <td> error while reading from input stream
178
181
  </td>
179
182
  </tr>
180
183
  <tr>
181
- <td><p><a name="CAIRO-STATUS-WRITE-ERROR:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_WRITE_ERROR</code></span></p></td>
184
+ <td><p><a name="CAIRO-STATUS-WRITE-ERROR--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_WRITE_ERROR</code></span></p></td>
182
185
  <td> error while writing to output stream
183
186
  </td>
184
187
  </tr>
185
188
  <tr>
186
- <td><p><a name="CAIRO-STATUS-SURFACE-FINISHED:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_SURFACE_FINISHED</code></span></p></td>
189
+ <td><p><a name="CAIRO-STATUS-SURFACE-FINISHED--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_SURFACE_FINISHED</code></span></p></td>
187
190
  <td> target surface has been finished
188
191
  </td>
189
192
  </tr>
190
193
  <tr>
191
- <td><p><a name="CAIRO-STATUS-SURFACE-TYPE-MISMATCH:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_SURFACE_TYPE_MISMATCH</code></span></p></td>
194
+ <td><p><a name="CAIRO-STATUS-SURFACE-TYPE-MISMATCH--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_SURFACE_TYPE_MISMATCH</code></span></p></td>
192
195
  <td> the surface type is not appropriate for the operation
193
196
  </td>
194
197
  </tr>
195
198
  <tr>
196
- <td><p><a name="CAIRO-STATUS-PATTERN-TYPE-MISMATCH:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_PATTERN_TYPE_MISMATCH</code></span></p></td>
199
+ <td><p><a name="CAIRO-STATUS-PATTERN-TYPE-MISMATCH--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_PATTERN_TYPE_MISMATCH</code></span></p></td>
197
200
  <td> the pattern type is not appropriate for the operation
198
201
  </td>
199
202
  </tr>
200
203
  <tr>
201
- <td><p><a name="CAIRO-STATUS-INVALID-CONTENT:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_CONTENT</code></span></p></td>
204
+ <td><p><a name="CAIRO-STATUS-INVALID-CONTENT--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_CONTENT</code></span></p></td>
202
205
  <td> invalid value for an input <a class="link" href="cairo-surface.html#cairo-content-t" title="enum cairo_content_t"><span class="type">cairo_content_t</span></a>
203
206
  </td>
204
207
  </tr>
205
208
  <tr>
206
- <td><p><a name="CAIRO-STATUS-INVALID-FORMAT:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_FORMAT</code></span></p></td>
209
+ <td><p><a name="CAIRO-STATUS-INVALID-FORMAT--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_FORMAT</code></span></p></td>
207
210
  <td> invalid value for an input <a class="link" href="cairo-image-surface.html#cairo-format-t" title="enum cairo_format_t"><span class="type">cairo_format_t</span></a>
208
211
  </td>
209
212
  </tr>
210
213
  <tr>
211
- <td><p><a name="CAIRO-STATUS-INVALID-VISUAL:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_VISUAL</code></span></p></td>
214
+ <td><p><a name="CAIRO-STATUS-INVALID-VISUAL--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_VISUAL</code></span></p></td>
212
215
  <td> invalid value for an input Visual*
213
216
  </td>
214
217
  </tr>
215
218
  <tr>
216
- <td><p><a name="CAIRO-STATUS-FILE-NOT-FOUND:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_FILE_NOT_FOUND</code></span></p></td>
219
+ <td><p><a name="CAIRO-STATUS-FILE-NOT-FOUND--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_FILE_NOT_FOUND</code></span></p></td>
217
220
  <td> file not found
218
221
  </td>
219
222
  </tr>
220
223
  <tr>
221
- <td><p><a name="CAIRO-STATUS-INVALID-DASH:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_DASH</code></span></p></td>
224
+ <td><p><a name="CAIRO-STATUS-INVALID-DASH--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_DASH</code></span></p></td>
222
225
  <td> invalid value for a dash setting
223
226
  </td>
224
227
  </tr>
225
228
  <tr>
226
- <td><p><a name="CAIRO-STATUS-INVALID-DSC-COMMENT:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_DSC_COMMENT</code></span></p></td>
229
+ <td><p><a name="CAIRO-STATUS-INVALID-DSC-COMMENT--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_DSC_COMMENT</code></span></p></td>
227
230
  <td> invalid value for a DSC comment (Since 1.2)
228
231
  </td>
229
232
  </tr>
230
233
  <tr>
231
- <td><p><a name="CAIRO-STATUS-INVALID-INDEX:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_INDEX</code></span></p></td>
234
+ <td><p><a name="CAIRO-STATUS-INVALID-INDEX--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_INDEX</code></span></p></td>
232
235
  <td> invalid index passed to getter (Since 1.4)
233
236
  </td>
234
237
  </tr>
235
238
  <tr>
236
- <td><p><a name="CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_CLIP_NOT_REPRESENTABLE</code></span></p></td>
239
+ <td><p><a name="CAIRO-STATUS-CLIP-NOT-REPRESENTABLE--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_CLIP_NOT_REPRESENTABLE</code></span></p></td>
237
240
  <td> clip region not representable in desired format (Since 1.4)
238
241
  </td>
239
242
  </tr>
240
243
  <tr>
241
- <td><p><a name="CAIRO-STATUS-TEMP-FILE-ERROR:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_TEMP_FILE_ERROR</code></span></p></td>
244
+ <td><p><a name="CAIRO-STATUS-TEMP-FILE-ERROR--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_TEMP_FILE_ERROR</code></span></p></td>
242
245
  <td> error creating or writing to a temporary file (Since 1.6)
243
246
  </td>
244
247
  </tr>
245
248
  <tr>
246
- <td><p><a name="CAIRO-STATUS-INVALID-STRIDE:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_STRIDE</code></span></p></td>
249
+ <td><p><a name="CAIRO-STATUS-INVALID-STRIDE--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_STRIDE</code></span></p></td>
247
250
  <td> invalid value for stride (Since 1.6)
248
251
  </td>
249
252
  </tr>
250
253
  <tr>
251
- <td><p><a name="CAIRO-STATUS-FONT-TYPE-MISMATCH:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_FONT_TYPE_MISMATCH</code></span></p></td>
254
+ <td><p><a name="CAIRO-STATUS-FONT-TYPE-MISMATCH--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_FONT_TYPE_MISMATCH</code></span></p></td>
252
255
  <td> the font type is not appropriate for the operation (Since 1.8)
253
256
  </td>
254
257
  </tr>
255
258
  <tr>
256
- <td><p><a name="CAIRO-STATUS-USER-FONT-IMMUTABLE:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></span></p></td>
259
+ <td><p><a name="CAIRO-STATUS-USER-FONT-IMMUTABLE--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></span></p></td>
257
260
  <td> the user-font is immutable (Since 1.8)
258
261
  </td>
259
262
  </tr>
260
263
  <tr>
261
- <td><p><a name="CAIRO-STATUS-USER-FONT-ERROR:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></span></p></td>
264
+ <td><p><a name="CAIRO-STATUS-USER-FONT-ERROR--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></span></p></td>
262
265
  <td> error occurred in a user-font callback function (Since 1.8)
263
266
  </td>
264
267
  </tr>
265
268
  <tr>
266
- <td><p><a name="CAIRO-STATUS-NEGATIVE-COUNT:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_NEGATIVE_COUNT</code></span></p></td>
269
+ <td><p><a name="CAIRO-STATUS-NEGATIVE-COUNT--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_NEGATIVE_COUNT</code></span></p></td>
267
270
  <td> negative number used where it is not allowed (Since 1.8)
268
271
  </td>
269
272
  </tr>
270
273
  <tr>
271
- <td><p><a name="CAIRO-STATUS-INVALID-CLUSTERS:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_CLUSTERS</code></span></p></td>
274
+ <td><p><a name="CAIRO-STATUS-INVALID-CLUSTERS--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_CLUSTERS</code></span></p></td>
272
275
  <td> input clusters do not represent the accompanying text and glyph array (Since 1.8)
273
276
  </td>
274
277
  </tr>
275
278
  <tr>
276
- <td><p><a name="CAIRO-STATUS-INVALID-SLANT:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_SLANT</code></span></p></td>
279
+ <td><p><a name="CAIRO-STATUS-INVALID-SLANT--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_SLANT</code></span></p></td>
277
280
  <td> invalid value for an input <a class="link" href="cairo-text.html#cairo-font-slant-t" title="enum cairo_font_slant_t"><span class="type">cairo_font_slant_t</span></a> (Since 1.8)
278
281
  </td>
279
282
  </tr>
280
283
  <tr>
281
- <td><p><a name="CAIRO-STATUS-INVALID-WEIGHT:CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_WEIGHT</code></span></p></td>
284
+ <td><p><a name="CAIRO-STATUS-INVALID-WEIGHT--CAPS"></a><span class="term"><code class="literal">CAIRO_STATUS_INVALID_WEIGHT</code></span></p></td>
282
285
  <td> invalid value for an input <a class="link" href="cairo-text.html#cairo-font-weight-t" title="enum cairo_font_weight_t"><span class="type">cairo_font_weight_t</span></a> (Since 1.8)
283
286
  </td>
284
287
  </tr>
@@ -286,13 +289,12 @@ to get a human-readable representation of an error message.</p>
286
289
  </table></div>
287
290
  </div>
288
291
  <hr>
289
- <div class="refsect2" lang="en">
292
+ <div class="refsect2" title="cairo_status_to_string ()">
290
293
  <a name="cairo-status-to-string"></a><h3>cairo_status_to_string ()</h3>
291
- <pre class="programlisting">const char* cairo_status_to_string (<a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> status);</pre>
294
+ <pre class="programlisting">const char * cairo_status_to_string (<a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> status);</pre>
292
295
  <p>
293
296
  Provides a human-readable description of a <a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t"><span class="type">cairo_status_t</span></a>.</p>
294
297
  <p>
295
-
296
298
  </p>
297
299
  <div class="variablelist"><table border="0">
298
300
  <col align="left" valign="top">
@@ -311,7 +313,7 @@ Provides a human-readable description of a <a class="link" href="cairo-error-sta
311
313
  </table></div>
312
314
  </div>
313
315
  <hr>
314
- <div class="refsect2" lang="en">
316
+ <div class="refsect2" title="cairo_debug_reset_static_data ()">
315
317
  <a name="cairo-debug-reset-static-data"></a><h3>cairo_debug_reset_static_data ()</h3>
316
318
  <pre class="programlisting">void cairo_debug_reset_static_data (void);</pre>
317
319
  <p>
@@ -335,20 +337,19 @@ functions have been called as necessary). If there are active cairo
335
337
  objects, this call is likely to cause a crash, (eg. an assertion
336
338
  failure due to a hash table being destroyed when non-empty).</p>
337
339
  <p>
338
-
339
340
  </p>
340
341
  </div>
341
342
  </div>
342
- <div class="refsect1" lang="en">
343
+ <div class="refsect1" title="See Also">
343
344
  <a name="cairo-error-status.see-also"></a><h2>See Also</h2>
344
345
  <p>
345
346
  </p>
346
- <div class="itemizedlist"><ul type="disc">
347
- <li><a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a></li>
348
- <li><a class="link" href="cairo-surface.html#cairo-surface-status" title="cairo_surface_status ()"><code class="function">cairo_surface_status()</code></a></li>
349
- <li><a class="link" href="cairo-pattern.html#cairo-pattern-status" title="cairo_pattern_status ()"><code class="function">cairo_pattern_status()</code></a></li>
350
- <li><a class="link" href="cairo-font-face.html#cairo-font-face-status" title="cairo_font_face_status ()"><code class="function">cairo_font_face_status()</code></a></li>
351
- <li><a class="link" href="cairo-scaled-font.html#cairo-scaled-font-status" title="cairo_scaled_font_status ()"><code class="function">cairo_scaled_font_status()</code></a></li>
347
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc">
348
+ <li class="listitem"><a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a></li>
349
+ <li class="listitem"><a class="link" href="cairo-surface.html#cairo-surface-status" title="cairo_surface_status ()"><code class="function">cairo_surface_status()</code></a></li>
350
+ <li class="listitem"><a class="link" href="cairo-pattern.html#cairo-pattern-status" title="cairo_pattern_status ()"><code class="function">cairo_pattern_status()</code></a></li>
351
+ <li class="listitem"><a class="link" href="cairo-font-face.html#cairo-font-face-status" title="cairo_font_face_status ()"><code class="function">cairo_font_face_status()</code></a></li>
352
+ <li class="listitem"><a class="link" href="cairo-scaled-font.html#cairo-scaled-font-status" title="cairo_scaled_font_status ()"><code class="function">cairo_scaled_font_status()</code></a></li>
352
353
  </ul></div>
353
354
  <p>
354
355
  </p>
@@ -356,6 +357,6 @@ failure due to a hash table being destroyed when non-empty).</p>
356
357
  </div>
357
358
  <div class="footer">
358
359
  <hr>
359
- Generated by GTK-Doc V1.10</div>
360
+ Generated by GTK-Doc V1.11</div>
360
361
  </body>
361
362
  </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_font_face_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-fonts.html" title="Fonts">
9
9
  <link rel="prev" href="cairo-fonts.html" title="Fonts">
10
10
  <link rel="next" href="cairo-scaled-font.html" title="cairo_scaled_font_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">
@@ -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-scaled-font.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-font-face.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-font-face.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-font-face.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-font-face.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="cairo_font_face_t">
38
40
  <a name="cairo-font-face"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,11 +45,11 @@
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-font-face.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
51
  typedef <a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a>;
50
- <a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a>* <a class="link" href="cairo-font-face.html#cairo-font-face-reference" title="cairo_font_face_reference ()">cairo_font_face_reference</a> (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);
52
+ <a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> * <a class="link" href="cairo-font-face.html#cairo-font-face-reference" title="cairo_font_face_reference ()">cairo_font_face_reference</a> (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);
51
53
  void <a class="link" href="cairo-font-face.html#cairo-font-face-destroy" title="cairo_font_face_destroy ()">cairo_font_face_destroy</a> (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);
52
54
  <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-font-face.html#cairo-font-face-status" title="cairo_font_face_status ()">cairo_font_face_status</a> (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);
53
55
  enum <a class="link" href="cairo-font-face.html#cairo-font-type-t" title="enum cairo_font_type_t">cairo_font_type_t</a>;
@@ -57,11 +59,11 @@ unsigned int <a class="link" href="cairo-font-face.html#cairo-font-face-g
57
59
  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,
58
60
  void *user_data,
59
61
  <a class="link" href="cairo-types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()">cairo_destroy_func_t</a> destroy);
60
- void* <a class="link" href="cairo-font-face.html#cairo-font-face-get-user-data" title="cairo_font_face_get_user_data ()">cairo_font_face_get_user_data</a> (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
62
+ void * <a class="link" href="cairo-font-face.html#cairo-font-face-get-user-data" title="cairo_font_face_get_user_data ()">cairo_font_face_get_user_data</a> (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
61
63
  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);
62
64
  </pre>
63
65
  </div>
64
- <div class="refsect1" lang="en">
66
+ <div class="refsect1" title="Description">
65
67
  <a name="cairo-font-face.description"></a><h2>Description</h2>
66
68
  <p>
67
69
  <a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a> represents a particular font at a particular weight,
@@ -76,9 +78,9 @@ or implicitly using the <em class="firstterm">toy</em> text API by way of
76
78
  <a class="link" href="cairo-text.html#cairo-get-font-face" title="cairo_get_font_face ()"><code class="function">cairo_get_font_face()</code></a>.
77
79
  </p>
78
80
  </div>
79
- <div class="refsect1" lang="en">
81
+ <div class="refsect1" title="Details">
80
82
  <a name="cairo-font-face.details"></a><h2>Details</h2>
81
- <div class="refsect2" lang="en">
83
+ <div class="refsect2" title="cairo_font_face_t">
82
84
  <a name="cairo-font-face-t"></a><h3>cairo_font_face_t</h3>
83
85
  <pre class="programlisting">typedef struct _cairo_font_face cairo_font_face_t;
84
86
  </pre>
@@ -99,13 +101,12 @@ font face can be queried using <a class="link" href="cairo-font-face.html#cairo-
99
101
  Memory management of <a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a> is done with
100
102
  <a class="link" href="cairo-font-face.html#cairo-font-face-reference" title="cairo_font_face_reference ()"><code class="function">cairo_font_face_reference()</code></a> and <a class="link" href="cairo-font-face.html#cairo-font-face-destroy" title="cairo_font_face_destroy ()"><code class="function">cairo_font_face_destroy()</code></a>.</p>
101
103
  <p>
102
-
103
104
  </p>
104
105
  </div>
105
106
  <hr>
106
- <div class="refsect2" lang="en">
107
+ <div class="refsect2" title="cairo_font_face_reference ()">
107
108
  <a name="cairo-font-face-reference"></a><h3>cairo_font_face_reference ()</h3>
108
- <pre class="programlisting"><a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a>* cairo_font_face_reference (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);</pre>
109
+ <pre class="programlisting"><a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> * cairo_font_face_reference (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);</pre>
109
110
  <p>
110
111
  Increases the reference count on <em class="parameter"><code>font_face</code></em> by one. This prevents
111
112
  <em class="parameter"><code>font_face</code></em> from being destroyed until a matching call to
@@ -115,14 +116,15 @@ Increases the reference count on <em class="parameter"><code>font_face</code></e
115
116
  The number of references to a <a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a> can be get using
116
117
  <a class="link" href="cairo-font-face.html#cairo-font-face-get-reference-count" title="cairo_font_face_get_reference_count ()"><code class="function">cairo_font_face_get_reference_count()</code></a>.</p>
117
118
  <p>
118
-
119
119
  </p>
120
120
  <div class="variablelist"><table border="0">
121
121
  <col align="left" valign="top">
122
122
  <tbody>
123
123
  <tr>
124
124
  <td><p><span class="term"><em class="parameter"><code>font_face</code></em> :</span></p></td>
125
- <td> a <a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a>, (may be <code class="literal">NULL</code> in which case this
125
+ <td> a <a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a>, (may be <a
126
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
127
+ ><code class="literal">NULL</code></a> in which case this
126
128
  function does nothing).
127
129
  </td>
128
130
  </tr>
@@ -135,7 +137,7 @@ function does nothing).
135
137
  </table></div>
136
138
  </div>
137
139
  <hr>
138
- <div class="refsect2" lang="en">
140
+ <div class="refsect2" title="cairo_font_face_destroy ()">
139
141
  <a name="cairo-font-face-destroy"></a><h3>cairo_font_face_destroy ()</h3>
140
142
  <pre class="programlisting">void cairo_font_face_destroy (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);</pre>
141
143
  <p>
@@ -143,7 +145,6 @@ Decreases the reference count on <em class="parameter"><code>font_face</code></e
143
145
  is zero, then <em class="parameter"><code>font_face</code></em> and all associated resources are freed.
144
146
  See <a class="link" href="cairo-font-face.html#cairo-font-face-reference" title="cairo_font_face_reference ()"><code class="function">cairo_font_face_reference()</code></a>.</p>
145
147
  <p>
146
-
147
148
  </p>
148
149
  <div class="variablelist"><table border="0">
149
150
  <col align="left" valign="top">
@@ -155,14 +156,13 @@ See <a class="link" href="cairo-font-face.html#cairo-font-face-reference" title=
155
156
  </table></div>
156
157
  </div>
157
158
  <hr>
158
- <div class="refsect2" lang="en">
159
+ <div class="refsect2" title="cairo_font_face_status ()">
159
160
  <a name="cairo-font-face-status"></a><h3>cairo_font_face_status ()</h3>
160
161
  <pre class="programlisting"><a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> cairo_font_face_status (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);</pre>
161
162
  <p>
162
163
  Checks whether an error has previously occurred for this
163
164
  font face</p>
164
165
  <p>
165
-
166
166
  </p>
167
167
  <div class="variablelist"><table border="0">
168
168
  <col align="left" valign="top">
@@ -174,15 +174,15 @@ font face</p>
174
174
  </tr>
175
175
  <tr>
176
176
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
177
- <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or another error such as
178
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.
177
+ <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or another error such as
178
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY--CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.
179
179
  </td>
180
180
  </tr>
181
181
  </tbody>
182
182
  </table></div>
183
183
  </div>
184
184
  <hr>
185
- <div class="refsect2" lang="en">
185
+ <div class="refsect2" title="enum cairo_font_type_t">
186
186
  <a name="cairo-font-type-t"></a><h3>enum cairo_font_type_t</h3>
187
187
  <pre class="programlisting">typedef enum _cairo_font_type {
188
188
  CAIRO_FONT_TYPE_TOY,
@@ -226,50 +226,47 @@ of the wrong type is undefined.
226
226
  <p>
227
227
  New entries may be added in future versions.</p>
228
228
  <p>
229
-
230
229
  </p>
231
230
  <div class="variablelist"><table border="0">
232
231
  <col align="left" valign="top">
233
232
  <tbody>
234
233
  <tr>
235
- <td><p><a name="CAIRO-FONT-TYPE-TOY:CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_TOY</code></span></p></td>
234
+ <td><p><a name="CAIRO-FONT-TYPE-TOY--CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_TOY</code></span></p></td>
236
235
  <td> The font was created using cairo's toy font api
237
236
  </td>
238
237
  </tr>
239
238
  <tr>
240
- <td><p><a name="CAIRO-FONT-TYPE-FT:CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_FT</code></span></p></td>
239
+ <td><p><a name="CAIRO-FONT-TYPE-FT--CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_FT</code></span></p></td>
241
240
  <td> The font is of type FreeType
242
241
  </td>
243
242
  </tr>
244
243
  <tr>
245
- <td><p><a name="CAIRO-FONT-TYPE-WIN32:CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_WIN32</code></span></p></td>
244
+ <td><p><a name="CAIRO-FONT-TYPE-WIN32--CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_WIN32</code></span></p></td>
246
245
  <td> The font is of type Win32
247
246
  </td>
248
247
  </tr>
249
248
  <tr>
250
- <td><p><a name="CAIRO-FONT-TYPE-QUARTZ:CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_QUARTZ</code></span></p></td>
249
+ <td><p><a name="CAIRO-FONT-TYPE-QUARTZ--CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_QUARTZ</code></span></p></td>
251
250
  <td> The font is of type Quartz (Since: 1.6)
252
251
  </td>
253
252
  </tr>
254
253
  <tr>
255
- <td><p><a name="CAIRO-FONT-TYPE-USER:CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_USER</code></span></p></td>
254
+ <td><p><a name="CAIRO-FONT-TYPE-USER--CAPS"></a><span class="term"><code class="literal">CAIRO_FONT_TYPE_USER</code></span></p></td>
256
255
  <td> The font was create using cairo's user font api (Since: 1.8)
257
256
  </td>
258
257
  </tr>
259
258
  </tbody>
260
259
  </table></div>
261
- <p class="since">Since 1.2
262
- </p>
260
+ <p class="since">Since 1.2</p>
263
261
  </div>
264
262
  <hr>
265
- <div class="refsect2" lang="en">
263
+ <div class="refsect2" title="cairo_font_face_get_type ()">
266
264
  <a name="cairo-font-face-get-type"></a><h3>cairo_font_face_get_type ()</h3>
267
265
  <pre class="programlisting"><a class="link" href="cairo-font-face.html#cairo-font-type-t" title="enum cairo_font_type_t">cairo_font_type_t</a> cairo_font_face_get_type (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);</pre>
268
266
  <p>
269
267
  This function returns the type of the backend used to create
270
268
  a font face. See <a class="link" href="cairo-font-face.html#cairo-font-type-t" title="enum cairo_font_type_t"><span class="type">cairo_font_type_t</span></a> for available types.</p>
271
269
  <p>
272
-
273
270
  </p>
274
271
  <div class="variablelist"><table border="0">
275
272
  <col align="left" valign="top">
@@ -287,17 +284,15 @@ a font face. See <a class="link" href="cairo-font-face.html#cairo-font-type-t" t
287
284
  </tr>
288
285
  </tbody>
289
286
  </table></div>
290
- <p class="since">Since 1.2
291
- </p>
287
+ <p class="since">Since 1.2</p>
292
288
  </div>
293
289
  <hr>
294
- <div class="refsect2" lang="en">
290
+ <div class="refsect2" title="cairo_font_face_get_reference_count ()">
295
291
  <a name="cairo-font-face-get-reference-count"></a><h3>cairo_font_face_get_reference_count ()</h3>
296
292
  <pre class="programlisting">unsigned int cairo_font_face_get_reference_count (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);</pre>
297
293
  <p>
298
294
  Returns the current reference count of <em class="parameter"><code>font_face</code></em>.</p>
299
295
  <p>
300
-
301
296
  </p>
302
297
  <div class="variablelist"><table border="0">
303
298
  <col align="left" valign="top">
@@ -316,11 +311,10 @@ object is a nil object, 0 will be returned.
316
311
  </tr>
317
312
  </tbody>
318
313
  </table></div>
319
- <p class="since">Since 1.4
320
- </p>
314
+ <p class="since">Since 1.4</p>
321
315
  </div>
322
316
  <hr>
323
- <div class="refsect2" lang="en">
317
+ <div class="refsect2" title="cairo_font_face_set_user_data ()">
324
318
  <a name="cairo-font-face-set-user-data"></a><h3>cairo_font_face_set_user_data ()</h3>
325
319
  <pre class="programlisting"><a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> cairo_font_face_set_user_data (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
326
320
  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,
@@ -328,10 +322,11 @@ object is a nil object, 0 will be returned.
328
322
  <a class="link" href="cairo-types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()">cairo_destroy_func_t</a> destroy);</pre>
329
323
  <p>
330
324
  Attach user data to <em class="parameter"><code>font_face</code></em>. To remove user data from a font face,
331
- call this function with the key that was used to set it and <code class="literal">NULL</code>
325
+ call this function with the key that was used to set it and <a
326
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
327
+ ><code class="literal">NULL</code></a>
332
328
  for <em class="parameter"><code>data</code></em>.</p>
333
329
  <p>
334
-
335
330
  </p>
336
331
  <div class="variablelist"><table border="0">
337
332
  <col align="left" valign="top">
@@ -360,7 +355,7 @@ same key.
360
355
  </tr>
361
356
  <tr>
362
357
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
363
- <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
358
+ <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
364
359
  slot could not be allocated for the user data.
365
360
  </td>
366
361
  </tr>
@@ -368,16 +363,17 @@ slot could not be allocated for the user data.
368
363
  </table></div>
369
364
  </div>
370
365
  <hr>
371
- <div class="refsect2" lang="en">
366
+ <div class="refsect2" title="cairo_font_face_get_user_data ()">
372
367
  <a name="cairo-font-face-get-user-data"></a><h3>cairo_font_face_get_user_data ()</h3>
373
- <pre class="programlisting">void* cairo_font_face_get_user_data (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
368
+ <pre class="programlisting">void * cairo_font_face_get_user_data (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
374
369
  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>
375
370
  <p>
376
371
  Return user data previously attached to <em class="parameter"><code>font_face</code></em> using the specified
377
372
  key. If no user data has been attached with the given key this
378
- function returns <code class="literal">NULL</code>.</p>
373
+ function returns <a
374
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
375
+ ><code class="literal">NULL</code></a>.</p>
379
376
  <p>
380
-
381
377
  </p>
382
378
  <div class="variablelist"><table border="0">
383
379
  <col align="left" valign="top">
@@ -395,24 +391,26 @@ attached to
395
391
  </tr>
396
392
  <tr>
397
393
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
398
- <td> the user data previously attached or <code class="literal">NULL</code>.
394
+ <td> the user data previously attached or <a
395
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
396
+ ><code class="literal">NULL</code></a>.
399
397
  </td>
400
398
  </tr>
401
399
  </tbody>
402
400
  </table></div>
403
401
  </div>
404
402
  </div>
405
- <div class="refsect1" lang="en">
403
+ <div class="refsect1" title="See Also">
406
404
  <a name="cairo-font-face.see-also"></a><h2>See Also</h2>
407
405
  <p>
408
406
  </p>
409
- <div class="itemizedlist"><ul type="disc"><li><a class="link" href="cairo-scaled-font.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a></li></ul></div>
407
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="cairo-scaled-font.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a></li></ul></div>
410
408
  <p>
411
409
  </p>
412
410
  </div>
413
411
  </div>
414
412
  <div class="footer">
415
413
  <hr>
416
- Generated by GTK-Doc V1.10</div>
414
+ Generated by GTK-Doc V1.11</div>
417
415
  </body>
418
416
  </html>