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>Transformations</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-pattern.html" title="cairo_pattern_t">
10
10
  <link rel="next" href="cairo-text.html" title="Text">
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-text.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-transformations.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-transformations.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-transformations.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-transformations.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="Transformations">
38
40
  <a name="cairo-transformations"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,7 +45,7 @@
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-transformations.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
51
  void <a class="link" href="cairo-transformations.html#cairo-translate" title="cairo_translate ()">cairo_translate</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
@@ -75,7 +77,7 @@ void <a class="link" href="cairo-transformations.html#cairo-devic
75
77
  double *dy);
76
78
  </pre>
77
79
  </div>
78
- <div class="refsect1" lang="en">
80
+ <div class="refsect1" title="Description">
79
81
  <a name="cairo-transformations.description"></a><h2>Description</h2>
80
82
  <p>
81
83
  The current transformation matrix, <em class="firstterm">ctm</em>, is a
@@ -85,9 +87,9 @@ surface's canonical coordinate system, also known as the <em class="firstterm">d
85
87
  space</em>.
86
88
  </p>
87
89
  </div>
88
- <div class="refsect1" lang="en">
90
+ <div class="refsect1" title="Details">
89
91
  <a name="cairo-transformations.details"></a><h2>Details</h2>
90
- <div class="refsect2" lang="en">
92
+ <div class="refsect2" title="cairo_translate ()">
91
93
  <a name="cairo-translate"></a><h3>cairo_translate ()</h3>
92
94
  <pre class="programlisting">void cairo_translate (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
93
95
  double tx,
@@ -99,7 +101,6 @@ user-space coordinate according to the CTM in place before the new
99
101
  call to <a class="link" href="cairo-transformations.html#cairo-translate" title="cairo_translate ()"><code class="function">cairo_translate()</code></a>. In other words, the translation of the
100
102
  user-space origin takes place after any existing transformation.</p>
101
103
  <p>
102
-
103
104
  </p>
104
105
  <div class="variablelist"><table border="0">
105
106
  <col align="left" valign="top">
@@ -123,7 +124,7 @@ user-space origin takes place after any existing transformation.</p>
123
124
  </table></div>
124
125
  </div>
125
126
  <hr>
126
- <div class="refsect2" lang="en">
127
+ <div class="refsect2" title="cairo_scale ()">
127
128
  <a name="cairo-scale"></a><h3>cairo_scale ()</h3>
128
129
  <pre class="programlisting">void cairo_scale (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
129
130
  double sx,
@@ -134,7 +135,6 @@ and Y user-space axes by <em class="parameter"><code>sx</code></em> and <em clas
134
135
  the axes takes place after any existing transformation of user
135
136
  space.</p>
136
137
  <p>
137
-
138
138
  </p>
139
139
  <div class="variablelist"><table border="0">
140
140
  <col align="left" valign="top">
@@ -158,7 +158,7 @@ space.</p>
158
158
  </table></div>
159
159
  </div>
160
160
  <hr>
161
- <div class="refsect2" lang="en">
161
+ <div class="refsect2" title="cairo_rotate ()">
162
162
  <a name="cairo-rotate"></a><h3>cairo_rotate ()</h3>
163
163
  <pre class="programlisting">void cairo_rotate (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
164
164
  double angle);</pre>
@@ -169,7 +169,6 @@ places after any existing transformation of user space. The
169
169
  rotation direction for positive angles is from the positive X axis
170
170
  toward the positive Y axis.</p>
171
171
  <p>
172
-
173
172
  </p>
174
173
  <div class="variablelist"><table border="0">
175
174
  <col align="left" valign="top">
@@ -189,7 +188,7 @@ rotated
189
188
  </table></div>
190
189
  </div>
191
190
  <hr>
192
- <div class="refsect2" lang="en">
191
+ <div class="refsect2" title="cairo_transform ()">
193
192
  <a name="cairo-transform"></a><h3>cairo_transform ()</h3>
194
193
  <pre class="programlisting">void cairo_transform (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
195
194
  const <a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix);</pre>
@@ -198,7 +197,6 @@ Modifies the current transformation matrix (CTM) by applying
198
197
  <em class="parameter"><code>matrix</code></em> as an additional transformation. The new transformation of
199
198
  user space takes place after any existing transformation.</p>
200
199
  <p>
201
-
202
200
  </p>
203
201
  <div class="variablelist"><table border="0">
204
202
  <col align="left" valign="top">
@@ -217,7 +215,7 @@ user space takes place after any existing transformation.</p>
217
215
  </table></div>
218
216
  </div>
219
217
  <hr>
220
- <div class="refsect2" lang="en">
218
+ <div class="refsect2" title="cairo_set_matrix ()">
221
219
  <a name="cairo-set-matrix"></a><h3>cairo_set_matrix ()</h3>
222
220
  <pre class="programlisting">void cairo_set_matrix (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
223
221
  const <a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix);</pre>
@@ -225,7 +223,6 @@ user space takes place after any existing transformation.</p>
225
223
  Modifies the current transformation matrix (CTM) by setting it
226
224
  equal to <em class="parameter"><code>matrix</code></em>.</p>
227
225
  <p>
228
-
229
226
  </p>
230
227
  <div class="variablelist"><table border="0">
231
228
  <col align="left" valign="top">
@@ -244,14 +241,13 @@ equal to <em class="parameter"><code>matrix</code></em>.</p>
244
241
  </table></div>
245
242
  </div>
246
243
  <hr>
247
- <div class="refsect2" lang="en">
244
+ <div class="refsect2" title="cairo_get_matrix ()">
248
245
  <a name="cairo-get-matrix"></a><h3>cairo_get_matrix ()</h3>
249
246
  <pre class="programlisting">void cairo_get_matrix (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
250
247
  <a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix);</pre>
251
248
  <p>
252
249
  Stores the current transformation matrix (CTM) into <em class="parameter"><code>matrix</code></em>.</p>
253
250
  <p>
254
-
255
251
  </p>
256
252
  <div class="variablelist"><table border="0">
257
253
  <col align="left" valign="top">
@@ -270,7 +266,7 @@ Stores the current transformation matrix (CTM) into <em class="parameter"><code>
270
266
  </table></div>
271
267
  </div>
272
268
  <hr>
273
- <div class="refsect2" lang="en">
269
+ <div class="refsect2" title="cairo_identity_matrix ()">
274
270
  <a name="cairo-identity-matrix"></a><h3>cairo_identity_matrix ()</h3>
275
271
  <pre class="programlisting">void cairo_identity_matrix (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
276
272
  <p>
@@ -279,7 +275,6 @@ to the identity matrix. That is, the user-space and device-space
279
275
  axes will be aligned and one user-space unit will transform to one
280
276
  device-space unit.</p>
281
277
  <p>
282
-
283
278
  </p>
284
279
  <div class="variablelist"><table border="0">
285
280
  <col align="left" valign="top">
@@ -291,7 +286,7 @@ device-space unit.</p>
291
286
  </table></div>
292
287
  </div>
293
288
  <hr>
294
- <div class="refsect2" lang="en">
289
+ <div class="refsect2" title="cairo_user_to_device ()">
295
290
  <a name="cairo-user-to-device"></a><h3>cairo_user_to_device ()</h3>
296
291
  <pre class="programlisting">void cairo_user_to_device (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
297
292
  double *x,
@@ -301,7 +296,6 @@ Transform a coordinate from user space to device space by
301
296
  multiplying the given point by the current transformation matrix
302
297
  (CTM).</p>
303
298
  <p>
304
-
305
299
  </p>
306
300
  <div class="variablelist"><table border="0">
307
301
  <col align="left" valign="top">
@@ -325,7 +319,7 @@ multiplying the given point by the current transformation matrix
325
319
  </table></div>
326
320
  </div>
327
321
  <hr>
328
- <div class="refsect2" lang="en">
322
+ <div class="refsect2" title="cairo_user_to_device_distance ()">
329
323
  <a name="cairo-user-to-device-distance"></a><h3>cairo_user_to_device_distance ()</h3>
330
324
  <pre class="programlisting">void cairo_user_to_device_distance (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
331
325
  double *dx,
@@ -336,7 +330,6 @@ function is similar to <a class="link" href="cairo-transformations.html#cairo-us
336
330
  translation components of the CTM will be ignored when transforming
337
331
  (<em class="parameter"><code>dx</code></em>,<em class="parameter"><code>dy</code></em>).</p>
338
332
  <p>
339
-
340
333
  </p>
341
334
  <div class="variablelist"><table border="0">
342
335
  <col align="left" valign="top">
@@ -360,7 +353,7 @@ translation components of the CTM will be ignored when transforming
360
353
  </table></div>
361
354
  </div>
362
355
  <hr>
363
- <div class="refsect2" lang="en">
356
+ <div class="refsect2" title="cairo_device_to_user ()">
364
357
  <a name="cairo-device-to-user"></a><h3>cairo_device_to_user ()</h3>
365
358
  <pre class="programlisting">void cairo_device_to_user (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
366
359
  double *x,
@@ -370,7 +363,6 @@ Transform a coordinate from device space to user space by
370
363
  multiplying the given point by the inverse of the current
371
364
  transformation matrix (CTM).</p>
372
365
  <p>
373
-
374
366
  </p>
375
367
  <div class="variablelist"><table border="0">
376
368
  <col align="left" valign="top">
@@ -394,7 +386,7 @@ transformation matrix (CTM).</p>
394
386
  </table></div>
395
387
  </div>
396
388
  <hr>
397
- <div class="refsect2" lang="en">
389
+ <div class="refsect2" title="cairo_device_to_user_distance ()">
398
390
  <a name="cairo-device-to-user-distance"></a><h3>cairo_device_to_user_distance ()</h3>
399
391
  <pre class="programlisting">void cairo_device_to_user_distance (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
400
392
  double *dx,
@@ -405,7 +397,6 @@ function is similar to <a class="link" href="cairo-transformations.html#cairo-de
405
397
  translation components of the inverse CTM will be ignored when
406
398
  transforming (<em class="parameter"><code>dx</code></em>,<em class="parameter"><code>dy</code></em>).</p>
407
399
  <p>
408
-
409
400
  </p>
410
401
  <div class="variablelist"><table border="0">
411
402
  <col align="left" valign="top">
@@ -429,17 +420,17 @@ transforming (<em class="parameter"><code>dx</code></em>,<em class="parameter"><
429
420
  </table></div>
430
421
  </div>
431
422
  </div>
432
- <div class="refsect1" lang="en">
423
+ <div class="refsect1" title="See Also">
433
424
  <a name="cairo-transformations.see-also"></a><h2>See Also</h2>
434
425
  <p>
435
426
  </p>
436
- <div class="itemizedlist"><ul type="disc"><li><a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t"><span class="type">cairo_matrix_t</span></a></li></ul></div>
427
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t"><span class="type">cairo_matrix_t</span></a></li></ul></div>
437
428
  <p>
438
429
  </p>
439
430
  </div>
440
431
  </div>
441
432
  <div class="footer">
442
433
  <hr>
443
- Generated by GTK-Doc V1.10</div>
434
+ Generated by GTK-Doc V1.11</div>
444
435
  </body>
445
436
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Types</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-version-info.html" title="Version Information">
10
10
  <link rel="next" href="index-all.html" title="Index">
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="index-all.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-types.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-types.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-types.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-types.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="Types">
38
40
  <a name="cairo-types"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,7 +45,7 @@
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-types.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
51
  typedef <a class="link" href="cairo-types.html#cairo-bool-t" title="cairo_bool_t">cairo_bool_t</a>;
@@ -51,15 +53,15 @@ typedef <a class="link" href="cairo-types.html#cairo-bool-t" title="
51
53
  void (<a class="link" href="cairo-types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()">*cairo_destroy_func_t</a>) (void *data);
52
54
  </pre>
53
55
  </div>
54
- <div class="refsect1" lang="en">
56
+ <div class="refsect1" title="Description">
55
57
  <a name="cairo-types.description"></a><h2>Description</h2>
56
58
  <p>
57
59
  Generic data types used in the cairo API
58
60
  </p>
59
61
  </div>
60
- <div class="refsect1" lang="en">
62
+ <div class="refsect1" title="Details">
61
63
  <a name="cairo-types.details"></a><h2>Details</h2>
62
- <div class="refsect2" lang="en">
64
+ <div class="refsect2" title="cairo_bool_t">
63
65
  <a name="cairo-bool-t"></a><h3>cairo_bool_t</h3>
64
66
  <pre class="programlisting">typedef int cairo_bool_t;
65
67
  </pre>
@@ -77,11 +79,10 @@ value as a boolean condition.
77
79
  }
78
80
  </pre></div>
79
81
  <p>
80
-
81
82
  </p>
82
83
  </div>
83
84
  <hr>
84
- <div class="refsect2" lang="en">
85
+ <div class="refsect2" title="cairo_user_data_key_t">
85
86
  <a name="cairo-user-data-key-t"></a><h3>cairo_user_data_key_t</h3>
86
87
  <pre class="programlisting">typedef struct {
87
88
  int unused;
@@ -94,7 +95,6 @@ and there is no need to initialize the object; only the unique
94
95
  address of a <span class="type">cairo_data_key_t</span> object is used. Typically, you
95
96
  would just use the address of a static <span class="type">cairo_data_key_t</span> object.</p>
96
97
  <p>
97
-
98
98
  </p>
99
99
  <div class="variablelist"><table border="0">
100
100
  <col align="left" valign="top">
@@ -106,7 +106,7 @@ would just use the address of a static <span class="type">cairo_data_key_t</span
106
106
  </table></div>
107
107
  </div>
108
108
  <hr>
109
- <div class="refsect2" lang="en">
109
+ <div class="refsect2" title="cairo_destroy_func_t ()">
110
110
  <a name="cairo-destroy-func-t"></a><h3>cairo_destroy_func_t ()</h3>
111
111
  <pre class="programlisting">void (*cairo_destroy_func_t) (void *data);</pre>
112
112
  <p>
@@ -114,7 +114,6 @@ would just use the address of a static <span class="type">cairo_data_key_t</span
114
114
  data element is destroyed. It is passed the pointer to the data
115
115
  element and should free any memory and resources allocated for it.</p>
116
116
  <p>
117
-
118
117
  </p>
119
118
  <div class="variablelist"><table border="0">
120
119
  <col align="left" valign="top">
@@ -129,6 +128,6 @@ element and should free any memory and resources allocated for it.</p>
129
128
  </div>
130
129
  <div class="footer">
131
130
  <hr>
132
- Generated by GTK-Doc V1.10</div>
131
+ Generated by GTK-Doc V1.11</div>
133
132
  </body>
134
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>User 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="cairo-fonts.html" title="Fonts">
9
9
  <link rel="prev" href="cairo-quartz-font.html" title="Quartz (CGFont) Fonts">
10
10
  <link rel="next" href="cairo-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">
@@ -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-surfaces.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-user-font.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-user-font.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-user-font.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-user-font.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="User Fonts">
38
40
  <a name="cairo-user-font"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,10 +45,10 @@
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-user-font.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
- #define <a class="link" href="cairo-user-font.html#CAIRO-HAS-USER-FONT:CAPS" title="CAIRO_HAS_USER_FONT">CAIRO_HAS_USER_FONT</a>
51
+ #define <a class="link" href="cairo-user-font.html#CAIRO-HAS-USER-FONT--CAPS" title="CAIRO_HAS_USER_FONT">CAIRO_HAS_USER_FONT</a>
50
52
  <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-user-font.html#cairo-user-scaled-font-init-func-t" title="cairo_user_scaled_font_init_func_t ()">*cairo_user_scaled_font_init_func_t</a>)
51
53
  (<a class="link" href="cairo-scaled-font.html#cairo-scaled-font-t" title="cairo_scaled_font_t">cairo_scaled_font_t</a> *scaled_font,
52
54
  <a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
@@ -69,29 +71,29 @@
69
71
  (<a class="link" href="cairo-scaled-font.html#cairo-scaled-font-t" title="cairo_scaled_font_t">cairo_scaled_font_t</a> *scaled_font,
70
72
  unsigned long unicode,
71
73
  unsigned long *glyph_index);
72
- <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-user-font.html#cairo-user-font-face-create" title="cairo_user_font_face_create ()">cairo_user_font_face_create</a> (void);
74
+ <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-user-font.html#cairo-user-font-face-create" title="cairo_user_font_face_create ()">cairo_user_font_face_create</a> (void);
73
75
  void <a class="link" href="cairo-user-font.html#cairo-user-font-face-set-init-func" title="cairo_user_font_face_set_init_func ()">cairo_user_font_face_set_init_func</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,
74
76
  <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-init-func-t" title="cairo_user_scaled_font_init_func_t ()">cairo_user_scaled_font_init_func_t</a> init_func);
75
- <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-init-func-t" title="cairo_user_scaled_font_init_func_t ()">cairo_user_scaled_font_init_func_t</a> <a class="link" href="cairo-user-font.html#cairo-user-font-face-get-init-func" title="cairo_user_font_face_get_init_func ()">cairo_user_font_face_get_init_func</a>
77
+ <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-init-func-t" title="cairo_user_scaled_font_init_func_t ()">cairo_user_scaled_font_init_func_t</a> <a class="link" href="cairo-user-font.html#cairo-user-font-face-get-init-func" title="cairo_user_font_face_get_init_func ()">cairo_user_font_face_get_init_func</a>
76
78
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);
77
79
  void <a class="link" href="cairo-user-font.html#cairo-user-font-face-set-render-glyph-func" title="cairo_user_font_face_set_render_glyph_func ()">cairo_user_font_face_set_render_glyph_func</a>
78
80
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
79
81
  <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t" title="cairo_user_scaled_font_render_glyph_func_t ()">cairo_user_scaled_font_render_glyph_func_t</a> render_glyph_func);
80
- <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t" title="cairo_user_scaled_font_render_glyph_func_t ()">cairo_user_scaled_font_render_glyph_func_t</a> <a class="link" href="cairo-user-font.html#cairo-user-font-face-get-render-glyph-func" title="cairo_user_font_face_get_render_glyph_func ()">cairo_user_font_face_get_render_glyph_func</a>
82
+ <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t" title="cairo_user_scaled_font_render_glyph_func_t ()">cairo_user_scaled_font_render_glyph_func_t</a> <a class="link" href="cairo-user-font.html#cairo-user-font-face-get-render-glyph-func" title="cairo_user_font_face_get_render_glyph_func ()">cairo_user_font_face_get_render_glyph_func</a>
81
83
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);
82
84
  void <a class="link" href="cairo-user-font.html#cairo-user-font-face-set-unicode-to-glyph-func" title="cairo_user_font_face_set_unicode_to_glyph_func ()">cairo_user_font_face_set_unicode_to_glyph_func</a>
83
85
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
84
86
  <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-unicode-to-glyph-func-t" title="cairo_user_scaled_font_unicode_to_glyph_func_t ()">cairo_user_scaled_font_unicode_to_glyph_func_t</a> unicode_to_glyph_func);
85
- <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-unicode-to-glyph-func-t" title="cairo_user_scaled_font_unicode_to_glyph_func_t ()">cairo_user_scaled_font_unicode_to_glyph_func_t</a> <a class="link" href="cairo-user-font.html#cairo-user-font-face-get-unicode-to-glyph-func" title="cairo_user_font_face_get_unicode_to_glyph_func ()">cairo_user_font_face_get_unicode_to_glyph_func</a>
87
+ <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-unicode-to-glyph-func-t" title="cairo_user_scaled_font_unicode_to_glyph_func_t ()">cairo_user_scaled_font_unicode_to_glyph_func_t</a> <a class="link" href="cairo-user-font.html#cairo-user-font-face-get-unicode-to-glyph-func" title="cairo_user_font_face_get_unicode_to_glyph_func ()">cairo_user_font_face_get_unicode_to_glyph_func</a>
86
88
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);
87
89
  void <a class="link" href="cairo-user-font.html#cairo-user-font-face-set-text-to-glyphs-func" title="cairo_user_font_face_set_text_to_glyphs_func ()">cairo_user_font_face_set_text_to_glyphs_func</a>
88
90
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
89
91
  <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t" title="cairo_user_scaled_font_text_to_glyphs_func_t ()">cairo_user_scaled_font_text_to_glyphs_func_t</a> text_to_glyphs_func);
90
- <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t" title="cairo_user_scaled_font_text_to_glyphs_func_t ()">cairo_user_scaled_font_text_to_glyphs_func_t</a> <a class="link" href="cairo-user-font.html#cairo-user-font-face-get-text-to-glyphs-func" title="cairo_user_font_face_get_text_to_glyphs_func ()">cairo_user_font_face_get_text_to_glyphs_func</a>
92
+ <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t" title="cairo_user_scaled_font_text_to_glyphs_func_t ()">cairo_user_scaled_font_text_to_glyphs_func_t</a> <a class="link" href="cairo-user-font.html#cairo-user-font-face-get-text-to-glyphs-func" title="cairo_user_font_face_get_text_to_glyphs_func ()">cairo_user_font_face_get_text_to_glyphs_func</a>
91
93
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face);
92
94
  </pre>
93
95
  </div>
94
- <div class="refsect1" lang="en">
96
+ <div class="refsect1" title="Description">
95
97
  <a name="cairo-user-font.description"></a><h2>Description</h2>
96
98
  <p>
97
99
  The user-font feature allows the cairo user to provide drawings for glyphs
@@ -99,13 +101,12 @@ in a font. This is most useful in implementing fonts in non-standard
99
101
  formats, like SVG fonts and Flash fonts, but can also be used by games and
100
102
  other application to draw "funky" fonts.
101
103
 
102
-
103
104
  </p>
104
105
  </div>
105
- <div class="refsect1" lang="en">
106
+ <div class="refsect1" title="Details">
106
107
  <a name="cairo-user-font.details"></a><h2>Details</h2>
107
- <div class="refsect2" lang="en">
108
- <a name="CAIRO-HAS-USER-FONT:CAPS"></a><h3>CAIRO_HAS_USER_FONT</h3>
108
+ <div class="refsect2" title="CAIRO_HAS_USER_FONT">
109
+ <a name="CAIRO-HAS-USER-FONT--CAPS"></a><h3>CAIRO_HAS_USER_FONT</h3>
109
110
  <pre class="programlisting">#define CAIRO_HAS_USER_FONT 1
110
111
  </pre>
111
112
  <p>
@@ -114,13 +115,10 @@ This macro can be used to conditionally compile backend-specific code.
114
115
  The user font backend is always built in versions of cairo that support
115
116
  this feature (1.8 and later).
116
117
  </p>
117
- <p class="since">Since 1.8
118
-
119
-
120
- </p>
118
+ <p class="since">Since 1.8</p>
121
119
  </div>
122
120
  <hr>
123
- <div class="refsect2" lang="en">
121
+ <div class="refsect2" title="cairo_user_scaled_font_init_func_t ()">
124
122
  <a name="cairo-user-scaled-font-init-func-t"></a><h3>cairo_user_scaled_font_init_func_t ()</h3>
125
123
  <pre class="programlisting"><a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> (*cairo_user_scaled_font_init_func_t)
126
124
  (<a class="link" href="cairo-scaled-font.html#cairo-scaled-font-t" title="cairo_scaled_font_t">cairo_scaled_font_t</a> *scaled_font,
@@ -153,7 +151,6 @@ Note that <em class="parameter"><code>scaled_font</code></em> is not fully initi
153
151
  point and trying to use it for text operations in the callback will result
154
152
  in deadlock.</p>
155
153
  <p>
156
-
157
154
  </p>
158
155
  <div class="variablelist"><table border="0">
159
156
  <col align="left" valign="top">
@@ -175,18 +172,17 @@ in deadlock.</p>
175
172
  </tr>
176
173
  <tr>
177
174
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
178
- <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> upon success, or
179
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> or any other error status on error.
175
+ <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> upon success, or
176
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR--CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> or any other error status on error.
180
177
 
181
178
  </td>
182
179
  </tr>
183
180
  </tbody>
184
181
  </table></div>
185
- <p class="since">Since 1.8
186
- </p>
182
+ <p class="since">Since 1.8</p>
187
183
  </div>
188
184
  <hr>
189
- <div class="refsect2" lang="en">
185
+ <div class="refsect2" title="cairo_user_scaled_font_render_glyph_func_t ()">
190
186
  <a name="cairo-user-scaled-font-render-glyph-func-t"></a><h3>cairo_user_scaled_font_render_glyph_func_t ()</h3>
191
187
  <pre class="programlisting"><a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> (*cairo_user_scaled_font_render_glyph_func_t)
192
188
  (<a class="link" href="cairo-scaled-font.html#cairo-scaled-font-t" title="cairo_scaled_font_t">cairo_scaled_font_t</a> *scaled_font,
@@ -228,7 +224,6 @@ desired behavior is. However, if for any reason the callback sets the
228
224
  extents, it must be ink extents, and include the extents of all drawing
229
225
  done to <em class="parameter"><code>cr</code></em> in the callback.</p>
230
226
  <p>
231
-
232
227
  </p>
233
228
  <div class="variablelist"><table border="0">
234
229
  <col align="left" valign="top">
@@ -255,18 +250,17 @@ done to <em class="parameter"><code>cr</code></em> in the callback.</p>
255
250
  </tr>
256
251
  <tr>
257
252
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
258
- <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> upon success, or
259
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> or any other error status on error.
253
+ <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> upon success, or
254
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR--CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> or any other error status on error.
260
255
 
261
256
  </td>
262
257
  </tr>
263
258
  </tbody>
264
259
  </table></div>
265
- <p class="since">Since 1.8
266
- </p>
260
+ <p class="since">Since 1.8</p>
267
261
  </div>
268
262
  <hr>
269
- <div class="refsect2" lang="en">
263
+ <div class="refsect2" title="cairo_user_scaled_font_text_to_glyphs_func_t ()">
270
264
  <a name="cairo-user-scaled-font-text-to-glyphs-func-t"></a><h3>cairo_user_scaled_font_text_to_glyphs_func_t ()</h3>
271
265
  <pre class="programlisting"><a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> (*cairo_user_scaled_font_text_to_glyphs_func_t)
272
266
  (<a class="link" href="cairo-scaled-font.html#cairo-scaled-font-t" title="cairo_scaled_font_t">cairo_scaled_font_t</a> *scaled_font,
@@ -289,38 +283,40 @@ as well as complex <em class="firstterm">shaping</em> required for scripts like
289
283
  Arabic and Indic.
290
284
  </p>
291
285
  <p>
292
- The <em class="parameter"><code>num_glyphs</code></em> argument is preset to -1. The callback should allocate an
293
- array for the resulting glyphs (using <code class="function">malloc()</code>), and populate the glyph indices and
294
- positions (in font space) assuming that the text is to be shown at the
295
- origin. Cairo will free the glyph array when done with it, no matter what
296
- the return value of the callback is.
297
- </p>
298
- <p>
299
- If <em class="parameter"><code>glyphs</code></em> initially points to a non-<code class="literal">NULL</code> value, that array can be used
300
- as a glyph buffer, and <em class="parameter"><code>num_glyphs</code></em> points to the number of glyph
301
- entries available there. If the provided glyph array is too short for
286
+ The <em class="parameter"><code>num_glyphs</code></em> argument is preset to the number of glyph entries available
287
+ in the <em class="parameter"><code>glyphs</code></em> buffer. If the <em class="parameter"><code>glyphs</code></em> buffer is <a
288
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
289
+ ><code class="literal">NULL</code></a>, the value of
290
+ <em class="parameter"><code>num_glyphs</code></em> will be zero. If the provided glyph array is too short for
302
291
  the conversion (or for convenience), a new glyph array may be allocated
303
292
  using <a class="link" href="cairo-text.html#cairo-glyph-allocate" title="cairo_glyph_allocate ()"><code class="function">cairo_glyph_allocate()</code></a> and placed in <em class="parameter"><code>glyphs</code></em>. Upon return,
304
- <em class="parameter"><code>num_glyphs</code></em> should contain the number of generated glyphs.
305
- If the value <em class="parameter"><code>glyphs</code></em> points at has changed after the call, cairo will
306
- free the allocated glyph array using <a class="link" href="cairo-text.html#cairo-glyph-free" title="cairo_glyph_free ()"><code class="function">cairo_glyph_free()</code></a>.
307
- </p>
308
- <p>
309
- If <em class="parameter"><code>clusters</code></em> is not <code class="literal">NULL</code>, <em class="parameter"><code>num_clusters</code></em> and <em class="parameter"><code>cluster_flags</code></em> are also non-<code class="literal">NULL</code>,
310
- and cluster mapping should be computed.
311
- The semantics of how cluster array allocation works is similar to the glyph
312
- array. That is,
313
- if <em class="parameter"><code>clusters</code></em> initially points to a non-<code class="literal">NULL</code> value, that array may be used
293
+ <em class="parameter"><code>num_glyphs</code></em> should contain the number of generated glyphs. If the value
294
+ <em class="parameter"><code>glyphs</code></em> points at has changed after the call, the caller will free the
295
+ allocated glyph array using <a class="link" href="cairo-text.html#cairo-glyph-free" title="cairo_glyph_free ()"><code class="function">cairo_glyph_free()</code></a>.
296
+ The callback should populate the glyph indices and positions (in font space)
297
+ assuming that the text is to be shown at the origin.
298
+ </p>
299
+ <p>
300
+ If <em class="parameter"><code>clusters</code></em> is not <a
301
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
302
+ ><code class="literal">NULL</code></a>, <em class="parameter"><code>num_clusters</code></em> and <em class="parameter"><code>cluster_flags</code></em> are also
303
+ non-<a
304
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
305
+ ><code class="literal">NULL</code></a>, and cluster mapping should be computed. The semantics of how
306
+ cluster array allocation works is similar to the glyph array. That is,
307
+ if <em class="parameter"><code>clusters</code></em> initially points to a non-<a
308
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
309
+ ><code class="literal">NULL</code></a> value, that array may be used
314
310
  as a cluster buffer, and <em class="parameter"><code>num_clusters</code></em> points to the number of cluster
315
311
  entries available there. If the provided cluster array is too short for
316
312
  the conversion (or for convenience), a new cluster array may be allocated
317
313
  using <a class="link" href="cairo-text.html#cairo-text-cluster-allocate" title="cairo_text_cluster_allocate ()"><code class="function">cairo_text_cluster_allocate()</code></a> and placed in <em class="parameter"><code>clusters</code></em>. Upon return,
318
314
  <em class="parameter"><code>num_clusters</code></em> should contain the number of generated clusters.
319
- If the value <em class="parameter"><code>clusters</code></em> points at has changed after the call, cairo will
320
- free the allocated cluster array using <a class="link" href="cairo-text.html#cairo-text-cluster-free" title="cairo_text_cluster_free ()"><code class="function">cairo_text_cluster_free()</code></a>.
315
+ If the value <em class="parameter"><code>clusters</code></em> points at has changed after the call, the caller
316
+ will free the allocated cluster array using <a class="link" href="cairo-text.html#cairo-text-cluster-free" title="cairo_text_cluster_free ()"><code class="function">cairo_text_cluster_free()</code></a>.
321
317
  </p>
322
318
  <p>
323
- The callback is optional. If not set, or if <em class="parameter"><code>num_glyphs</code></em> is negative upon
319
+ The callback is optional. If <em class="parameter"><code>num_glyphs</code></em> is negative upon
324
320
  the callback returning, the unicode_to_glyph callback
325
321
  is tried. See <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-unicode-to-glyph-func-t" title="cairo_user_scaled_font_unicode_to_glyph_func_t ()"><span class="type">cairo_user_scaled_font_unicode_to_glyph_func_t</span></a>.
326
322
  </p>
@@ -333,7 +329,6 @@ assume that glyph 0 is a special glyph-not-found glyph. User-fonts
333
329
  are advised to use glyph 0 for such purposes and do not use that
334
330
  glyph value for other purposes.</p>
335
331
  <p>
336
-
337
332
  </p>
338
333
  <div class="variablelist"><table border="0">
339
334
  <col align="left" valign="top">
@@ -365,7 +360,9 @@ glyph value for other purposes.</p>
365
360
  </tr>
366
361
  <tr>
367
362
  <td><p><span class="term"><em class="parameter"><code>clusters</code></em> :</span></p></td>
368
- <td> pointer to array of cluster mapping information to fill, or <code class="literal">NULL</code>
363
+ <td> pointer to array of cluster mapping information to fill, or <a
364
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
365
+ ><code class="literal">NULL</code></a>
369
366
  </td>
370
367
  </tr>
371
368
  <tr>
@@ -381,18 +378,17 @@ glyph value for other purposes.</p>
381
378
  </tr>
382
379
  <tr>
383
380
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
384
- <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> upon success, or
385
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> or any other error status on error.
381
+ <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> upon success, or
382
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR--CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> or any other error status on error.
386
383
 
387
384
  </td>
388
385
  </tr>
389
386
  </tbody>
390
387
  </table></div>
391
- <p class="since">Since 1.8
392
- </p>
388
+ <p class="since">Since 1.8</p>
393
389
  </div>
394
390
  <hr>
395
- <div class="refsect2" lang="en">
391
+ <div class="refsect2" title="cairo_user_scaled_font_unicode_to_glyph_func_t ()">
396
392
  <a name="cairo-user-scaled-font-unicode-to-glyph-func-t"></a><h3>cairo_user_scaled_font_unicode_to_glyph_func_t ()</h3>
397
393
  <pre class="programlisting"><a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> (*cairo_user_scaled_font_unicode_to_glyph_func_t)
398
394
  (<a class="link" href="cairo-scaled-font.html#cairo-scaled-font-t" title="cairo_scaled_font_t">cairo_scaled_font_t</a> *scaled_font,
@@ -427,7 +423,6 @@ assume that glyph 0 is a special glyph-not-found glyph. User-fonts
427
423
  are advised to use glyph 0 for such purposes and do not use that
428
424
  glyph value for other purposes.</p>
429
425
  <p>
430
-
431
426
  </p>
432
427
  <div class="variablelist"><table border="0">
433
428
  <col align="left" valign="top">
@@ -449,20 +444,19 @@ glyph value for other purposes.</p>
449
444
  </tr>
450
445
  <tr>
451
446
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
452
- <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> upon success, or
453
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> or any other error status on error.
447
+ <td> <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> upon success, or
448
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR--CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> or any other error status on error.
454
449
 
455
450
  </td>
456
451
  </tr>
457
452
  </tbody>
458
453
  </table></div>
459
- <p class="since">Since 1.8
460
- </p>
454
+ <p class="since">Since 1.8</p>
461
455
  </div>
462
456
  <hr>
463
- <div class="refsect2" lang="en">
457
+ <div class="refsect2" title="cairo_user_font_face_create ()">
464
458
  <a name="cairo-user-font-face-create"></a><h3>cairo_user_font_face_create ()</h3>
465
- <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_user_font_face_create (void);</pre>
459
+ <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_user_font_face_create (void);</pre>
466
460
  <p>
467
461
  Creates a new user font-face.
468
462
  </p>
@@ -477,7 +471,6 @@ and access it from the user-font callbacks by using
477
471
  <a class="link" href="cairo-scaled-font.html#cairo-scaled-font-get-font-face" title="cairo_scaled_font_get_font_face ()"><code class="function">cairo_scaled_font_get_font_face()</code></a> followed by
478
472
  <a class="link" href="cairo-font-face.html#cairo-font-face-get-user-data" title="cairo_font_face_get_user_data ()"><code class="function">cairo_font_face_get_user_data()</code></a>.</p>
479
473
  <p>
480
-
481
474
  </p>
482
475
  <div class="variablelist"><table border="0">
483
476
  <col align="left" valign="top">
@@ -489,11 +482,10 @@ and access it from the user-font callbacks by using
489
482
  </td>
490
483
  </tr></tbody>
491
484
  </table></div>
492
- <p class="since">Since 1.8
493
- </p>
485
+ <p class="since">Since 1.8</p>
494
486
  </div>
495
487
  <hr>
496
- <div class="refsect2" lang="en">
488
+ <div class="refsect2" title="cairo_user_font_face_set_init_func ()">
497
489
  <a name="cairo-user-font-face-set-init-func"></a><h3>cairo_user_font_face_set_init_func ()</h3>
498
490
  <pre class="programlisting">void cairo_user_font_face_set_init_func (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
499
491
  <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-init-func-t" title="cairo_user_scaled_font_init_func_t ()">cairo_user_scaled_font_init_func_t</a> init_func);</pre>
@@ -503,11 +495,10 @@ See <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-init-func-
503
495
  works.
504
496
  </p>
505
497
  <p>
506
- The font-face should not be immutable or a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-IMMUTABLE:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></a>
498
+ The font-face should not be immutable or a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-IMMUTABLE--CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></a>
507
499
  error will occur. A user font-face is immutable as soon as a scaled-font
508
500
  is created from it.</p>
509
501
  <p>
510
-
511
502
  </p>
512
503
  <div class="variablelist"><table border="0">
513
504
  <col align="left" valign="top">
@@ -519,23 +510,23 @@ is created from it.</p>
519
510
  </tr>
520
511
  <tr>
521
512
  <td><p><span class="term"><em class="parameter"><code>init_func</code></em> :</span></p></td>
522
- <td> The init callback, or <code class="literal">NULL</code>
513
+ <td> The init callback, or <a
514
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
515
+ ><code class="literal">NULL</code></a>
523
516
  </td>
524
517
  </tr>
525
518
  </tbody>
526
519
  </table></div>
527
- <p class="since">Since 1.8
528
- </p>
520
+ <p class="since">Since 1.8</p>
529
521
  </div>
530
522
  <hr>
531
- <div class="refsect2" lang="en">
523
+ <div class="refsect2" title="cairo_user_font_face_get_init_func ()">
532
524
  <a name="cairo-user-font-face-get-init-func"></a><h3>cairo_user_font_face_get_init_func ()</h3>
533
- <pre class="programlisting"><a class="link" href="cairo-user-font.html#cairo-user-scaled-font-init-func-t" title="cairo_user_scaled_font_init_func_t ()">cairo_user_scaled_font_init_func_t</a> cairo_user_font_face_get_init_func
525
+ <pre class="programlisting"><a class="link" href="cairo-user-font.html#cairo-user-scaled-font-init-func-t" title="cairo_user_scaled_font_init_func_t ()">cairo_user_scaled_font_init_func_t</a> cairo_user_font_face_get_init_func
534
526
  (<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>
535
527
  <p>
536
528
  Gets the scaled-font initialization function of a user-font.</p>
537
529
  <p>
538
-
539
530
  </p>
540
531
  <div class="variablelist"><table border="0">
541
532
  <col align="left" valign="top">
@@ -548,17 +539,18 @@ Gets the scaled-font initialization function of a user-font.</p>
548
539
  <tr>
549
540
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
550
541
  <td> The init callback of <em class="parameter"><code>font_face</code></em>
551
- or <code class="literal">NULL</code> if none set.
542
+ or <a
543
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
544
+ ><code class="literal">NULL</code></a> if none set or an error has occurred.
552
545
 
553
546
  </td>
554
547
  </tr>
555
548
  </tbody>
556
549
  </table></div>
557
- <p class="since">Since 1.8
558
- </p>
550
+ <p class="since">Since 1.8</p>
559
551
  </div>
560
552
  <hr>
561
- <div class="refsect2" lang="en">
553
+ <div class="refsect2" title="cairo_user_font_face_set_render_glyph_func ()">
562
554
  <a name="cairo-user-font-face-set-render-glyph-func"></a><h3>cairo_user_font_face_set_render_glyph_func ()</h3>
563
555
  <pre class="programlisting">void cairo_user_font_face_set_render_glyph_func
564
556
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
@@ -569,16 +561,17 @@ See <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-render-gly
569
561
  works.
570
562
  </p>
571
563
  <p>
572
- The font-face should not be immutable or a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-IMMUTABLE:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></a>
564
+ The font-face should not be immutable or a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-IMMUTABLE--CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></a>
573
565
  error will occur. A user font-face is immutable as soon as a scaled-font
574
566
  is created from it.
575
567
  </p>
576
568
  <p>
577
569
  The render_glyph callback is the only mandatory callback of a user-font.
578
- If the callback is <code class="literal">NULL</code> and a glyph is tried to be rendered using
579
- <em class="parameter"><code>font_face</code></em>, a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> will occur.</p>
570
+ If the callback is <a
571
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
572
+ ><code class="literal">NULL</code></a> and a glyph is tried to be rendered using
573
+ <em class="parameter"><code>font_face</code></em>, a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-ERROR--CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> will occur.</p>
580
574
  <p>
581
-
582
575
  </p>
583
576
  <div class="variablelist"><table border="0">
584
577
  <col align="left" valign="top">
@@ -590,23 +583,23 @@ If the callback is <code class="literal">NULL</code> and a glyph is tried to be
590
583
  </tr>
591
584
  <tr>
592
585
  <td><p><span class="term"><em class="parameter"><code>render_glyph_func</code></em> :</span></p></td>
593
- <td> The render_glyph callback, or <code class="literal">NULL</code>
586
+ <td> The render_glyph callback, or <a
587
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
588
+ ><code class="literal">NULL</code></a>
594
589
  </td>
595
590
  </tr>
596
591
  </tbody>
597
592
  </table></div>
598
- <p class="since">Since 1.8
599
- </p>
593
+ <p class="since">Since 1.8</p>
600
594
  </div>
601
595
  <hr>
602
- <div class="refsect2" lang="en">
596
+ <div class="refsect2" title="cairo_user_font_face_get_render_glyph_func ()">
603
597
  <a name="cairo-user-font-face-get-render-glyph-func"></a><h3>cairo_user_font_face_get_render_glyph_func ()</h3>
604
- <pre class="programlisting"><a class="link" href="cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t" title="cairo_user_scaled_font_render_glyph_func_t ()">cairo_user_scaled_font_render_glyph_func_t</a> cairo_user_font_face_get_render_glyph_func
598
+ <pre class="programlisting"><a class="link" href="cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t" title="cairo_user_scaled_font_render_glyph_func_t ()">cairo_user_scaled_font_render_glyph_func_t</a> cairo_user_font_face_get_render_glyph_func
605
599
  (<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>
606
600
  <p>
607
601
  Gets the glyph rendering function of a user-font.</p>
608
602
  <p>
609
-
610
603
  </p>
611
604
  <div class="variablelist"><table border="0">
612
605
  <col align="left" valign="top">
@@ -619,17 +612,18 @@ Gets the glyph rendering function of a user-font.</p>
619
612
  <tr>
620
613
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
621
614
  <td> The render_glyph callback of <em class="parameter"><code>font_face</code></em>
622
- or <code class="literal">NULL</code> if none set.
615
+ or <a
616
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
617
+ ><code class="literal">NULL</code></a> if none set or an error has occurred.
623
618
 
624
619
  </td>
625
620
  </tr>
626
621
  </tbody>
627
622
  </table></div>
628
- <p class="since">Since 1.8
629
- </p>
623
+ <p class="since">Since 1.8</p>
630
624
  </div>
631
625
  <hr>
632
- <div class="refsect2" lang="en">
626
+ <div class="refsect2" title="cairo_user_font_face_set_unicode_to_glyph_func ()">
633
627
  <a name="cairo-user-font-face-set-unicode-to-glyph-func"></a><h3>cairo_user_font_face_set_unicode_to_glyph_func ()</h3>
634
628
  <pre class="programlisting">void cairo_user_font_face_set_unicode_to_glyph_func
635
629
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
@@ -640,11 +634,10 @@ See <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-unicode-to
640
634
  works.
641
635
  </p>
642
636
  <p>
643
- The font-face should not be immutable or a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-IMMUTABLE:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></a>
637
+ The font-face should not be immutable or a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-IMMUTABLE--CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></a>
644
638
  error will occur. A user font-face is immutable as soon as a scaled-font
645
639
  is created from it.</p>
646
640
  <p>
647
-
648
641
  </p>
649
642
  <div class="variablelist"><table border="0">
650
643
  <col align="left" valign="top">
@@ -656,23 +649,23 @@ is created from it.</p>
656
649
  </tr>
657
650
  <tr>
658
651
  <td><p><span class="term"><em class="parameter"><code>unicode_to_glyph_func</code></em> :</span></p></td>
659
- <td> The unicode_to_glyph callback, or <code class="literal">NULL</code>
652
+ <td> The unicode_to_glyph callback, or <a
653
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
654
+ ><code class="literal">NULL</code></a>
660
655
  </td>
661
656
  </tr>
662
657
  </tbody>
663
658
  </table></div>
664
- <p class="since">Since 1.8
665
- </p>
659
+ <p class="since">Since 1.8</p>
666
660
  </div>
667
661
  <hr>
668
- <div class="refsect2" lang="en">
662
+ <div class="refsect2" title="cairo_user_font_face_get_unicode_to_glyph_func ()">
669
663
  <a name="cairo-user-font-face-get-unicode-to-glyph-func"></a><h3>cairo_user_font_face_get_unicode_to_glyph_func ()</h3>
670
- <pre class="programlisting"><a class="link" href="cairo-user-font.html#cairo-user-scaled-font-unicode-to-glyph-func-t" title="cairo_user_scaled_font_unicode_to_glyph_func_t ()">cairo_user_scaled_font_unicode_to_glyph_func_t</a> cairo_user_font_face_get_unicode_to_glyph_func
664
+ <pre class="programlisting"><a class="link" href="cairo-user-font.html#cairo-user-scaled-font-unicode-to-glyph-func-t" title="cairo_user_scaled_font_unicode_to_glyph_func_t ()">cairo_user_scaled_font_unicode_to_glyph_func_t</a> cairo_user_font_face_get_unicode_to_glyph_func
671
665
  (<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>
672
666
  <p>
673
667
  Gets the unicode-to-glyph conversion function of a user-font.</p>
674
668
  <p>
675
-
676
669
  </p>
677
670
  <div class="variablelist"><table border="0">
678
671
  <col align="left" valign="top">
@@ -685,17 +678,18 @@ Gets the unicode-to-glyph conversion function of a user-font.</p>
685
678
  <tr>
686
679
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
687
680
  <td> The unicode_to_glyph callback of <em class="parameter"><code>font_face</code></em>
688
- or <code class="literal">NULL</code> if none set.
681
+ or <a
682
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
683
+ ><code class="literal">NULL</code></a> if none set or an error occurred.
689
684
 
690
685
  </td>
691
686
  </tr>
692
687
  </tbody>
693
688
  </table></div>
694
- <p class="since">Since 1.8
695
- </p>
689
+ <p class="since">Since 1.8</p>
696
690
  </div>
697
691
  <hr>
698
- <div class="refsect2" lang="en">
692
+ <div class="refsect2" title="cairo_user_font_face_set_text_to_glyphs_func ()">
699
693
  <a name="cairo-user-font-face-set-text-to-glyphs-func"></a><h3>cairo_user_font_face_set_text_to_glyphs_func ()</h3>
700
694
  <pre class="programlisting">void cairo_user_font_face_set_text_to_glyphs_func
701
695
  (<a class="link" href="cairo-font-face.html#cairo-font-face-t" title="cairo_font_face_t">cairo_font_face_t</a> *font_face,
@@ -706,11 +700,10 @@ See <a class="link" href="cairo-user-font.html#cairo-user-scaled-font-text-to-gl
706
700
  works.
707
701
  </p>
708
702
  <p>
709
- The font-face should not be immutable or a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-IMMUTABLE:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></a>
703
+ The font-face should not be immutable or a <a class="link" href="cairo-error-status.html#CAIRO-STATUS-USER-FONT-IMMUTABLE--CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_IMMUTABLE</code></a>
710
704
  error will occur. A user font-face is immutable as soon as a scaled-font
711
705
  is created from it.</p>
712
706
  <p>
713
-
714
707
  </p>
715
708
  <div class="variablelist"><table border="0">
716
709
  <col align="left" valign="top">
@@ -722,23 +715,23 @@ is created from it.</p>
722
715
  </tr>
723
716
  <tr>
724
717
  <td><p><span class="term"><em class="parameter"><code>text_to_glyphs_func</code></em> :</span></p></td>
725
- <td> The text_to_glyphs callback, or <code class="literal">NULL</code>
718
+ <td> The text_to_glyphs callback, or <a
719
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
720
+ ><code class="literal">NULL</code></a>
726
721
  </td>
727
722
  </tr>
728
723
  </tbody>
729
724
  </table></div>
730
- <p class="since">Since 1.8
731
- </p>
725
+ <p class="since">Since 1.8</p>
732
726
  </div>
733
727
  <hr>
734
- <div class="refsect2" lang="en">
728
+ <div class="refsect2" title="cairo_user_font_face_get_text_to_glyphs_func ()">
735
729
  <a name="cairo-user-font-face-get-text-to-glyphs-func"></a><h3>cairo_user_font_face_get_text_to_glyphs_func ()</h3>
736
- <pre class="programlisting"><a class="link" href="cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t" title="cairo_user_scaled_font_text_to_glyphs_func_t ()">cairo_user_scaled_font_text_to_glyphs_func_t</a> cairo_user_font_face_get_text_to_glyphs_func
730
+ <pre class="programlisting"><a class="link" href="cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t" title="cairo_user_scaled_font_text_to_glyphs_func_t ()">cairo_user_scaled_font_text_to_glyphs_func_t</a> cairo_user_font_face_get_text_to_glyphs_func
737
731
  (<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>
738
732
  <p>
739
733
  Gets the text-to-glyphs conversion function of a user-font.</p>
740
734
  <p>
741
-
742
735
  </p>
743
736
  <div class="variablelist"><table border="0">
744
737
  <col align="left" valign="top">
@@ -751,19 +744,20 @@ Gets the text-to-glyphs conversion function of a user-font.</p>
751
744
  <tr>
752
745
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
753
746
  <td> The text_to_glyphs callback of <em class="parameter"><code>font_face</code></em>
754
- or <code class="literal">NULL</code> if none set.
747
+ or <a
748
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
749
+ ><code class="literal">NULL</code></a> if none set or an error occurred.
755
750
 
756
751
  </td>
757
752
  </tr>
758
753
  </tbody>
759
754
  </table></div>
760
- <p class="since">Since 1.8
761
- </p>
755
+ <p class="since">Since 1.8</p>
762
756
  </div>
763
757
  </div>
764
758
  </div>
765
759
  <div class="footer">
766
760
  <hr>
767
- Generated by GTK-Doc V1.10</div>
761
+ Generated by GTK-Doc V1.11</div>
768
762
  </body>
769
763
  </html>