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
@@ -263,13 +263,13 @@
263
263
  <function name="enum cairo_hint_metrics_t" link="cairo-font-options.html#cairo-hint-metrics-t"/>
264
264
  <function name="cairo_font_options_set_hint_metrics ()" link="cairo-font-options.html#cairo-font-options-set-hint-metrics"/>
265
265
  <function name="cairo_font_options_get_hint_metrics ()" link="cairo-font-options.html#cairo-font-options-get-hint-metrics"/>
266
- <function name="CAIRO_HAS_FT_FONT" link="cairo-ft-font.html#CAIRO-HAS-FT-FONT:CAPS"/>
266
+ <function name="CAIRO_HAS_FT_FONT" link="cairo-ft-font.html#CAIRO-HAS-FT-FONT--CAPS"/>
267
267
  <function name="cairo_ft_font_face_create_for_ft_face ()" link="cairo-ft-font.html#cairo-ft-font-face-create-for-ft-face"/>
268
268
  <function name="cairo_ft_font_face_create_for_pattern ()" link="cairo-ft-font.html#cairo-ft-font-face-create-for-pattern"/>
269
269
  <function name="cairo_ft_font_options_substitute ()" link="cairo-ft-font.html#cairo-ft-font-options-substitute"/>
270
270
  <function name="cairo_ft_scaled_font_lock_face ()" link="cairo-ft-font.html#cairo-ft-scaled-font-lock-face"/>
271
271
  <function name="cairo_ft_scaled_font_unlock_face ()" link="cairo-ft-font.html#cairo-ft-scaled-font-unlock-face"/>
272
- <function name="CAIRO_HAS_WIN32_FONT" link="cairo-win32-font.html#CAIRO-HAS-WIN32-FONT:CAPS"/>
272
+ <function name="CAIRO_HAS_WIN32_FONT" link="cairo-win32-font.html#CAIRO-HAS-WIN32-FONT--CAPS"/>
273
273
  <function name="cairo_win32_font_face_create_for_logfontw ()" link="cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw"/>
274
274
  <function name="cairo_win32_font_face_create_for_hfont ()" link="cairo-win32-font.html#cairo-win32-font-face-create-for-hfont"/>
275
275
  <function name="cairo_win32_font_face_create_for_logfontw_hfont ()" link="cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw-hfont"/>
@@ -278,10 +278,10 @@
278
278
  <function name="cairo_win32_scaled_font_get_metrics_factor ()" link="cairo-win32-font.html#cairo-win32-scaled-font-get-metrics-factor"/>
279
279
  <function name="cairo_win32_scaled_font_get_logical_to_device ()" link="cairo-win32-font.html#cairo-win32-scaled-font-get-logical-to-device"/>
280
280
  <function name="cairo_win32_scaled_font_get_device_to_logical ()" link="cairo-win32-font.html#cairo-win32-scaled-font-get-device-to-logical"/>
281
- <function name="CAIRO_HAS_QUARTZ_FONT" link="cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT:CAPS"/>
281
+ <function name="CAIRO_HAS_QUARTZ_FONT" link="cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT--CAPS"/>
282
282
  <function name="cairo_quartz_font_face_create_for_cgfont ()" link="cairo-quartz-font.html#cairo-quartz-font-face-create-for-cgfont"/>
283
283
  <function name="cairo_quartz_font_face_create_for_atsu_font_id ()" link="cairo-quartz-font.html#cairo-quartz-font-face-create-for-atsu-font-id"/>
284
- <function name="CAIRO_HAS_USER_FONT" link="cairo-user-font.html#CAIRO-HAS-USER-FONT:CAPS"/>
284
+ <function name="CAIRO_HAS_USER_FONT" link="cairo-user-font.html#CAIRO-HAS-USER-FONT--CAPS"/>
285
285
  <function name="cairo_user_scaled_font_init_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-init-func-t"/>
286
286
  <function name="cairo_user_scaled_font_render_glyph_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t"/>
287
287
  <function name="cairo_user_scaled_font_text_to_glyphs_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t"/>
@@ -319,7 +319,7 @@
319
319
  <function name="cairo_surface_copy_page ()" link="cairo-surface.html#cairo-surface-copy-page"/>
320
320
  <function name="cairo_surface_show_page ()" link="cairo-surface.html#cairo-surface-show-page"/>
321
321
  <function name="cairo_surface_has_show_text_glyphs ()" link="cairo-surface.html#cairo-surface-has-show-text-glyphs"/>
322
- <function name="CAIRO_HAS_IMAGE_SURFACE" link="cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE:CAPS"/>
322
+ <function name="CAIRO_HAS_IMAGE_SURFACE" link="cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE--CAPS"/>
323
323
  <function name="enum cairo_format_t" link="cairo-image-surface.html#cairo-format-t"/>
324
324
  <function name="cairo_format_stride_for_width ()" link="cairo-image-surface.html#cairo-format-stride-for-width"/>
325
325
  <function name="cairo_image_surface_create ()" link="cairo-image-surface.html#cairo-image-surface-create"/>
@@ -329,18 +329,18 @@
329
329
  <function name="cairo_image_surface_get_width ()" link="cairo-image-surface.html#cairo-image-surface-get-width"/>
330
330
  <function name="cairo_image_surface_get_height ()" link="cairo-image-surface.html#cairo-image-surface-get-height"/>
331
331
  <function name="cairo_image_surface_get_stride ()" link="cairo-image-surface.html#cairo-image-surface-get-stride"/>
332
- <function name="CAIRO_HAS_PDF_SURFACE" link="cairo-pdf-surface.html#CAIRO-HAS-PDF-SURFACE:CAPS"/>
332
+ <function name="CAIRO_HAS_PDF_SURFACE" link="cairo-pdf-surface.html#CAIRO-HAS-PDF-SURFACE--CAPS"/>
333
333
  <function name="cairo_pdf_surface_create ()" link="cairo-pdf-surface.html#cairo-pdf-surface-create"/>
334
334
  <function name="cairo_pdf_surface_create_for_stream ()" link="cairo-pdf-surface.html#cairo-pdf-surface-create-for-stream"/>
335
335
  <function name="cairo_pdf_surface_set_size ()" link="cairo-pdf-surface.html#cairo-pdf-surface-set-size"/>
336
- <function name="CAIRO_HAS_PNG_FUNCTIONS" link="cairo-png-functions.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS"/>
336
+ <function name="CAIRO_HAS_PNG_FUNCTIONS" link="cairo-png-functions.html#CAIRO-HAS-PNG-FUNCTIONS--CAPS"/>
337
337
  <function name="cairo_image_surface_create_from_png ()" link="cairo-png-functions.html#cairo-image-surface-create-from-png"/>
338
338
  <function name="cairo_read_func_t ()" link="cairo-png-functions.html#cairo-read-func-t"/>
339
339
  <function name="cairo_image_surface_create_from_png_stream ()" link="cairo-png-functions.html#cairo-image-surface-create-from-png-stream"/>
340
340
  <function name="cairo_surface_write_to_png ()" link="cairo-png-functions.html#cairo-surface-write-to-png"/>
341
341
  <function name="cairo_write_func_t ()" link="cairo-png-functions.html#cairo-write-func-t"/>
342
342
  <function name="cairo_surface_write_to_png_stream ()" link="cairo-png-functions.html#cairo-surface-write-to-png-stream"/>
343
- <function name="CAIRO_HAS_PS_SURFACE" link="cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE:CAPS"/>
343
+ <function name="CAIRO_HAS_PS_SURFACE" link="cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE--CAPS"/>
344
344
  <function name="cairo_ps_surface_create ()" link="cairo-ps-surface.html#cairo-ps-surface-create"/>
345
345
  <function name="cairo_ps_surface_create_for_stream ()" link="cairo-ps-surface.html#cairo-ps-surface-create-for-stream"/>
346
346
  <function name="cairo_ps_surface_restrict_to_level ()" link="cairo-ps-surface.html#cairo-ps-surface-restrict-to-level"/>
@@ -353,25 +353,25 @@
353
353
  <function name="cairo_ps_surface_dsc_begin_setup ()" link="cairo-ps-surface.html#cairo-ps-surface-dsc-begin-setup"/>
354
354
  <function name="cairo_ps_surface_dsc_begin_page_setup ()" link="cairo-ps-surface.html#cairo-ps-surface-dsc-begin-page-setup"/>
355
355
  <function name="cairo_ps_surface_dsc_comment ()" link="cairo-ps-surface.html#cairo-ps-surface-dsc-comment"/>
356
- <function name="CAIRO_HAS_WIN32_SURFACE" link="cairo-win32-surface.html#CAIRO-HAS-WIN32-SURFACE:CAPS"/>
356
+ <function name="CAIRO_HAS_WIN32_SURFACE" link="cairo-win32-surface.html#CAIRO-HAS-WIN32-SURFACE--CAPS"/>
357
357
  <function name="cairo_win32_surface_create ()" link="cairo-win32-surface.html#cairo-win32-surface-create"/>
358
358
  <function name="cairo_win32_surface_create_with_dib ()" link="cairo-win32-surface.html#cairo-win32-surface-create-with-dib"/>
359
359
  <function name="cairo_win32_surface_create_with_ddb ()" link="cairo-win32-surface.html#cairo-win32-surface-create-with-ddb"/>
360
360
  <function name="cairo_win32_printing_surface_create ()" link="cairo-win32-surface.html#cairo-win32-printing-surface-create"/>
361
361
  <function name="cairo_win32_surface_get_dc ()" link="cairo-win32-surface.html#cairo-win32-surface-get-dc"/>
362
362
  <function name="cairo_win32_surface_get_image ()" link="cairo-win32-surface.html#cairo-win32-surface-get-image"/>
363
- <function name="CAIRO_HAS_SVG_SURFACE" link="cairo-svg-surface.html#CAIRO-HAS-SVG-SURFACE:CAPS"/>
363
+ <function name="CAIRO_HAS_SVG_SURFACE" link="cairo-svg-surface.html#CAIRO-HAS-SVG-SURFACE--CAPS"/>
364
364
  <function name="cairo_svg_surface_create ()" link="cairo-svg-surface.html#cairo-svg-surface-create"/>
365
365
  <function name="cairo_svg_surface_create_for_stream ()" link="cairo-svg-surface.html#cairo-svg-surface-create-for-stream"/>
366
366
  <function name="cairo_svg_surface_restrict_to_version ()" link="cairo-svg-surface.html#cairo-svg-surface-restrict-to-version"/>
367
367
  <function name="enum cairo_svg_version_t" link="cairo-svg-surface.html#cairo-svg-version-t"/>
368
368
  <function name="cairo_svg_get_versions ()" link="cairo-svg-surface.html#cairo-svg-get-versions"/>
369
369
  <function name="cairo_svg_version_to_string ()" link="cairo-svg-surface.html#cairo-svg-version-to-string"/>
370
- <function name="CAIRO_HAS_QUARTZ_SURFACE" link="cairo-quartz-surface.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS"/>
370
+ <function name="CAIRO_HAS_QUARTZ_SURFACE" link="cairo-quartz-surface.html#CAIRO-HAS-QUARTZ-SURFACE--CAPS"/>
371
371
  <function name="cairo_quartz_surface_create ()" link="cairo-quartz-surface.html#cairo-quartz-surface-create"/>
372
372
  <function name="cairo_quartz_surface_create_for_cg_context ()" link="cairo-quartz-surface.html#cairo-quartz-surface-create-for-cg-context"/>
373
373
  <function name="cairo_quartz_surface_get_cg_context ()" link="cairo-quartz-surface.html#cairo-quartz-surface-get-cg-context"/>
374
- <function name="CAIRO_HAS_XLIB_SURFACE" link="cairo-xlib-surface.html#CAIRO-HAS-XLIB-SURFACE:CAPS"/>
374
+ <function name="CAIRO_HAS_XLIB_SURFACE" link="cairo-xlib-surface.html#CAIRO-HAS-XLIB-SURFACE--CAPS"/>
375
375
  <function name="cairo_xlib_surface_create ()" link="cairo-xlib-surface.html#cairo-xlib-surface-create"/>
376
376
  <function name="cairo_xlib_surface_create_for_bitmap ()" link="cairo-xlib-surface.html#cairo-xlib-surface-create-for-bitmap"/>
377
377
  <function name="cairo_xlib_surface_set_size ()" link="cairo-xlib-surface.html#cairo-xlib-surface-set-size"/>
@@ -399,15 +399,15 @@
399
399
  <function name="enum cairo_status_t" link="cairo-error-status.html#cairo-status-t"/>
400
400
  <function name="cairo_status_to_string ()" link="cairo-error-status.html#cairo-status-to-string"/>
401
401
  <function name="cairo_debug_reset_static_data ()" link="cairo-error-status.html#cairo-debug-reset-static-data"/>
402
- <function name="Compatibility" link="cairo-version-info.html#id2657112"/>
403
- <function name="Examining the version" link="cairo-version-info.html#id2657151"/>
404
- <function name="CAIRO_VERSION" link="cairo-version-info.html#CAIRO-VERSION:CAPS"/>
405
- <function name="CAIRO_VERSION_MAJOR" link="cairo-version-info.html#CAIRO-VERSION-MAJOR:CAPS"/>
406
- <function name="CAIRO_VERSION_MINOR" link="cairo-version-info.html#CAIRO-VERSION-MINOR:CAPS"/>
407
- <function name="CAIRO_VERSION_MICRO" link="cairo-version-info.html#CAIRO-VERSION-MICRO:CAPS"/>
408
- <function name="CAIRO_VERSION_STRING" link="cairo-version-info.html#CAIRO-VERSION-STRING:CAPS"/>
409
- <function name="CAIRO_VERSION_ENCODE()" link="cairo-version-info.html#CAIRO-VERSION-ENCODE:CAPS"/>
410
- <function name="CAIRO_VERSION_STRINGIZE()" link="cairo-version-info.html#CAIRO-VERSION-STRINGIZE:CAPS"/>
402
+ <function name="Compatibility" link="cairo-version-info.html#id2750883"/>
403
+ <function name="Examining the version" link="cairo-version-info.html#id2750921"/>
404
+ <function name="CAIRO_VERSION" link="cairo-version-info.html#CAIRO-VERSION--CAPS"/>
405
+ <function name="CAIRO_VERSION_MAJOR" link="cairo-version-info.html#CAIRO-VERSION-MAJOR--CAPS"/>
406
+ <function name="CAIRO_VERSION_MINOR" link="cairo-version-info.html#CAIRO-VERSION-MINOR--CAPS"/>
407
+ <function name="CAIRO_VERSION_MICRO" link="cairo-version-info.html#CAIRO-VERSION-MICRO--CAPS"/>
408
+ <function name="CAIRO_VERSION_STRING" link="cairo-version-info.html#CAIRO-VERSION-STRING--CAPS"/>
409
+ <function name="CAIRO_VERSION_ENCODE()" link="cairo-version-info.html#CAIRO-VERSION-ENCODE--CAPS"/>
410
+ <function name="CAIRO_VERSION_STRINGIZE()" link="cairo-version-info.html#CAIRO-VERSION-STRINGIZE--CAPS"/>
411
411
  <function name="cairo_version ()" link="cairo-version-info.html#cairo-version"/>
412
412
  <function name="cairo_version_string ()" link="cairo-version-info.html#cairo-version-string"/>
413
413
  <function name="cairo_bool_t" link="cairo-types.html#cairo-bool-t"/>
@@ -263,13 +263,13 @@
263
263
  <keyword type="enum" name="enum cairo_hint_metrics_t" link="cairo-font-options.html#cairo-hint-metrics-t"/>
264
264
  <keyword type="function" name="cairo_font_options_set_hint_metrics ()" link="cairo-font-options.html#cairo-font-options-set-hint-metrics"/>
265
265
  <keyword type="function" name="cairo_font_options_get_hint_metrics ()" link="cairo-font-options.html#cairo-font-options-get-hint-metrics"/>
266
- <keyword type="macro" name="CAIRO_HAS_FT_FONT" link="cairo-ft-font.html#CAIRO-HAS-FT-FONT:CAPS"/>
266
+ <keyword type="macro" name="CAIRO_HAS_FT_FONT" link="cairo-ft-font.html#CAIRO-HAS-FT-FONT--CAPS"/>
267
267
  <keyword type="function" name="cairo_ft_font_face_create_for_ft_face ()" link="cairo-ft-font.html#cairo-ft-font-face-create-for-ft-face"/>
268
268
  <keyword type="function" name="cairo_ft_font_face_create_for_pattern ()" link="cairo-ft-font.html#cairo-ft-font-face-create-for-pattern"/>
269
269
  <keyword type="function" name="cairo_ft_font_options_substitute ()" link="cairo-ft-font.html#cairo-ft-font-options-substitute"/>
270
270
  <keyword type="function" name="cairo_ft_scaled_font_lock_face ()" link="cairo-ft-font.html#cairo-ft-scaled-font-lock-face"/>
271
271
  <keyword type="function" name="cairo_ft_scaled_font_unlock_face ()" link="cairo-ft-font.html#cairo-ft-scaled-font-unlock-face"/>
272
- <keyword type="macro" name="CAIRO_HAS_WIN32_FONT" link="cairo-win32-font.html#CAIRO-HAS-WIN32-FONT:CAPS"/>
272
+ <keyword type="macro" name="CAIRO_HAS_WIN32_FONT" link="cairo-win32-font.html#CAIRO-HAS-WIN32-FONT--CAPS"/>
273
273
  <keyword type="function" name="cairo_win32_font_face_create_for_logfontw ()" link="cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw"/>
274
274
  <keyword type="function" name="cairo_win32_font_face_create_for_hfont ()" link="cairo-win32-font.html#cairo-win32-font-face-create-for-hfont"/>
275
275
  <keyword type="function" name="cairo_win32_font_face_create_for_logfontw_hfont ()" link="cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw-hfont"/>
@@ -278,10 +278,10 @@
278
278
  <keyword type="function" name="cairo_win32_scaled_font_get_metrics_factor ()" link="cairo-win32-font.html#cairo-win32-scaled-font-get-metrics-factor"/>
279
279
  <keyword type="function" name="cairo_win32_scaled_font_get_logical_to_device ()" link="cairo-win32-font.html#cairo-win32-scaled-font-get-logical-to-device" since="1.4"/>
280
280
  <keyword type="function" name="cairo_win32_scaled_font_get_device_to_logical ()" link="cairo-win32-font.html#cairo-win32-scaled-font-get-device-to-logical" since="1.4"/>
281
- <keyword type="macro" name="CAIRO_HAS_QUARTZ_FONT" link="cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT:CAPS"/>
281
+ <keyword type="macro" name="CAIRO_HAS_QUARTZ_FONT" link="cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT--CAPS"/>
282
282
  <keyword type="function" name="cairo_quartz_font_face_create_for_cgfont ()" link="cairo-quartz-font.html#cairo-quartz-font-face-create-for-cgfont" since="1.6"/>
283
283
  <keyword type="function" name="cairo_quartz_font_face_create_for_atsu_font_id ()" link="cairo-quartz-font.html#cairo-quartz-font-face-create-for-atsu-font-id" since="1.6"/>
284
- <keyword type="macro" name="CAIRO_HAS_USER_FONT" link="cairo-user-font.html#CAIRO-HAS-USER-FONT:CAPS" since="1.8"/>
284
+ <keyword type="macro" name="CAIRO_HAS_USER_FONT" link="cairo-user-font.html#CAIRO-HAS-USER-FONT--CAPS" since="1.8"/>
285
285
  <keyword type="function" name="cairo_user_scaled_font_init_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-init-func-t" since="1.8"/>
286
286
  <keyword type="function" name="cairo_user_scaled_font_render_glyph_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t" since="1.8"/>
287
287
  <keyword type="function" name="cairo_user_scaled_font_text_to_glyphs_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t" since="1.8"/>
@@ -319,7 +319,7 @@
319
319
  <keyword type="function" name="cairo_surface_copy_page ()" link="cairo-surface.html#cairo-surface-copy-page" since="1.6"/>
320
320
  <keyword type="function" name="cairo_surface_show_page ()" link="cairo-surface.html#cairo-surface-show-page" since="1.6"/>
321
321
  <keyword type="function" name="cairo_surface_has_show_text_glyphs ()" link="cairo-surface.html#cairo-surface-has-show-text-glyphs" since="1.8"/>
322
- <keyword type="macro" name="CAIRO_HAS_IMAGE_SURFACE" link="cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE:CAPS" since="1.8"/>
322
+ <keyword type="macro" name="CAIRO_HAS_IMAGE_SURFACE" link="cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE--CAPS" since="1.8"/>
323
323
  <keyword type="enum" name="enum cairo_format_t" link="cairo-image-surface.html#cairo-format-t"/>
324
324
  <keyword type="function" name="cairo_format_stride_for_width ()" link="cairo-image-surface.html#cairo-format-stride-for-width" since="1.6"/>
325
325
  <keyword type="function" name="cairo_image_surface_create ()" link="cairo-image-surface.html#cairo-image-surface-create"/>
@@ -329,18 +329,18 @@
329
329
  <keyword type="function" name="cairo_image_surface_get_width ()" link="cairo-image-surface.html#cairo-image-surface-get-width"/>
330
330
  <keyword type="function" name="cairo_image_surface_get_height ()" link="cairo-image-surface.html#cairo-image-surface-get-height"/>
331
331
  <keyword type="function" name="cairo_image_surface_get_stride ()" link="cairo-image-surface.html#cairo-image-surface-get-stride" since="1.2"/>
332
- <keyword type="macro" name="CAIRO_HAS_PDF_SURFACE" link="cairo-pdf-surface.html#CAIRO-HAS-PDF-SURFACE:CAPS"/>
332
+ <keyword type="macro" name="CAIRO_HAS_PDF_SURFACE" link="cairo-pdf-surface.html#CAIRO-HAS-PDF-SURFACE--CAPS"/>
333
333
  <keyword type="function" name="cairo_pdf_surface_create ()" link="cairo-pdf-surface.html#cairo-pdf-surface-create" since="1.2"/>
334
334
  <keyword type="function" name="cairo_pdf_surface_create_for_stream ()" link="cairo-pdf-surface.html#cairo-pdf-surface-create-for-stream" since="1.2"/>
335
335
  <keyword type="function" name="cairo_pdf_surface_set_size ()" link="cairo-pdf-surface.html#cairo-pdf-surface-set-size" since="1.2"/>
336
- <keyword type="macro" name="CAIRO_HAS_PNG_FUNCTIONS" link="cairo-png-functions.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS"/>
336
+ <keyword type="macro" name="CAIRO_HAS_PNG_FUNCTIONS" link="cairo-png-functions.html#CAIRO-HAS-PNG-FUNCTIONS--CAPS"/>
337
337
  <keyword type="function" name="cairo_image_surface_create_from_png ()" link="cairo-png-functions.html#cairo-image-surface-create-from-png"/>
338
338
  <keyword type="function" name="cairo_read_func_t ()" link="cairo-png-functions.html#cairo-read-func-t"/>
339
339
  <keyword type="function" name="cairo_image_surface_create_from_png_stream ()" link="cairo-png-functions.html#cairo-image-surface-create-from-png-stream"/>
340
340
  <keyword type="function" name="cairo_surface_write_to_png ()" link="cairo-png-functions.html#cairo-surface-write-to-png"/>
341
341
  <keyword type="function" name="cairo_write_func_t ()" link="cairo-png-functions.html#cairo-write-func-t"/>
342
342
  <keyword type="function" name="cairo_surface_write_to_png_stream ()" link="cairo-png-functions.html#cairo-surface-write-to-png-stream"/>
343
- <keyword type="macro" name="CAIRO_HAS_PS_SURFACE" link="cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE:CAPS"/>
343
+ <keyword type="macro" name="CAIRO_HAS_PS_SURFACE" link="cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE--CAPS"/>
344
344
  <keyword type="function" name="cairo_ps_surface_create ()" link="cairo-ps-surface.html#cairo-ps-surface-create" since="1.2"/>
345
345
  <keyword type="function" name="cairo_ps_surface_create_for_stream ()" link="cairo-ps-surface.html#cairo-ps-surface-create-for-stream" since="1.2"/>
346
346
  <keyword type="function" name="cairo_ps_surface_restrict_to_level ()" link="cairo-ps-surface.html#cairo-ps-surface-restrict-to-level" since="1.6"/>
@@ -353,25 +353,25 @@
353
353
  <keyword type="function" name="cairo_ps_surface_dsc_begin_setup ()" link="cairo-ps-surface.html#cairo-ps-surface-dsc-begin-setup" since="1.2"/>
354
354
  <keyword type="function" name="cairo_ps_surface_dsc_begin_page_setup ()" link="cairo-ps-surface.html#cairo-ps-surface-dsc-begin-page-setup" since="1.2"/>
355
355
  <keyword type="function" name="cairo_ps_surface_dsc_comment ()" link="cairo-ps-surface.html#cairo-ps-surface-dsc-comment" since="1.2"/>
356
- <keyword type="macro" name="CAIRO_HAS_WIN32_SURFACE" link="cairo-win32-surface.html#CAIRO-HAS-WIN32-SURFACE:CAPS"/>
356
+ <keyword type="macro" name="CAIRO_HAS_WIN32_SURFACE" link="cairo-win32-surface.html#CAIRO-HAS-WIN32-SURFACE--CAPS"/>
357
357
  <keyword type="function" name="cairo_win32_surface_create ()" link="cairo-win32-surface.html#cairo-win32-surface-create"/>
358
358
  <keyword type="function" name="cairo_win32_surface_create_with_dib ()" link="cairo-win32-surface.html#cairo-win32-surface-create-with-dib" since="1.2"/>
359
359
  <keyword type="function" name="cairo_win32_surface_create_with_ddb ()" link="cairo-win32-surface.html#cairo-win32-surface-create-with-ddb" since="1.4"/>
360
360
  <keyword type="function" name="cairo_win32_printing_surface_create ()" link="cairo-win32-surface.html#cairo-win32-printing-surface-create" since="1.6"/>
361
361
  <keyword type="function" name="cairo_win32_surface_get_dc ()" link="cairo-win32-surface.html#cairo-win32-surface-get-dc" since="1.2"/>
362
362
  <keyword type="function" name="cairo_win32_surface_get_image ()" link="cairo-win32-surface.html#cairo-win32-surface-get-image" since="1.4"/>
363
- <keyword type="macro" name="CAIRO_HAS_SVG_SURFACE" link="cairo-svg-surface.html#CAIRO-HAS-SVG-SURFACE:CAPS"/>
363
+ <keyword type="macro" name="CAIRO_HAS_SVG_SURFACE" link="cairo-svg-surface.html#CAIRO-HAS-SVG-SURFACE--CAPS"/>
364
364
  <keyword type="function" name="cairo_svg_surface_create ()" link="cairo-svg-surface.html#cairo-svg-surface-create" since="1.2"/>
365
365
  <keyword type="function" name="cairo_svg_surface_create_for_stream ()" link="cairo-svg-surface.html#cairo-svg-surface-create-for-stream" since="1.2"/>
366
366
  <keyword type="function" name="cairo_svg_surface_restrict_to_version ()" link="cairo-svg-surface.html#cairo-svg-surface-restrict-to-version" since="1.2"/>
367
367
  <keyword type="enum" name="enum cairo_svg_version_t" link="cairo-svg-surface.html#cairo-svg-version-t"/>
368
368
  <keyword type="function" name="cairo_svg_get_versions ()" link="cairo-svg-surface.html#cairo-svg-get-versions" since="1.2"/>
369
369
  <keyword type="function" name="cairo_svg_version_to_string ()" link="cairo-svg-surface.html#cairo-svg-version-to-string" since="1.2"/>
370
- <keyword type="macro" name="CAIRO_HAS_QUARTZ_SURFACE" link="cairo-quartz-surface.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS"/>
370
+ <keyword type="macro" name="CAIRO_HAS_QUARTZ_SURFACE" link="cairo-quartz-surface.html#CAIRO-HAS-QUARTZ-SURFACE--CAPS"/>
371
371
  <keyword type="function" name="cairo_quartz_surface_create ()" link="cairo-quartz-surface.html#cairo-quartz-surface-create" since="1.4"/>
372
372
  <keyword type="function" name="cairo_quartz_surface_create_for_cg_context ()" link="cairo-quartz-surface.html#cairo-quartz-surface-create-for-cg-context" since="1.4"/>
373
373
  <keyword type="function" name="cairo_quartz_surface_get_cg_context ()" link="cairo-quartz-surface.html#cairo-quartz-surface-get-cg-context" since="1.4"/>
374
- <keyword type="macro" name="CAIRO_HAS_XLIB_SURFACE" link="cairo-xlib-surface.html#CAIRO-HAS-XLIB-SURFACE:CAPS"/>
374
+ <keyword type="macro" name="CAIRO_HAS_XLIB_SURFACE" link="cairo-xlib-surface.html#CAIRO-HAS-XLIB-SURFACE--CAPS"/>
375
375
  <keyword type="function" name="cairo_xlib_surface_create ()" link="cairo-xlib-surface.html#cairo-xlib-surface-create"/>
376
376
  <keyword type="function" name="cairo_xlib_surface_create_for_bitmap ()" link="cairo-xlib-surface.html#cairo-xlib-surface-create-for-bitmap"/>
377
377
  <keyword type="function" name="cairo_xlib_surface_set_size ()" link="cairo-xlib-surface.html#cairo-xlib-surface-set-size"/>
@@ -399,15 +399,15 @@
399
399
  <keyword type="enum" name="enum cairo_status_t" link="cairo-error-status.html#cairo-status-t"/>
400
400
  <keyword type="function" name="cairo_status_to_string ()" link="cairo-error-status.html#cairo-status-to-string"/>
401
401
  <keyword type="function" name="cairo_debug_reset_static_data ()" link="cairo-error-status.html#cairo-debug-reset-static-data"/>
402
- <keyword type="" name="Compatibility" link="cairo-version-info.html#id2657112"/>
403
- <keyword type="" name="Examining the version" link="cairo-version-info.html#id2657151"/>
404
- <keyword type="macro" name="CAIRO_VERSION" link="cairo-version-info.html#CAIRO-VERSION:CAPS"/>
405
- <keyword type="macro" name="CAIRO_VERSION_MAJOR" link="cairo-version-info.html#CAIRO-VERSION-MAJOR:CAPS"/>
406
- <keyword type="macro" name="CAIRO_VERSION_MINOR" link="cairo-version-info.html#CAIRO-VERSION-MINOR:CAPS"/>
407
- <keyword type="macro" name="CAIRO_VERSION_MICRO" link="cairo-version-info.html#CAIRO-VERSION-MICRO:CAPS"/>
408
- <keyword type="macro" name="CAIRO_VERSION_STRING" link="cairo-version-info.html#CAIRO-VERSION-STRING:CAPS"/>
409
- <keyword type="macro" name="CAIRO_VERSION_ENCODE()" link="cairo-version-info.html#CAIRO-VERSION-ENCODE:CAPS"/>
410
- <keyword type="macro" name="CAIRO_VERSION_STRINGIZE()" link="cairo-version-info.html#CAIRO-VERSION-STRINGIZE:CAPS" since="1.8"/>
402
+ <keyword type="" name="Compatibility" link="cairo-version-info.html#id2750883"/>
403
+ <keyword type="" name="Examining the version" link="cairo-version-info.html#id2750921"/>
404
+ <keyword type="macro" name="CAIRO_VERSION" link="cairo-version-info.html#CAIRO-VERSION--CAPS"/>
405
+ <keyword type="macro" name="CAIRO_VERSION_MAJOR" link="cairo-version-info.html#CAIRO-VERSION-MAJOR--CAPS"/>
406
+ <keyword type="macro" name="CAIRO_VERSION_MINOR" link="cairo-version-info.html#CAIRO-VERSION-MINOR--CAPS"/>
407
+ <keyword type="macro" name="CAIRO_VERSION_MICRO" link="cairo-version-info.html#CAIRO-VERSION-MICRO--CAPS"/>
408
+ <keyword type="macro" name="CAIRO_VERSION_STRING" link="cairo-version-info.html#CAIRO-VERSION-STRING--CAPS"/>
409
+ <keyword type="macro" name="CAIRO_VERSION_ENCODE()" link="cairo-version-info.html#CAIRO-VERSION-ENCODE--CAPS"/>
410
+ <keyword type="macro" name="CAIRO_VERSION_STRINGIZE()" link="cairo-version-info.html#CAIRO-VERSION-STRINGIZE--CAPS" since="1.8"/>
411
411
  <keyword type="function" name="cairo_version ()" link="cairo-version-info.html#cairo-version"/>
412
412
  <keyword type="function" name="cairo_version_string ()" link="cairo-version-info.html#cairo-version-string"/>
413
413
  <keyword type="typedef" name="cairo_bool_t" link="cairo-types.html#cairo-bool-t"/>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 1.2</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
9
9
  <link rel="prev" href="index-all.html" title="Index">
10
10
  <link rel="next" href="index-1.4.html" title="Index of new symbols in 1.4">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="index-1.4.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="index">
32
+ <div class="index" title="Index of new symbols in 1.2">
33
33
  <div class="titlepage"><div><div><h2 class="title">
34
34
  <a name="index-1.2"></a>Index of new symbols in 1.2</h2></div></div></div>
35
35
  <div class="index"><div class="indexdiv">
@@ -136,6 +136,6 @@
136
136
  </div>
137
137
  <div class="footer">
138
138
  <hr>
139
- Generated by GTK-Doc V1.10</div>
139
+ Generated by GTK-Doc V1.11</div>
140
140
  </body>
141
141
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 1.4</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
9
9
  <link rel="prev" href="index-1.2.html" title="Index of new symbols in 1.2">
10
10
  <link rel="next" href="index-1.6.html" title="Index of new symbols in 1.6">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="index-1.6.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="index">
32
+ <div class="index" title="Index of new symbols in 1.4">
33
33
  <div class="titlepage"><div><div><h2 class="title">
34
34
  <a name="index-1.4"></a>Index of new symbols in 1.4</h2></div></div></div>
35
35
  <div class="index"><div class="indexdiv">
@@ -104,6 +104,6 @@
104
104
  </div>
105
105
  <div class="footer">
106
106
  <hr>
107
- Generated by GTK-Doc V1.10</div>
107
+ Generated by GTK-Doc V1.11</div>
108
108
  </body>
109
109
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 1.6</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
9
9
  <link rel="prev" href="index-1.4.html" title="Index of new symbols in 1.4">
10
10
  <link rel="next" href="index-1.8.html" title="Index of new symbols in 1.8">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="index-1.8.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="index">
32
+ <div class="index" title="Index of new symbols in 1.6">
33
33
  <div class="titlepage"><div><div><h2 class="title">
34
34
  <a name="index-1.6"></a>Index of new symbols in 1.6</h2></div></div></div>
35
35
  <div class="index"><div class="indexdiv">
@@ -66,6 +66,6 @@
66
66
  </div>
67
67
  <div class="footer">
68
68
  <hr>
69
- Generated by GTK-Doc V1.10</div>
69
+ Generated by GTK-Doc V1.11</div>
70
70
  </body>
71
71
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 1.8</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
9
9
  <link rel="prev" href="index-1.6.html" title="Index of new symbols in 1.6">
10
10
  <link rel="next" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="language-bindings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="index">
32
+ <div class="index" title="Index of new symbols in 1.8">
33
33
  <div class="titlepage"><div><div><h2 class="title">
34
34
  <a name="index-1.8"></a>Index of new symbols in 1.8</h2></div></div></div>
35
35
  <div class="index"><div class="indexdiv">
@@ -39,9 +39,9 @@
39
39
  </dt>
40
40
  <dt>cairo_glyph_free, <a class="indexterm" href="cairo-text.html#cairo-glyph-free">cairo_glyph_free ()</a>
41
41
  </dt>
42
- <dt>CAIRO_HAS_IMAGE_SURFACE, <a class="indexterm" href="cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE:CAPS">CAIRO_HAS_IMAGE_SURFACE</a>
42
+ <dt>CAIRO_HAS_IMAGE_SURFACE, <a class="indexterm" href="cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE--CAPS">CAIRO_HAS_IMAGE_SURFACE</a>
43
43
  </dt>
44
- <dt>CAIRO_HAS_USER_FONT, <a class="indexterm" href="cairo-user-font.html#CAIRO-HAS-USER-FONT:CAPS">CAIRO_HAS_USER_FONT</a>
44
+ <dt>CAIRO_HAS_USER_FONT, <a class="indexterm" href="cairo-user-font.html#CAIRO-HAS-USER-FONT--CAPS">CAIRO_HAS_USER_FONT</a>
45
45
  </dt>
46
46
  <dt>cairo_scaled_font_get_scale_matrix, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-get-scale-matrix">cairo_scaled_font_get_scale_matrix ()</a>
47
47
  </dt>
@@ -95,13 +95,13 @@
95
95
  </dt>
96
96
  <dt>cairo_user_scaled_font_unicode_to_glyph_func_t, <a class="indexterm" href="cairo-user-font.html#cairo-user-scaled-font-unicode-to-glyph-func-t">cairo_user_scaled_font_unicode_to_glyph_func_t ()</a>
97
97
  </dt>
98
- <dt>CAIRO_VERSION_STRINGIZE, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-STRINGIZE:CAPS">CAIRO_VERSION_STRINGIZE()</a>
98
+ <dt>CAIRO_VERSION_STRINGIZE, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-STRINGIZE--CAPS">CAIRO_VERSION_STRINGIZE()</a>
99
99
  </dt>
100
100
  </dl>
101
101
  </div></div>
102
102
  </div>
103
103
  <div class="footer">
104
104
  <hr>
105
- Generated by GTK-Doc V1.10</div>
105
+ Generated by GTK-Doc V1.11</div>
106
106
  </body>
107
107
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
9
9
  <link rel="prev" href="cairo-types.html" title="Types">
10
10
  <link rel="next" href="index-1.2.html" title="Index of new symbols in 1.2">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -29,7 +29,7 @@
29
29
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
30
30
  <td><a accesskey="n" href="index-1.2.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
  </tr></table>
32
- <div class="index">
32
+ <div class="index" title="Index">
33
33
  <div class="titlepage"><div><div><h2 class="title">
34
34
  <a name="index-all"></a>Index</h2></div></div></div>
35
35
  <div class="index"><div class="indexdiv">
@@ -215,29 +215,29 @@
215
215
  </dt>
216
216
  <dt>cairo_has_current_point, <a class="indexterm" href="cairo-paths.html#cairo-has-current-point">cairo_has_current_point ()</a>
217
217
  </dt>
218
- <dt>CAIRO_HAS_FT_FONT, <a class="indexterm" href="cairo-ft-font.html#CAIRO-HAS-FT-FONT:CAPS">CAIRO_HAS_FT_FONT</a>
218
+ <dt>CAIRO_HAS_FT_FONT, <a class="indexterm" href="cairo-ft-font.html#CAIRO-HAS-FT-FONT--CAPS">CAIRO_HAS_FT_FONT</a>
219
219
  </dt>
220
- <dt>CAIRO_HAS_IMAGE_SURFACE, <a class="indexterm" href="cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE:CAPS">CAIRO_HAS_IMAGE_SURFACE</a>
220
+ <dt>CAIRO_HAS_IMAGE_SURFACE, <a class="indexterm" href="cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE--CAPS">CAIRO_HAS_IMAGE_SURFACE</a>
221
221
  </dt>
222
- <dt>CAIRO_HAS_PDF_SURFACE, <a class="indexterm" href="cairo-pdf-surface.html#CAIRO-HAS-PDF-SURFACE:CAPS">CAIRO_HAS_PDF_SURFACE</a>
222
+ <dt>CAIRO_HAS_PDF_SURFACE, <a class="indexterm" href="cairo-pdf-surface.html#CAIRO-HAS-PDF-SURFACE--CAPS">CAIRO_HAS_PDF_SURFACE</a>
223
223
  </dt>
224
- <dt>CAIRO_HAS_PNG_FUNCTIONS, <a class="indexterm" href="cairo-png-functions.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS">CAIRO_HAS_PNG_FUNCTIONS</a>
224
+ <dt>CAIRO_HAS_PNG_FUNCTIONS, <a class="indexterm" href="cairo-png-functions.html#CAIRO-HAS-PNG-FUNCTIONS--CAPS">CAIRO_HAS_PNG_FUNCTIONS</a>
225
225
  </dt>
226
- <dt>CAIRO_HAS_PS_SURFACE, <a class="indexterm" href="cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE:CAPS">CAIRO_HAS_PS_SURFACE</a>
226
+ <dt>CAIRO_HAS_PS_SURFACE, <a class="indexterm" href="cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE--CAPS">CAIRO_HAS_PS_SURFACE</a>
227
227
  </dt>
228
- <dt>CAIRO_HAS_QUARTZ_FONT, <a class="indexterm" href="cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT:CAPS">CAIRO_HAS_QUARTZ_FONT</a>
228
+ <dt>CAIRO_HAS_QUARTZ_FONT, <a class="indexterm" href="cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT--CAPS">CAIRO_HAS_QUARTZ_FONT</a>
229
229
  </dt>
230
- <dt>CAIRO_HAS_QUARTZ_SURFACE, <a class="indexterm" href="cairo-quartz-surface.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS">CAIRO_HAS_QUARTZ_SURFACE</a>
230
+ <dt>CAIRO_HAS_QUARTZ_SURFACE, <a class="indexterm" href="cairo-quartz-surface.html#CAIRO-HAS-QUARTZ-SURFACE--CAPS">CAIRO_HAS_QUARTZ_SURFACE</a>
231
231
  </dt>
232
- <dt>CAIRO_HAS_SVG_SURFACE, <a class="indexterm" href="cairo-svg-surface.html#CAIRO-HAS-SVG-SURFACE:CAPS">CAIRO_HAS_SVG_SURFACE</a>
232
+ <dt>CAIRO_HAS_SVG_SURFACE, <a class="indexterm" href="cairo-svg-surface.html#CAIRO-HAS-SVG-SURFACE--CAPS">CAIRO_HAS_SVG_SURFACE</a>
233
233
  </dt>
234
- <dt>CAIRO_HAS_USER_FONT, <a class="indexterm" href="cairo-user-font.html#CAIRO-HAS-USER-FONT:CAPS">CAIRO_HAS_USER_FONT</a>
234
+ <dt>CAIRO_HAS_USER_FONT, <a class="indexterm" href="cairo-user-font.html#CAIRO-HAS-USER-FONT--CAPS">CAIRO_HAS_USER_FONT</a>
235
235
  </dt>
236
- <dt>CAIRO_HAS_WIN32_FONT, <a class="indexterm" href="cairo-win32-font.html#CAIRO-HAS-WIN32-FONT:CAPS">CAIRO_HAS_WIN32_FONT</a>
236
+ <dt>CAIRO_HAS_WIN32_FONT, <a class="indexterm" href="cairo-win32-font.html#CAIRO-HAS-WIN32-FONT--CAPS">CAIRO_HAS_WIN32_FONT</a>
237
237
  </dt>
238
- <dt>CAIRO_HAS_WIN32_SURFACE, <a class="indexterm" href="cairo-win32-surface.html#CAIRO-HAS-WIN32-SURFACE:CAPS">CAIRO_HAS_WIN32_SURFACE</a>
238
+ <dt>CAIRO_HAS_WIN32_SURFACE, <a class="indexterm" href="cairo-win32-surface.html#CAIRO-HAS-WIN32-SURFACE--CAPS">CAIRO_HAS_WIN32_SURFACE</a>
239
239
  </dt>
240
- <dt>CAIRO_HAS_XLIB_SURFACE, <a class="indexterm" href="cairo-xlib-surface.html#CAIRO-HAS-XLIB-SURFACE:CAPS">CAIRO_HAS_XLIB_SURFACE</a>
240
+ <dt>CAIRO_HAS_XLIB_SURFACE, <a class="indexterm" href="cairo-xlib-surface.html#CAIRO-HAS-XLIB-SURFACE--CAPS">CAIRO_HAS_XLIB_SURFACE</a>
241
241
  </dt>
242
242
  <dt>cairo_hint_metrics_t, <a class="indexterm" href="cairo-font-options.html#cairo-hint-metrics-t">enum cairo_hint_metrics_t</a>
243
243
  </dt>
@@ -679,23 +679,23 @@
679
679
  </dt>
680
680
  <dt>cairo_user_to_device_distance, <a class="indexterm" href="cairo-transformations.html#cairo-user-to-device-distance">cairo_user_to_device_distance ()</a>
681
681
  </dt>
682
- <dt>CAIRO_VERSION, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION:CAPS">CAIRO_VERSION</a>
682
+ <dt>CAIRO_VERSION, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION--CAPS">CAIRO_VERSION</a>
683
683
  </dt>
684
684
  <dt>cairo_version, <a class="indexterm" href="cairo-version-info.html#cairo-version">cairo_version ()</a>
685
685
  </dt>
686
- <dt>CAIRO_VERSION_ENCODE, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-ENCODE:CAPS">CAIRO_VERSION_ENCODE()</a>
686
+ <dt>CAIRO_VERSION_ENCODE, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-ENCODE--CAPS">CAIRO_VERSION_ENCODE()</a>
687
687
  </dt>
688
- <dt>CAIRO_VERSION_MAJOR, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-MAJOR:CAPS">CAIRO_VERSION_MAJOR</a>
688
+ <dt>CAIRO_VERSION_MAJOR, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-MAJOR--CAPS">CAIRO_VERSION_MAJOR</a>
689
689
  </dt>
690
- <dt>CAIRO_VERSION_MICRO, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-MICRO:CAPS">CAIRO_VERSION_MICRO</a>
690
+ <dt>CAIRO_VERSION_MICRO, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-MICRO--CAPS">CAIRO_VERSION_MICRO</a>
691
691
  </dt>
692
- <dt>CAIRO_VERSION_MINOR, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-MINOR:CAPS">CAIRO_VERSION_MINOR</a>
692
+ <dt>CAIRO_VERSION_MINOR, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-MINOR--CAPS">CAIRO_VERSION_MINOR</a>
693
693
  </dt>
694
- <dt>CAIRO_VERSION_STRING, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-STRING:CAPS">CAIRO_VERSION_STRING</a>
694
+ <dt>CAIRO_VERSION_STRING, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-STRING--CAPS">CAIRO_VERSION_STRING</a>
695
695
  </dt>
696
696
  <dt>cairo_version_string, <a class="indexterm" href="cairo-version-info.html#cairo-version-string">cairo_version_string ()</a>
697
697
  </dt>
698
- <dt>CAIRO_VERSION_STRINGIZE, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-STRINGIZE:CAPS">CAIRO_VERSION_STRINGIZE()</a>
698
+ <dt>CAIRO_VERSION_STRINGIZE, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-STRINGIZE--CAPS">CAIRO_VERSION_STRINGIZE()</a>
699
699
  </dt>
700
700
  <dt>cairo_win32_font_face_create_for_hfont, <a class="indexterm" href="cairo-win32-font.html#cairo-win32-font-face-create-for-hfont">cairo_win32_font_face_create_for_hfont ()</a>
701
701
  </dt>
@@ -754,6 +754,6 @@
754
754
  </div>
755
755
  <div class="footer">
756
756
  <hr>
757
- Generated by GTK-Doc V1.10</div>
757
+ Generated by GTK-Doc V1.11</div>
758
758
  </body>
759
759
  </html>