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>PostScript Surfaces</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="cairo-surfaces.html" title="Surfaces">
9
9
  <link rel="prev" href="cairo-png-functions.html" title="PNG Support">
10
10
  <link rel="next" href="cairo-win32-surface.html" title="Win32 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-win32-surface.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-ps-surface.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-ps-surface.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-ps-surface.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-ps-surface.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="PostScript Surfaces">
38
40
  <a name="cairo-ps-surface"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,14 +45,14 @@
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-ps-surface.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
- #define <a class="link" href="cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE:CAPS" title="CAIRO_HAS_PS_SURFACE">CAIRO_HAS_PS_SURFACE</a>
50
- <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-create" title="cairo_ps_surface_create ()">cairo_ps_surface_create</a> (const char *filename,
51
+ #define <a class="link" href="cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE--CAPS" title="CAIRO_HAS_PS_SURFACE">CAIRO_HAS_PS_SURFACE</a>
52
+ <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> * <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-create" title="cairo_ps_surface_create ()">cairo_ps_surface_create</a> (const char *filename,
51
53
  double width_in_points,
52
54
  double height_in_points);
53
- <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-create-for-stream" title="cairo_ps_surface_create_for_stream ()">cairo_ps_surface_create_for_stream</a> (<a class="link" href="cairo-png-functions.html#cairo-write-func-t" title="cairo_write_func_t ()">cairo_write_func_t</a> write_func,
55
+ <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> * <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-create-for-stream" title="cairo_ps_surface_create_for_stream ()">cairo_ps_surface_create_for_stream</a> (<a class="link" href="cairo-png-functions.html#cairo-write-func-t" title="cairo_write_func_t ()">cairo_write_func_t</a> write_func,
54
56
  void *closure,
55
57
  double width_in_points,
56
58
  double height_in_points);
@@ -59,7 +61,7 @@ void <a class="link" href="cairo-ps-surface.html#cairo-ps-surface
59
61
  enum <a class="link" href="cairo-ps-surface.html#cairo-ps-level-t" title="enum cairo_ps_level_t">cairo_ps_level_t</a>;
60
62
  void <a class="link" href="cairo-ps-surface.html#cairo-ps-get-levels" title="cairo_ps_get_levels ()">cairo_ps_get_levels</a> (<a class="link" href="cairo-ps-surface.html#cairo-ps-level-t" title="enum cairo_ps_level_t">cairo_ps_level_t</a> const **levels,
61
63
  int *num_levels);
62
- const char* <a class="link" href="cairo-ps-surface.html#cairo-ps-level-to-string" title="cairo_ps_level_to_string ()">cairo_ps_level_to_string</a> (<a class="link" href="cairo-ps-surface.html#cairo-ps-level-t" title="enum cairo_ps_level_t">cairo_ps_level_t</a> level);
64
+ const char * <a class="link" href="cairo-ps-surface.html#cairo-ps-level-to-string" title="cairo_ps_level_to_string ()">cairo_ps_level_to_string</a> (<a class="link" href="cairo-ps-surface.html#cairo-ps-level-t" title="enum cairo_ps_level_t">cairo_ps_level_t</a> level);
63
65
  void <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-set-eps" title="cairo_ps_surface_set_eps ()">cairo_ps_surface_set_eps</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
64
66
  <a class="link" href="cairo-types.html#cairo-bool-t" title="cairo_bool_t">cairo_bool_t</a> eps);
65
67
  <a class="link" href="cairo-types.html#cairo-bool-t" title="cairo_bool_t">cairo_bool_t</a> <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-get-eps" title="cairo_ps_surface_get_eps ()">cairo_ps_surface_get_eps</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
@@ -73,17 +75,17 @@ void <a class="link" href="cairo-ps-surface.html#cairo-ps-surface
73
75
  const char *comment);
74
76
  </pre>
75
77
  </div>
76
- <div class="refsect1" lang="en">
78
+ <div class="refsect1" title="Description">
77
79
  <a name="cairo-ps-surface.description"></a><h2>Description</h2>
78
80
  <p>
79
81
  The PostScript surface is used to render cairo graphics to Adobe
80
82
  PostScript files and is a multi-page vector surface backend.
81
83
  </p>
82
84
  </div>
83
- <div class="refsect1" lang="en">
85
+ <div class="refsect1" title="Details">
84
86
  <a name="cairo-ps-surface.details"></a><h2>Details</h2>
85
- <div class="refsect2" lang="en">
86
- <a name="CAIRO-HAS-PS-SURFACE:CAPS"></a><h3>CAIRO_HAS_PS_SURFACE</h3>
87
+ <div class="refsect2" title="CAIRO_HAS_PS_SURFACE">
88
+ <a name="CAIRO-HAS-PS-SURFACE--CAPS"></a><h3>CAIRO_HAS_PS_SURFACE</h3>
87
89
  <pre class="programlisting">#define CAIRO_HAS_PS_SURFACE 1
88
90
  </pre>
89
91
  <p>
@@ -92,9 +94,9 @@ This macro can be used to conditionally compile backend-specific code.
92
94
  </p>
93
95
  </div>
94
96
  <hr>
95
- <div class="refsect2" lang="en">
97
+ <div class="refsect2" title="cairo_ps_surface_create ()">
96
98
  <a name="cairo-ps-surface-create"></a><h3>cairo_ps_surface_create ()</h3>
97
- <pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_ps_surface_create (const char *filename,
99
+ <pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> * cairo_ps_surface_create (const char *filename,
98
100
  double width_in_points,
99
101
  double height_in_points);</pre>
100
102
  <p>
@@ -107,14 +109,18 @@ simply writing it to a named file.
107
109
  Note that the size of individual pages of the PostScript output can
108
110
  vary. See <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-set-size" title="cairo_ps_surface_set_size ()"><code class="function">cairo_ps_surface_set_size()</code></a>.</p>
109
111
  <p>
110
-
111
112
  </p>
112
113
  <div class="variablelist"><table border="0">
113
114
  <col align="left" valign="top">
114
115
  <tbody>
115
116
  <tr>
116
117
  <td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
117
- <td> a filename for the PS output (must be writable)
118
+ <td> a filename for the PS output (must be writable), <a
119
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
120
+ ><code class="literal">NULL</code></a> may be
121
+ used to specify no output. This will generate a PS surface that
122
+ may be queried and used as a source, without generating a
123
+ temporary file.
118
124
  </td>
119
125
  </tr>
120
126
  <tr>
@@ -141,13 +147,12 @@ occurs. You can use <a class="link" href="cairo-surface.html#cairo-surface-statu
141
147
  </tr>
142
148
  </tbody>
143
149
  </table></div>
144
- <p class="since">Since 1.2
145
- </p>
150
+ <p class="since">Since 1.2</p>
146
151
  </div>
147
152
  <hr>
148
- <div class="refsect2" lang="en">
153
+ <div class="refsect2" title="cairo_ps_surface_create_for_stream ()">
149
154
  <a name="cairo-ps-surface-create-for-stream"></a><h3>cairo_ps_surface_create_for_stream ()</h3>
150
- <pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_ps_surface_create_for_stream (<a class="link" href="cairo-png-functions.html#cairo-write-func-t" title="cairo_write_func_t ()">cairo_write_func_t</a> write_func,
155
+ <pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> * cairo_ps_surface_create_for_stream (<a class="link" href="cairo-png-functions.html#cairo-write-func-t" title="cairo_write_func_t ()">cairo_write_func_t</a> write_func,
151
156
  void *closure,
152
157
  double width_in_points,
153
158
  double height_in_points);</pre>
@@ -161,14 +166,18 @@ to simply direct the PostScript output to a named file.
161
166
  Note that the size of individual pages of the PostScript
162
167
  output can vary. See <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-set-size" title="cairo_ps_surface_set_size ()"><code class="function">cairo_ps_surface_set_size()</code></a>.</p>
163
168
  <p>
164
-
165
169
  </p>
166
170
  <div class="variablelist"><table border="0">
167
171
  <col align="left" valign="top">
168
172
  <tbody>
169
173
  <tr>
170
174
  <td><p><span class="term"><em class="parameter"><code>write_func</code></em> :</span></p></td>
171
- <td> a <a class="link" href="cairo-png-functions.html#cairo-write-func-t" title="cairo_write_func_t ()"><span class="type">cairo_write_func_t</span></a> to accept the output data
175
+ <td> a <a class="link" href="cairo-png-functions.html#cairo-write-func-t" title="cairo_write_func_t ()"><span class="type">cairo_write_func_t</span></a> to accept the output data, may be <a
176
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
177
+ ><code class="literal">NULL</code></a>
178
+ to indicate a no-op <em class="parameter"><code>write_func</code></em>. With a no-op <em class="parameter"><code>write_func</code></em>,
179
+ the surface may be queried or used as a source without
180
+ generating any temporary files.
172
181
  </td>
173
182
  </tr>
174
183
  <tr>
@@ -200,11 +209,10 @@ occurs. You can use <a class="link" href="cairo-surface.html#cairo-surface-statu
200
209
  </tr>
201
210
  </tbody>
202
211
  </table></div>
203
- <p class="since">Since 1.2
204
- </p>
212
+ <p class="since">Since 1.2</p>
205
213
  </div>
206
214
  <hr>
207
- <div class="refsect2" lang="en">
215
+ <div class="refsect2" title="cairo_ps_surface_restrict_to_level ()">
208
216
  <a name="cairo-ps-surface-restrict-to-level"></a><h3>cairo_ps_surface_restrict_to_level ()</h3>
209
217
  <pre class="programlisting">void cairo_ps_surface_restrict_to_level (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
210
218
  <a class="link" href="cairo-ps-surface.html#cairo-ps-level-t" title="enum cairo_ps_level_t">cairo_ps_level_t</a> level);</pre>
@@ -219,7 +227,6 @@ have been performed on the given surface. The simplest way to do
219
227
  this is to call this function immediately after creating the
220
228
  surface.</p>
221
229
  <p>
222
-
223
230
  </p>
224
231
  <div class="variablelist"><table border="0">
225
232
  <col align="left" valign="top">
@@ -236,11 +243,10 @@ surface.</p>
236
243
  </tr>
237
244
  </tbody>
238
245
  </table></div>
239
- <p class="since">Since 1.6
240
- </p>
246
+ <p class="since">Since 1.6</p>
241
247
  </div>
242
248
  <hr>
243
- <div class="refsect2" lang="en">
249
+ <div class="refsect2" title="enum cairo_ps_level_t">
244
250
  <a name="cairo-ps-level-t"></a><h3>enum cairo_ps_level_t</h3>
245
251
  <pre class="programlisting">typedef enum _cairo_ps_level {
246
252
  CAIRO_PS_LEVEL_2,
@@ -252,18 +258,17 @@ surface.</p>
252
258
  PostScript Language Reference that a generated PostScript file will
253
259
  conform to.</p>
254
260
  <p>
255
-
256
261
  </p>
257
262
  <div class="variablelist"><table border="0">
258
263
  <col align="left" valign="top">
259
264
  <tbody>
260
265
  <tr>
261
- <td><p><a name="CAIRO-PS-LEVEL-2:CAPS"></a><span class="term"><code class="literal">CAIRO_PS_LEVEL_2</code></span></p></td>
266
+ <td><p><a name="CAIRO-PS-LEVEL-2--CAPS"></a><span class="term"><code class="literal">CAIRO_PS_LEVEL_2</code></span></p></td>
262
267
  <td> The language level 2 of the PostScript specification.
263
268
  </td>
264
269
  </tr>
265
270
  <tr>
266
- <td><p><a name="CAIRO-PS-LEVEL-3:CAPS"></a><span class="term"><code class="literal">CAIRO_PS_LEVEL_3</code></span></p></td>
271
+ <td><p><a name="CAIRO-PS-LEVEL-3--CAPS"></a><span class="term"><code class="literal">CAIRO_PS_LEVEL_3</code></span></p></td>
267
272
  <td> The language level 3 of the PostScript specification.
268
273
  </td>
269
274
  </tr>
@@ -271,7 +276,7 @@ conform to.</p>
271
276
  </table></div>
272
277
  </div>
273
278
  <hr>
274
- <div class="refsect2" lang="en">
279
+ <div class="refsect2" title="cairo_ps_get_levels ()">
275
280
  <a name="cairo-ps-get-levels"></a><h3>cairo_ps_get_levels ()</h3>
276
281
  <pre class="programlisting">void cairo_ps_get_levels (<a class="link" href="cairo-ps-surface.html#cairo-ps-level-t" title="enum cairo_ps_level_t">cairo_ps_level_t</a> const **levels,
277
282
  int *num_levels);</pre>
@@ -279,7 +284,6 @@ conform to.</p>
279
284
  Used to retrieve the list of supported levels. See
280
285
  <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-restrict-to-level" title="cairo_ps_surface_restrict_to_level ()"><code class="function">cairo_ps_surface_restrict_to_level()</code></a>.</p>
281
286
  <p>
282
-
283
287
  </p>
284
288
  <div class="variablelist"><table border="0">
285
289
  <col align="left" valign="top">
@@ -296,19 +300,19 @@ Used to retrieve the list of supported levels. See
296
300
  </tr>
297
301
  </tbody>
298
302
  </table></div>
299
- <p class="since">Since 1.6
300
- </p>
303
+ <p class="since">Since 1.6</p>
301
304
  </div>
302
305
  <hr>
303
- <div class="refsect2" lang="en">
306
+ <div class="refsect2" title="cairo_ps_level_to_string ()">
304
307
  <a name="cairo-ps-level-to-string"></a><h3>cairo_ps_level_to_string ()</h3>
305
- <pre class="programlisting">const char* cairo_ps_level_to_string (<a class="link" href="cairo-ps-surface.html#cairo-ps-level-t" title="enum cairo_ps_level_t">cairo_ps_level_t</a> level);</pre>
308
+ <pre class="programlisting">const char * cairo_ps_level_to_string (<a class="link" href="cairo-ps-surface.html#cairo-ps-level-t" title="enum cairo_ps_level_t">cairo_ps_level_t</a> level);</pre>
306
309
  <p>
307
310
  Get the string representation of the given <em class="parameter"><code>level</code></em> id. This function
308
- will return <code class="literal">NULL</code> if <em class="parameter"><code>level</code></em> id isn't valid. See <a class="link" href="cairo-ps-surface.html#cairo-ps-get-levels" title="cairo_ps_get_levels ()"><code class="function">cairo_ps_get_levels()</code></a>
311
+ will return <a
312
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
313
+ ><code class="literal">NULL</code></a> if <em class="parameter"><code>level</code></em> id isn't valid. See <a class="link" href="cairo-ps-surface.html#cairo-ps-get-levels" title="cairo_ps_get_levels ()"><code class="function">cairo_ps_get_levels()</code></a>
309
314
  for a way to get the list of valid level ids.</p>
310
315
  <p>
311
-
312
316
  </p>
313
317
  <div class="variablelist"><table border="0">
314
318
  <col align="left" valign="top">
@@ -326,16 +330,17 @@ for a way to get the list of valid level ids.</p>
326
330
  </tr>
327
331
  </tbody>
328
332
  </table></div>
329
- <p class="since">Since 1.6
330
- </p>
333
+ <p class="since">Since 1.6</p>
331
334
  </div>
332
335
  <hr>
333
- <div class="refsect2" lang="en">
336
+ <div class="refsect2" title="cairo_ps_surface_set_eps ()">
334
337
  <a name="cairo-ps-surface-set-eps"></a><h3>cairo_ps_surface_set_eps ()</h3>
335
338
  <pre class="programlisting">void cairo_ps_surface_set_eps (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
336
339
  <a class="link" href="cairo-types.html#cairo-bool-t" title="cairo_bool_t">cairo_bool_t</a> eps);</pre>
337
340
  <p>
338
- If <em class="parameter"><code>eps</code></em> is <code class="literal">TRUE</code>, the PostScript surface will output Encapsulated
341
+ If <em class="parameter"><code>eps</code></em> is <a
342
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
343
+ ><code class="literal">TRUE</code></a>, the PostScript surface will output Encapsulated
339
344
  PostScript.
340
345
  </p>
341
346
  <p>
@@ -345,7 +350,6 @@ this is to call this function immediately after creating the
345
350
  surface. An Encapsulated PostScript file should never contain more
346
351
  than one page.</p>
347
352
  <p>
348
-
349
353
  </p>
350
354
  <div class="variablelist"><table border="0">
351
355
  <col align="left" valign="top">
@@ -357,22 +361,22 @@ than one page.</p>
357
361
  </tr>
358
362
  <tr>
359
363
  <td><p><span class="term"><em class="parameter"><code>eps</code></em> :</span></p></td>
360
- <td> <code class="literal">TRUE</code> to output EPS format PostScript
364
+ <td> <a
365
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
366
+ ><code class="literal">TRUE</code></a> to output EPS format PostScript
361
367
  </td>
362
368
  </tr>
363
369
  </tbody>
364
370
  </table></div>
365
- <p class="since">Since 1.6
366
- </p>
371
+ <p class="since">Since 1.6</p>
367
372
  </div>
368
373
  <hr>
369
- <div class="refsect2" lang="en">
374
+ <div class="refsect2" title="cairo_ps_surface_get_eps ()">
370
375
  <a name="cairo-ps-surface-get-eps"></a><h3>cairo_ps_surface_get_eps ()</h3>
371
376
  <pre class="programlisting"><a class="link" href="cairo-types.html#cairo-bool-t" title="cairo_bool_t">cairo_bool_t</a> cairo_ps_surface_get_eps (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
372
377
  <p>
373
378
  Check whether the PostScript surface will output Encapsulated PostScript.</p>
374
379
  <p>
375
-
376
380
  </p>
377
381
  <div class="variablelist"><table border="0">
378
382
  <col align="left" valign="top">
@@ -384,17 +388,18 @@ Check whether the PostScript surface will output Encapsulated PostScript.</p>
384
388
  </tr>
385
389
  <tr>
386
390
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
387
- <td> <code class="literal">TRUE</code> if the surface will output Encapsulated PostScript.
391
+ <td> <a
392
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
393
+ ><code class="literal">TRUE</code></a> if the surface will output Encapsulated PostScript.
388
394
 
389
395
  </td>
390
396
  </tr>
391
397
  </tbody>
392
398
  </table></div>
393
- <p class="since">Since 1.6
394
- </p>
399
+ <p class="since">Since 1.6</p>
395
400
  </div>
396
401
  <hr>
397
- <div class="refsect2" lang="en">
402
+ <div class="refsect2" title="cairo_ps_surface_set_size ()">
398
403
  <a name="cairo-ps-surface-set-size"></a><h3>cairo_ps_surface_set_size ()</h3>
399
404
  <pre class="programlisting">void cairo_ps_surface_set_size (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
400
405
  double width_in_points,
@@ -410,7 +415,6 @@ this is to call this function immediately after creating the
410
415
  surface or immediately after completing a page with either
411
416
  <a class="link" href="cairo-context.html#cairo-show-page" title="cairo_show_page ()"><code class="function">cairo_show_page()</code></a> or <a class="link" href="cairo-context.html#cairo-copy-page" title="cairo_copy_page ()"><code class="function">cairo_copy_page()</code></a>.</p>
412
417
  <p>
413
-
414
418
  </p>
415
419
  <div class="variablelist"><table border="0">
416
420
  <col align="left" valign="top">
@@ -432,11 +436,10 @@ surface or immediately after completing a page with either
432
436
  </tr>
433
437
  </tbody>
434
438
  </table></div>
435
- <p class="since">Since 1.2
436
- </p>
439
+ <p class="since">Since 1.2</p>
437
440
  </div>
438
441
  <hr>
439
- <div class="refsect2" lang="en">
442
+ <div class="refsect2" title="cairo_ps_surface_dsc_begin_setup ()">
440
443
  <a name="cairo-ps-surface-dsc-begin-setup"></a><h3>cairo_ps_surface_dsc_begin_setup ()</h3>
441
444
  <pre class="programlisting">void cairo_ps_surface_dsc_begin_setup (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
442
445
  <p>
@@ -452,7 +455,6 @@ and before any drawing is performed to the surface.
452
455
  <p>
453
456
  See <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-dsc-comment" title="cairo_ps_surface_dsc_comment ()"><code class="function">cairo_ps_surface_dsc_comment()</code></a> for more details.</p>
454
457
  <p>
455
-
456
458
  </p>
457
459
  <div class="variablelist"><table border="0">
458
460
  <col align="left" valign="top">
@@ -462,11 +464,10 @@ See <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-dsc-comment" ti
462
464
  </td>
463
465
  </tr></tbody>
464
466
  </table></div>
465
- <p class="since">Since 1.2
466
- </p>
467
+ <p class="since">Since 1.2</p>
467
468
  </div>
468
469
  <hr>
469
- <div class="refsect2" lang="en">
470
+ <div class="refsect2" title="cairo_ps_surface_dsc_begin_page_setup ()">
470
471
  <a name="cairo-ps-surface-dsc-begin-page-setup"></a><h3>cairo_ps_surface_dsc_begin_page_setup ()</h3>
471
472
  <pre class="programlisting">void cairo_ps_surface_dsc_begin_page_setup
472
473
  (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
@@ -484,7 +485,6 @@ performed to the surface.
484
485
  <p>
485
486
  See <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-dsc-comment" title="cairo_ps_surface_dsc_comment ()"><code class="function">cairo_ps_surface_dsc_comment()</code></a> for more details.</p>
486
487
  <p>
487
-
488
488
  </p>
489
489
  <div class="variablelist"><table border="0">
490
490
  <col align="left" valign="top">
@@ -494,11 +494,10 @@ See <a class="link" href="cairo-ps-surface.html#cairo-ps-surface-dsc-comment" ti
494
494
  </td>
495
495
  </tr></tbody>
496
496
  </table></div>
497
- <p class="since">Since 1.2
498
- </p>
497
+ <p class="since">Since 1.2</p>
499
498
  </div>
500
499
  <hr>
501
- <div class="refsect2" lang="en">
500
+ <div class="refsect2" title="cairo_ps_surface_dsc_comment ()">
502
501
  <a name="cairo-ps-surface-dsc-comment"></a><h3>cairo_ps_surface_dsc_comment ()</h3>
503
502
  <pre class="programlisting">void cairo_ps_surface_dsc_comment (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
504
503
  const char *comment);</pre>
@@ -600,7 +599,6 @@ cairo_ps_surface_dsc_comment (surface, "%%IncludeFeature: *PageSize A5");
600
599
  ...
601
600
  </pre></div>
602
601
  <p>
603
-
604
602
  </p>
605
603
  <div class="variablelist"><table border="0">
606
604
  <col align="left" valign="top">
@@ -617,21 +615,20 @@ cairo_ps_surface_dsc_comment (surface, "%%IncludeFeature: *PageSize A5");
617
615
  </tr>
618
616
  </tbody>
619
617
  </table></div>
620
- <p class="since">Since 1.2
621
- </p>
618
+ <p class="since">Since 1.2</p>
622
619
  </div>
623
620
  </div>
624
- <div class="refsect1" lang="en">
621
+ <div class="refsect1" title="See Also">
625
622
  <a name="cairo-ps-surface.see-also"></a><h2>See Also</h2>
626
623
  <p>
627
624
  </p>
628
- <div class="itemizedlist"><ul type="disc"><li><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a></li></ul></div>
625
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a></li></ul></div>
629
626
  <p>
630
627
  </p>
631
628
  </div>
632
629
  </div>
633
630
  <div class="footer">
634
631
  <hr>
635
- Generated by GTK-Doc V1.10</div>
632
+ Generated by GTK-Doc V1.11</div>
636
633
  </body>
637
634
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Quartz (CGFont) 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-win32-font.html" title="Win32 Fonts">
10
10
  <link rel="next" href="cairo-user-font.html" title="User Fonts">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -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-user-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-quartz-font.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-quartz-font.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-quartz-font.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-quartz-font.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="Quartz (CGFont) Fonts">
38
40
  <a name="cairo-quartz-font"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,17 +45,17 @@
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-quartz-font.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
- #define <a class="link" href="cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT:CAPS" title="CAIRO_HAS_QUARTZ_FONT">CAIRO_HAS_QUARTZ_FONT</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-quartz-font.html#cairo-quartz-font-face-create-for-cgfont" title="cairo_quartz_font_face_create_for_cgfont ()">cairo_quartz_font_face_create_for_cgfont</a>
51
+ #define <a class="link" href="cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT--CAPS" title="CAIRO_HAS_QUARTZ_FONT">CAIRO_HAS_QUARTZ_FONT</a>
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-quartz-font.html#cairo-quartz-font-face-create-for-cgfont" title="cairo_quartz_font_face_create_for_cgfont ()">cairo_quartz_font_face_create_for_cgfont</a>
51
53
  (CGFontRef font);
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-quartz-font.html#cairo-quartz-font-face-create-for-atsu-font-id" title="cairo_quartz_font_face_create_for_atsu_font_id ()">cairo_quartz_font_face_create_for_atsu_font_id</a>
54
+ <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-quartz-font.html#cairo-quartz-font-face-create-for-atsu-font-id" title="cairo_quartz_font_face_create_for_atsu_font_id ()">cairo_quartz_font_face_create_for_atsu_font_id</a>
53
55
  (ATSUFontID font_id);
54
56
  </pre>
55
57
  </div>
56
- <div class="refsect1" lang="en">
58
+ <div class="refsect1" title="Description">
57
59
  <a name="cairo-quartz-font.description"></a><h2>Description</h2>
58
60
  <p>
59
61
  The Quartz font backend is primarily used to render text on Apple
@@ -61,28 +63,26 @@ MacOS X systems. The CGFont API is used for the internal
61
63
  implementation of the font backend methods.
62
64
  </p>
63
65
  </div>
64
- <div class="refsect1" lang="en">
66
+ <div class="refsect1" title="Details">
65
67
  <a name="cairo-quartz-font.details"></a><h2>Details</h2>
66
- <div class="refsect2" lang="en">
67
- <a name="CAIRO-HAS-QUARTZ-FONT:CAPS"></a><h3>CAIRO_HAS_QUARTZ_FONT</h3>
68
- <pre class="programlisting">#define CAIRO_HAS_QUARTZ_FONT 1
69
- </pre>
68
+ <div class="refsect2" title="CAIRO_HAS_QUARTZ_FONT">
69
+ <a name="CAIRO-HAS-QUARTZ-FONT--CAPS"></a><h3>CAIRO_HAS_QUARTZ_FONT</h3>
70
+ <pre class="programlisting">#define CAIRO_HAS_QUARTZ_FONT</pre>
70
71
  <p>
71
72
  Defined if the Quartz font backend is available.
72
73
  This macro can be used to conditionally compile backend-specific code.
73
74
  </p>
74
75
  </div>
75
76
  <hr>
76
- <div class="refsect2" lang="en">
77
+ <div class="refsect2" title="cairo_quartz_font_face_create_for_cgfont ()">
77
78
  <a name="cairo-quartz-font-face-create-for-cgfont"></a><h3>cairo_quartz_font_face_create_for_cgfont ()</h3>
78
- <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_quartz_font_face_create_for_cgfont
79
+ <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_quartz_font_face_create_for_cgfont
79
80
  (CGFontRef font);</pre>
80
81
  <p>
81
82
  Creates a new font for the Quartz font backend based on a
82
83
  <span class="type">CGFontRef</span>. This font can then be used with
83
84
  <a class="link" href="cairo-text.html#cairo-set-font-face" title="cairo_set_font_face ()"><code class="function">cairo_set_font_face()</code></a> or <a class="link" href="cairo-scaled-font.html#cairo-scaled-font-create" title="cairo_scaled_font_create ()"><code class="function">cairo_scaled_font_create()</code></a>.</p>
84
85
  <p>
85
-
86
86
  </p>
87
87
  <div class="variablelist"><table border="0">
88
88
  <col align="left" valign="top">
@@ -101,20 +101,18 @@ Creates a new font for the Quartz font backend based on a
101
101
  </tr>
102
102
  </tbody>
103
103
  </table></div>
104
- <p class="since">Since 1.6
105
- </p>
104
+ <p class="since">Since 1.6</p>
106
105
  </div>
107
106
  <hr>
108
- <div class="refsect2" lang="en">
107
+ <div class="refsect2" title="cairo_quartz_font_face_create_for_atsu_font_id ()">
109
108
  <a name="cairo-quartz-font-face-create-for-atsu-font-id"></a><h3>cairo_quartz_font_face_create_for_atsu_font_id ()</h3>
110
- <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_quartz_font_face_create_for_atsu_font_id
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_quartz_font_face_create_for_atsu_font_id
111
110
  (ATSUFontID font_id);</pre>
112
111
  <p>
113
112
  Creates a new font for the Quartz font backend based on an
114
113
  <span class="type">ATSUFontID</span>. This font can then be used with
115
114
  <a class="link" href="cairo-text.html#cairo-set-font-face" title="cairo_set_font_face ()"><code class="function">cairo_set_font_face()</code></a> or <a class="link" href="cairo-scaled-font.html#cairo-scaled-font-create" title="cairo_scaled_font_create ()"><code class="function">cairo_scaled_font_create()</code></a>.</p>
116
115
  <p>
117
-
118
116
  </p>
119
117
  <div class="variablelist"><table border="0">
120
118
  <col align="left" valign="top">
@@ -133,21 +131,20 @@ Creates a new font for the Quartz font backend based on an
133
131
  </tr>
134
132
  </tbody>
135
133
  </table></div>
136
- <p class="since">Since 1.6
137
- </p>
134
+ <p class="since">Since 1.6</p>
138
135
  </div>
139
136
  </div>
140
- <div class="refsect1" lang="en">
137
+ <div class="refsect1" title="See Also">
141
138
  <a name="cairo-quartz-font.see-also"></a><h2>See Also</h2>
142
139
  <p>
143
140
  </p>
144
- <div class="itemizedlist"><ul type="disc"><li><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></li></ul></div>
141
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><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></li></ul></div>
145
142
  <p>
146
143
  </p>
147
144
  </div>
148
145
  </div>
149
146
  <div class="footer">
150
147
  <hr>
151
- Generated by GTK-Doc V1.10</div>
148
+ Generated by GTK-Doc V1.11</div>
152
149
  </body>
153
150
  </html>