cairo 1.7.0-x86-mswin32 → 1.8.0-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.
- data/ChangeLog +32 -0
- data/NEWS +9 -1
- data/README +1 -0
- data/Rakefile +2 -2
- data/cairo/DLL_FAQ.txt +397 -0
- data/cairo/README.txt +53 -0
- data/cairo/USAGE.txt +94 -0
- data/cairo/bin/libcairo-2.dll +0 -0
- data/cairo/bin/libpng12-0.dll +0 -0
- data/cairo/bin/zlib1.dll +0 -0
- data/cairo/include/cairo/cairo-deprecated.h +0 -4
- data/cairo/include/cairo/cairo-features.h +7 -22
- data/cairo/include/cairo/cairo-pdf.h +1 -1
- data/cairo/include/cairo/cairo-ps.h +1 -1
- data/cairo/include/cairo/cairo-svg.h +1 -1
- data/cairo/include/cairo/cairo-version.h +8 -0
- data/cairo/include/cairo/cairo-win32.h +9 -1
- data/cairo/include/cairo/cairo.h +420 -32
- data/cairo/include/libpng12/png.h +3592 -0
- data/cairo/include/libpng12/pngconf.h +1481 -0
- data/cairo/include/png.h +36 -13
- data/cairo/include/pngconf.h +3 -3
- data/cairo/include/zconf.h +332 -0
- data/cairo/include/zlib.h +1357 -0
- data/cairo/lib/cairo.def +22 -0
- data/cairo/lib/cairo.lib +0 -0
- data/cairo/lib/libcairo.dll.a +0 -0
- data/cairo/lib/libpng.def +1 -0
- data/cairo/lib/libpng.lib +0 -0
- data/cairo/lib/libpng12.dll.a +0 -0
- data/cairo/lib/pkgconfig/cairo-pdf.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-png.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-ps.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-svg.pc +4 -4
- data/cairo/lib/pkgconfig/cairo-win32-font.pc +4 -4
- data/cairo/lib/pkgconfig/cairo-win32.pc +4 -4
- data/cairo/lib/pkgconfig/cairo.pc +4 -4
- data/cairo/lib/pkgconfig/libpng.pc +3 -2
- data/cairo/lib/pkgconfig/libpng12.pc +3 -2
- data/cairo/lib/zdll.exp +0 -0
- data/cairo/lib/zdll.lib +0 -0
- data/cairo/lib/zlib.def +60 -0
- data/cairo/manifest/cairo-dev_1.8.0-1_win32.mft +76 -0
- data/cairo/manifest/cairo_1.8.0-1_win32.mft +5 -0
- data/cairo/manifest/{libpng-dev-1.2.29.mft → libpng-dev_1.2.32-1_win32.mft} +5 -2
- data/cairo/manifest/libpng_1.2.32-1_win32.mft +2 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING +0 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-LGPL-2.1 +0 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-MPL-1.1 +0 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +15 -11
- data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +15 -11
- data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +20 -16
- data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +16 -12
- data/cairo/share/gtk-doc/html/cairo/bindings-path.html +17 -13
- data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +25 -21
- data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +17 -13
- data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +14 -10
- data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +19 -15
- data/cairo/share/gtk-doc/html/cairo/cairo-context.html +2721 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-drawing.html +57 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-error-status.html +361 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-font-face.html +418 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-font-options.html +695 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-fonts.html +63 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-ft-font.html +318 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-image-surface.html +486 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-cairo-matrix-t.html → cairo-matrix.html} +137 -156
- data/cairo/share/gtk-doc/html/cairo/{cairo-Paths.html → cairo-paths.html} +275 -306
- data/cairo/share/gtk-doc/html/cairo/cairo-pattern.html +1524 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-PDF-Surfaces.html → cairo-pdf-surface.html} +60 -70
- data/cairo/share/gtk-doc/html/cairo/cairo-png-functions.html +332 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-PostScript-Surfaces.html → cairo-ps-surface.html} +131 -150
- data/cairo/share/gtk-doc/html/cairo/cairo-quartz-font.html +153 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-Quartz-Surfaces.html → cairo-quartz-surface.html} +53 -62
- data/cairo/share/gtk-doc/html/cairo/cairo-scaled-font.html +1051 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-support.html +54 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-surface.html +1064 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-surfaces.html +69 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-svg-surface.html +324 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-text.html +1264 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-Transformations.html → cairo-transformations.html} +98 -115
- data/cairo/share/gtk-doc/html/cairo/cairo-types.html +134 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-user-font.html +769 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-version-info.html +355 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-win32-font.html +366 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-win32-surface.html +321 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-XLib-Surfaces.html → cairo-xlib-surface.html} +104 -121
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +390 -405
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +390 -405
- data/cairo/share/gtk-doc/html/cairo/index-1.2.html +63 -59
- data/cairo/share/gtk-doc/html/cairo/index-1.4.html +45 -41
- data/cairo/share/gtk-doc/html/cairo/index-1.6.html +29 -23
- data/cairo/share/gtk-doc/html/cairo/index-1.8.html +107 -0
- data/cairo/share/gtk-doc/html/cairo/index-all.html +759 -0
- data/cairo/share/gtk-doc/html/cairo/index.html +51 -41
- data/cairo/share/gtk-doc/html/cairo/index.sgml +478 -466
- data/cairo/share/gtk-doc/html/cairo/language-bindings.html +22 -18
- data/cairo/share/gtk-doc/html/cairo/style.css +14 -2
- data/cairo/share/man/man3/libpng.3 +443 -17
- data/cairo/share/man/man3/libpngpf.3 +618 -102
- data/cairo/share/man/man5/png.5 +1 -1
- data/cairo/src/tml/make/cairo_1.8.0-1_win32.log +1021 -0
- data/cairo/src/tml/make/cairo_1.8.0-1_win32.sh +68 -0
- data/cairo/src/tml/make/libpng_1.2.32-1_win32.log +269 -0
- data/cairo/src/tml/make/libpng_1.2.32-1_win32.sh +63 -0
- data/cairo/test/example_d.exe +0 -0
- data/cairo/test/minigzip_d.exe +0 -0
- data/cairo/test/testzlib_d.exe +0 -0
- data/cairo/test/untgz_d.exe +0 -0
- data/doc/en/cairo-context.html +81 -91
- data/doc/en/cairo-font-options.html +11 -26
- data/doc/en/cairo-text-cluster-flag.html +35 -0
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +3 -3
- data/doc/en/cairo.html +38 -42
- data/doc/en/index.html +129 -142
- data/doc/ja/cairo-font-options.html +3 -25
- data/doc/ja/cairo-text-cluster-flag.html +46 -0
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +16 -15
- data/doc/ja/cairo.html +3 -7
- data/doc/ja/index.html +9 -17
- data/src/cairo.def +1 -1
- data/src/cairo.so +0 -0
- data/src/lib/cairo/constants.rb +3 -1
- data/src/libruby-cairo.a +0 -0
- data/src/rb_cairo.c +2 -2
- data/src/rb_cairo.h +5 -5
- data/src/rb_cairo_constants.c +12 -19
- data/src/rb_cairo_context.c +25 -21
- data/src/rb_cairo_font_face.c +44 -29
- data/src/rb_cairo_font_options.c +1 -23
- data/src/rb_cairo_scaled_font.c +5 -5
- data/test/test_constants.rb +6 -9
- data/test/test_context.rb +0 -12
- data/test/test_font_face.rb +7 -7
- data/test/test_font_options.rb +2 -21
- data/test/test_scaled_font.rb +3 -3
- data/test/test_text_to_glyphs_data.rb +19 -15
- metadata +68 -45
- data/cairo/make/cairo-1.6.4-2.sh +0 -55
- data/cairo/make/libpng-1.2.29.sh +0 -35
- data/cairo/manifest/cairo-1.6.4-2.mft +0 -6
- data/cairo/manifest/cairo-dev-1.6.4-2.mft +0 -72
- data/cairo/manifest/libpng-1.2.29.mft +0 -2
- data/cairo/share/gtk-doc/html/cairo/Drawing.html +0 -53
- data/cairo/share/gtk-doc/html/cairo/Fonts.html +0 -56
- data/cairo/share/gtk-doc/html/cairo/Support.html +0 -50
- data/cairo/share/gtk-doc/html/cairo/Surfaces.html +0 -65
- data/cairo/share/gtk-doc/html/cairo/cairo-Error-Handling.html +0 -328
- data/cairo/share/gtk-doc/html/cairo/cairo-Font-Options.html +0 -720
- data/cairo/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +0 -297
- data/cairo/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +0 -484
- data/cairo/share/gtk-doc/html/cairo/cairo-PNG-Support.html +0 -345
- data/cairo/share/gtk-doc/html/cairo/cairo-Patterns.html +0 -1560
- data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Fonts.html +0 -161
- data/cairo/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +0 -337
- data/cairo/share/gtk-doc/html/cairo/cairo-Scaled-Fonts.html +0 -823
- data/cairo/share/gtk-doc/html/cairo/cairo-Text.html +0 -836
- data/cairo/share/gtk-doc/html/cairo/cairo-Types.html +0 -143
- data/cairo/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -325
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +0 -381
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +0 -331
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +0 -427
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +0 -995
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-t.html +0 -2795
- data/cairo/share/gtk-doc/html/cairo/ix01.html +0 -693
- data/doc/en/cairo-lcd-filter.html +0 -39
- data/doc/ja/cairo-lcd-filter.html +0 -63
@@ -1,29 +1,30 @@
|
|
1
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html>
|
3
3
|
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.2</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
7
7
|
<link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
|
8
8
|
<link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
|
9
|
-
<link rel="prev" href="
|
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.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
<link rel="chapter" href="
|
14
|
-
<link rel="chapter" href="
|
15
|
-
<link rel="chapter" href="
|
16
|
-
<link rel="chapter" href="
|
17
|
-
<link rel="index" href="
|
13
|
+
<link rel="chapter" href="cairo-drawing.html" title="Drawing">
|
14
|
+
<link rel="chapter" href="cairo-fonts.html" title="Fonts">
|
15
|
+
<link rel="chapter" href="cairo-surfaces.html" title="Surfaces">
|
16
|
+
<link rel="chapter" href="cairo-support.html" title="Utilities">
|
17
|
+
<link rel="index" href="index-all.html" title="Index">
|
18
18
|
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
19
19
|
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
20
20
|
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
21
|
-
<link rel="
|
21
|
+
<link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
|
22
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
22
23
|
</head>
|
23
24
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
24
25
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
25
|
-
<td><a accesskey="p" href="
|
26
|
-
<td
|
26
|
+
<td><a accesskey="p" href="index-all.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
27
|
+
<td> </td>
|
27
28
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
28
29
|
<th width="100%" align="center">Cairo: A Vector Graphics Library</th>
|
29
30
|
<td><a accesskey="n" href="index-1.4.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
@@ -34,104 +35,107 @@
|
|
34
35
|
<div class="index"><div class="indexdiv">
|
35
36
|
<h3>C</h3>
|
36
37
|
<dl>
|
37
|
-
<dt>cairo_font_face_get_type, <a class="indexterm" href="cairo-cairo-font-face-
|
38
|
+
<dt>cairo_font_face_get_type, <a class="indexterm" href="cairo-font-face.html#cairo-font-face-get-type">cairo_font_face_get_type ()</a>
|
38
39
|
</dt>
|
39
|
-
<dt>cairo_font_type_t, <a class="indexterm" href="cairo-cairo-font-
|
40
|
+
<dt>cairo_font_type_t, <a class="indexterm" href="cairo-font-face.html#cairo-font-type-t">enum cairo_font_type_t</a>
|
40
41
|
</dt>
|
41
|
-
<dt>cairo_get_group_target, <a class="indexterm" href="cairo-
|
42
|
+
<dt>cairo_get_group_target, <a class="indexterm" href="cairo-context.html#cairo-get-group-target">cairo_get_group_target ()</a>
|
42
43
|
</dt>
|
43
|
-
<dt>cairo_image_surface_get_data, <a class="indexterm" href="cairo-
|
44
|
+
<dt>cairo_image_surface_get_data, <a class="indexterm" href="cairo-image-surface.html#cairo-image-surface-get-data">cairo_image_surface_get_data ()</a>
|
44
45
|
</dt>
|
45
|
-
<dt>cairo_image_surface_get_format, <a class="indexterm" href="cairo-
|
46
|
+
<dt>cairo_image_surface_get_format, <a class="indexterm" href="cairo-image-surface.html#cairo-image-surface-get-format">cairo_image_surface_get_format ()</a>
|
46
47
|
</dt>
|
47
|
-
<dt>cairo_image_surface_get_stride, <a class="indexterm" href="cairo-
|
48
|
+
<dt>cairo_image_surface_get_stride, <a class="indexterm" href="cairo-image-surface.html#cairo-image-surface-get-stride">cairo_image_surface_get_stride ()</a>
|
48
49
|
</dt>
|
49
|
-
<dt>cairo_new_sub_path, <a class="indexterm" href="cairo-
|
50
|
+
<dt>cairo_new_sub_path, <a class="indexterm" href="cairo-paths.html#cairo-new-sub-path">cairo_new_sub_path ()</a>
|
50
51
|
</dt>
|
51
|
-
<dt>cairo_pattern_get_type, <a class="indexterm" href="cairo-
|
52
|
+
<dt>cairo_pattern_get_type, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-type">cairo_pattern_get_type ()</a>
|
52
53
|
</dt>
|
53
|
-
<dt>cairo_pattern_type_t, <a class="indexterm" href="cairo-
|
54
|
+
<dt>cairo_pattern_type_t, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-type-t">enum cairo_pattern_type_t</a>
|
54
55
|
</dt>
|
55
|
-
<dt>cairo_pdf_surface_create, <a class="indexterm" href="cairo-
|
56
|
+
<dt>cairo_pdf_surface_create, <a class="indexterm" href="cairo-pdf-surface.html#cairo-pdf-surface-create">cairo_pdf_surface_create ()</a>
|
56
57
|
</dt>
|
57
|
-
<dt>cairo_pdf_surface_create_for_stream, <a class="indexterm" href="cairo-
|
58
|
+
<dt>cairo_pdf_surface_create_for_stream, <a class="indexterm" href="cairo-pdf-surface.html#cairo-pdf-surface-create-for-stream">cairo_pdf_surface_create_for_stream ()</a>
|
58
59
|
</dt>
|
59
|
-
<dt>cairo_pdf_surface_set_size, <a class="indexterm" href="cairo-
|
60
|
+
<dt>cairo_pdf_surface_set_size, <a class="indexterm" href="cairo-pdf-surface.html#cairo-pdf-surface-set-size">cairo_pdf_surface_set_size ()</a>
|
60
61
|
</dt>
|
61
|
-
<dt>cairo_pop_group, <a class="indexterm" href="cairo-
|
62
|
+
<dt>cairo_pop_group, <a class="indexterm" href="cairo-context.html#cairo-pop-group">cairo_pop_group ()</a>
|
62
63
|
</dt>
|
63
|
-
<dt>cairo_pop_group_to_source, <a class="indexterm" href="cairo-
|
64
|
+
<dt>cairo_pop_group_to_source, <a class="indexterm" href="cairo-context.html#cairo-pop-group-to-source">cairo_pop_group_to_source ()</a>
|
64
65
|
</dt>
|
65
|
-
<dt>cairo_ps_surface_create, <a class="indexterm" href="cairo-
|
66
|
+
<dt>cairo_ps_surface_create, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-create">cairo_ps_surface_create ()</a>
|
66
67
|
</dt>
|
67
|
-
<dt>cairo_ps_surface_create_for_stream, <a class="indexterm" href="cairo-
|
68
|
+
<dt>cairo_ps_surface_create_for_stream, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-create-for-stream">cairo_ps_surface_create_for_stream ()</a>
|
68
69
|
</dt>
|
69
|
-
<dt>cairo_ps_surface_dsc_begin_page_setup, <a class="indexterm" href="cairo-
|
70
|
+
<dt>cairo_ps_surface_dsc_begin_page_setup, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-dsc-begin-page-setup">cairo_ps_surface_dsc_begin_page_setup ()</a>
|
70
71
|
</dt>
|
71
|
-
<dt>cairo_ps_surface_dsc_begin_setup, <a class="indexterm" href="cairo-
|
72
|
+
<dt>cairo_ps_surface_dsc_begin_setup, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-dsc-begin-setup">cairo_ps_surface_dsc_begin_setup ()</a>
|
72
73
|
</dt>
|
73
|
-
<dt>cairo_ps_surface_dsc_comment, <a class="indexterm" href="cairo-
|
74
|
+
<dt>cairo_ps_surface_dsc_comment, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-dsc-comment">cairo_ps_surface_dsc_comment ()</a>
|
74
75
|
</dt>
|
75
|
-
<dt>cairo_ps_surface_set_size, <a class="indexterm" href="cairo-
|
76
|
+
<dt>cairo_ps_surface_set_size, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-set-size">cairo_ps_surface_set_size ()</a>
|
76
77
|
</dt>
|
77
|
-
<dt>cairo_push_group, <a class="indexterm" href="cairo-
|
78
|
+
<dt>cairo_push_group, <a class="indexterm" href="cairo-context.html#cairo-push-group">cairo_push_group ()</a>
|
78
79
|
</dt>
|
79
|
-
<dt>cairo_push_group_with_content, <a class="indexterm" href="cairo-
|
80
|
+
<dt>cairo_push_group_with_content, <a class="indexterm" href="cairo-context.html#cairo-push-group-with-content">cairo_push_group_with_content ()</a>
|
80
81
|
</dt>
|
81
|
-
<dt>cairo_scaled_font_get_ctm, <a class="indexterm" href="cairo-
|
82
|
+
<dt>cairo_scaled_font_get_ctm, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-get-ctm">cairo_scaled_font_get_ctm ()</a>
|
82
83
|
</dt>
|
83
|
-
<dt>cairo_scaled_font_get_font_face, <a class="indexterm" href="cairo-
|
84
|
+
<dt>cairo_scaled_font_get_font_face, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-get-font-face">cairo_scaled_font_get_font_face ()</a>
|
84
85
|
</dt>
|
85
|
-
<dt>cairo_scaled_font_get_font_matrix, <a class="indexterm" href="cairo-
|
86
|
+
<dt>cairo_scaled_font_get_font_matrix, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-get-font-matrix">cairo_scaled_font_get_font_matrix ()</a>
|
86
87
|
</dt>
|
87
|
-
<dt>cairo_scaled_font_get_font_options, <a class="indexterm" href="cairo-
|
88
|
+
<dt>cairo_scaled_font_get_font_options, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-get-font-options">cairo_scaled_font_get_font_options ()</a>
|
88
89
|
</dt>
|
89
|
-
<dt>cairo_scaled_font_get_type, <a class="indexterm" href="cairo-
|
90
|
+
<dt>cairo_scaled_font_get_type, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-get-type">cairo_scaled_font_get_type ()</a>
|
90
91
|
</dt>
|
91
|
-
<dt>cairo_scaled_font_text_extents, <a class="indexterm" href="cairo-
|
92
|
+
<dt>cairo_scaled_font_text_extents, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-text-extents">cairo_scaled_font_text_extents ()</a>
|
92
93
|
</dt>
|
93
|
-
<dt>cairo_set_scaled_font, <a class="indexterm" href="cairo-
|
94
|
+
<dt>cairo_set_scaled_font, <a class="indexterm" href="cairo-text.html#cairo-set-scaled-font">cairo_set_scaled_font ()</a>
|
94
95
|
</dt>
|
95
|
-
<dt>cairo_surface_get_content, <a class="indexterm" href="cairo-cairo-surface-
|
96
|
+
<dt>cairo_surface_get_content, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-content">cairo_surface_get_content ()</a>
|
96
97
|
</dt>
|
97
|
-
<dt>cairo_surface_get_device_offset, <a class="indexterm" href="cairo-cairo-surface-
|
98
|
+
<dt>cairo_surface_get_device_offset, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-device-offset">cairo_surface_get_device_offset ()</a>
|
98
99
|
</dt>
|
99
|
-
<dt>cairo_surface_get_type, <a class="indexterm" href="cairo-cairo-surface-
|
100
|
+
<dt>cairo_surface_get_type, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-type">cairo_surface_get_type ()</a>
|
100
101
|
</dt>
|
101
|
-
<dt>cairo_surface_set_fallback_resolution, <a class="indexterm" href="cairo-cairo-surface-
|
102
|
+
<dt>cairo_surface_set_fallback_resolution, <a class="indexterm" href="cairo-surface.html#cairo-surface-set-fallback-resolution">cairo_surface_set_fallback_resolution ()</a>
|
102
103
|
</dt>
|
103
|
-
<dt>cairo_surface_type_t, <a class="indexterm" href="cairo-cairo-surface-t
|
104
|
+
<dt>cairo_surface_type_t, <a class="indexterm" href="cairo-surface.html#cairo-surface-type-t">enum cairo_surface_type_t</a>
|
104
105
|
</dt>
|
105
|
-
<dt>cairo_svg_get_versions, <a class="indexterm" href="cairo-
|
106
|
+
<dt>cairo_svg_get_versions, <a class="indexterm" href="cairo-svg-surface.html#cairo-svg-get-versions">cairo_svg_get_versions ()</a>
|
106
107
|
</dt>
|
107
|
-
<dt>cairo_svg_surface_create, <a class="indexterm" href="cairo-
|
108
|
+
<dt>cairo_svg_surface_create, <a class="indexterm" href="cairo-svg-surface.html#cairo-svg-surface-create">cairo_svg_surface_create ()</a>
|
108
109
|
</dt>
|
109
|
-
<dt>cairo_svg_surface_create_for_stream, <a class="indexterm" href="cairo-
|
110
|
+
<dt>cairo_svg_surface_create_for_stream, <a class="indexterm" href="cairo-svg-surface.html#cairo-svg-surface-create-for-stream">cairo_svg_surface_create_for_stream ()</a>
|
110
111
|
</dt>
|
111
|
-
<dt>cairo_svg_surface_restrict_to_version, <a class="indexterm" href="cairo-
|
112
|
+
<dt>cairo_svg_surface_restrict_to_version, <a class="indexterm" href="cairo-svg-surface.html#cairo-svg-surface-restrict-to-version">cairo_svg_surface_restrict_to_version ()</a>
|
112
113
|
</dt>
|
113
|
-
<dt>cairo_svg_version_to_string, <a class="indexterm" href="cairo-
|
114
|
+
<dt>cairo_svg_version_to_string, <a class="indexterm" href="cairo-svg-surface.html#cairo-svg-version-to-string">cairo_svg_version_to_string ()</a>
|
114
115
|
</dt>
|
115
|
-
<dt>cairo_win32_surface_create_with_dib, <a class="indexterm" href="cairo-
|
116
|
+
<dt>cairo_win32_surface_create_with_dib, <a class="indexterm" href="cairo-win32-surface.html#cairo-win32-surface-create-with-dib">cairo_win32_surface_create_with_dib ()</a>
|
116
117
|
</dt>
|
117
|
-
<dt>cairo_win32_surface_get_dc, <a class="indexterm" href="cairo-
|
118
|
+
<dt>cairo_win32_surface_get_dc, <a class="indexterm" href="cairo-win32-surface.html#cairo-win32-surface-get-dc">cairo_win32_surface_get_dc ()</a>
|
118
119
|
</dt>
|
119
|
-
<dt>cairo_xlib_surface_get_depth, <a class="indexterm" href="cairo-
|
120
|
+
<dt>cairo_xlib_surface_get_depth, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-get-depth">cairo_xlib_surface_get_depth ()</a>
|
120
121
|
</dt>
|
121
|
-
<dt>cairo_xlib_surface_get_display, <a class="indexterm" href="cairo-
|
122
|
+
<dt>cairo_xlib_surface_get_display, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-get-display">cairo_xlib_surface_get_display ()</a>
|
122
123
|
</dt>
|
123
|
-
<dt>cairo_xlib_surface_get_drawable, <a class="indexterm" href="cairo-
|
124
|
+
<dt>cairo_xlib_surface_get_drawable, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-get-drawable">cairo_xlib_surface_get_drawable ()</a>
|
124
125
|
</dt>
|
125
|
-
<dt>cairo_xlib_surface_get_height, <a class="indexterm" href="cairo-
|
126
|
+
<dt>cairo_xlib_surface_get_height, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-get-height">cairo_xlib_surface_get_height ()</a>
|
126
127
|
</dt>
|
127
|
-
<dt>cairo_xlib_surface_get_screen, <a class="indexterm" href="cairo-
|
128
|
+
<dt>cairo_xlib_surface_get_screen, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-get-screen">cairo_xlib_surface_get_screen ()</a>
|
128
129
|
</dt>
|
129
|
-
<dt>cairo_xlib_surface_get_visual, <a class="indexterm" href="cairo-
|
130
|
+
<dt>cairo_xlib_surface_get_visual, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-get-visual">cairo_xlib_surface_get_visual ()</a>
|
130
131
|
</dt>
|
131
|
-
<dt>cairo_xlib_surface_get_width, <a class="indexterm" href="cairo-
|
132
|
+
<dt>cairo_xlib_surface_get_width, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-get-width">cairo_xlib_surface_get_width ()</a>
|
132
133
|
</dt>
|
133
134
|
</dl>
|
134
135
|
</div></div>
|
135
136
|
</div>
|
137
|
+
<div class="footer">
|
138
|
+
<hr>
|
139
|
+
Generated by GTK-Doc V1.10</div>
|
136
140
|
</body>
|
137
141
|
</html>
|
@@ -1,29 +1,30 @@
|
|
1
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html>
|
3
3
|
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.4</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
7
7
|
<link rel="start" 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.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
<link rel="chapter" href="
|
14
|
-
<link rel="chapter" href="
|
15
|
-
<link rel="chapter" href="
|
16
|
-
<link rel="chapter" href="
|
17
|
-
<link rel="index" href="
|
13
|
+
<link rel="chapter" href="cairo-drawing.html" title="Drawing">
|
14
|
+
<link rel="chapter" href="cairo-fonts.html" title="Fonts">
|
15
|
+
<link rel="chapter" href="cairo-surfaces.html" title="Surfaces">
|
16
|
+
<link rel="chapter" href="cairo-support.html" title="Utilities">
|
17
|
+
<link rel="index" href="index-all.html" title="Index">
|
18
18
|
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
19
19
|
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
20
20
|
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
21
|
-
<link rel="
|
21
|
+
<link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
|
22
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
22
23
|
</head>
|
23
24
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
24
25
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
25
26
|
<td><a accesskey="p" href="index-1.2.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
26
|
-
<td
|
27
|
+
<td> </td>
|
27
28
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
28
29
|
<th width="100%" align="center">Cairo: A Vector Graphics Library</th>
|
29
30
|
<td><a accesskey="n" href="index-1.6.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
@@ -34,72 +35,75 @@
|
|
34
35
|
<div class="index"><div class="indexdiv">
|
35
36
|
<h3>C</h3>
|
36
37
|
<dl>
|
37
|
-
<dt>cairo_clip_extents, <a class="indexterm" href="cairo-
|
38
|
+
<dt>cairo_clip_extents, <a class="indexterm" href="cairo-context.html#cairo-clip-extents">cairo_clip_extents ()</a>
|
38
39
|
</dt>
|
39
|
-
<dt>cairo_copy_clip_rectangle_list, <a class="indexterm" href="cairo-
|
40
|
+
<dt>cairo_copy_clip_rectangle_list, <a class="indexterm" href="cairo-context.html#cairo-copy-clip-rectangle-list">cairo_copy_clip_rectangle_list ()</a>
|
40
41
|
</dt>
|
41
|
-
<dt>cairo_font_face_get_reference_count, <a class="indexterm" href="cairo-cairo-font-face-
|
42
|
+
<dt>cairo_font_face_get_reference_count, <a class="indexterm" href="cairo-font-face.html#cairo-font-face-get-reference-count">cairo_font_face_get_reference_count ()</a>
|
42
43
|
</dt>
|
43
|
-
<dt>cairo_get_dash, <a class="indexterm" href="cairo-
|
44
|
+
<dt>cairo_get_dash, <a class="indexterm" href="cairo-context.html#cairo-get-dash">cairo_get_dash ()</a>
|
44
45
|
</dt>
|
45
|
-
<dt>cairo_get_dash_count, <a class="indexterm" href="cairo-
|
46
|
+
<dt>cairo_get_dash_count, <a class="indexterm" href="cairo-context.html#cairo-get-dash-count">cairo_get_dash_count ()</a>
|
46
47
|
</dt>
|
47
|
-
<dt>cairo_get_reference_count, <a class="indexterm" href="cairo-
|
48
|
+
<dt>cairo_get_reference_count, <a class="indexterm" href="cairo-context.html#cairo-get-reference-count">cairo_get_reference_count ()</a>
|
48
49
|
</dt>
|
49
|
-
<dt>cairo_get_scaled_font, <a class="indexterm" href="cairo-
|
50
|
+
<dt>cairo_get_scaled_font, <a class="indexterm" href="cairo-text.html#cairo-get-scaled-font">cairo_get_scaled_font ()</a>
|
50
51
|
</dt>
|
51
|
-
<dt>cairo_get_user_data, <a class="indexterm" href="cairo-
|
52
|
+
<dt>cairo_get_user_data, <a class="indexterm" href="cairo-context.html#cairo-get-user-data">cairo_get_user_data ()</a>
|
52
53
|
</dt>
|
53
|
-
<dt>cairo_pattern_get_color_stop_count, <a class="indexterm" href="cairo-
|
54
|
+
<dt>cairo_pattern_get_color_stop_count, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-color-stop-count">cairo_pattern_get_color_stop_count ()</a>
|
54
55
|
</dt>
|
55
|
-
<dt>cairo_pattern_get_color_stop_rgba, <a class="indexterm" href="cairo-
|
56
|
+
<dt>cairo_pattern_get_color_stop_rgba, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-color-stop-rgba">cairo_pattern_get_color_stop_rgba ()</a>
|
56
57
|
</dt>
|
57
|
-
<dt>cairo_pattern_get_linear_points, <a class="indexterm" href="cairo-
|
58
|
+
<dt>cairo_pattern_get_linear_points, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-linear-points">cairo_pattern_get_linear_points ()</a>
|
58
59
|
</dt>
|
59
|
-
<dt>cairo_pattern_get_radial_circles, <a class="indexterm" href="cairo-
|
60
|
+
<dt>cairo_pattern_get_radial_circles, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-radial-circles">cairo_pattern_get_radial_circles ()</a>
|
60
61
|
</dt>
|
61
|
-
<dt>cairo_pattern_get_reference_count, <a class="indexterm" href="cairo-
|
62
|
+
<dt>cairo_pattern_get_reference_count, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-reference-count">cairo_pattern_get_reference_count ()</a>
|
62
63
|
</dt>
|
63
|
-
<dt>cairo_pattern_get_rgba, <a class="indexterm" href="cairo-
|
64
|
+
<dt>cairo_pattern_get_rgba, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-rgba">cairo_pattern_get_rgba ()</a>
|
64
65
|
</dt>
|
65
|
-
<dt>cairo_pattern_get_surface, <a class="indexterm" href="cairo-
|
66
|
+
<dt>cairo_pattern_get_surface, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-surface">cairo_pattern_get_surface ()</a>
|
66
67
|
</dt>
|
67
|
-
<dt>cairo_pattern_get_user_data, <a class="indexterm" href="cairo-
|
68
|
+
<dt>cairo_pattern_get_user_data, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-user-data">cairo_pattern_get_user_data ()</a>
|
68
69
|
</dt>
|
69
|
-
<dt>cairo_pattern_set_user_data, <a class="indexterm" href="cairo-
|
70
|
+
<dt>cairo_pattern_set_user_data, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-set-user-data">cairo_pattern_set_user_data ()</a>
|
70
71
|
</dt>
|
71
|
-
<dt>cairo_quartz_surface_create, <a class="indexterm" href="cairo-
|
72
|
+
<dt>cairo_quartz_surface_create, <a class="indexterm" href="cairo-quartz-surface.html#cairo-quartz-surface-create">cairo_quartz_surface_create ()</a>
|
72
73
|
</dt>
|
73
|
-
<dt>cairo_quartz_surface_create_for_cg_context, <a class="indexterm" href="cairo-
|
74
|
+
<dt>cairo_quartz_surface_create_for_cg_context, <a class="indexterm" href="cairo-quartz-surface.html#cairo-quartz-surface-create-for-cg-context">cairo_quartz_surface_create_for_cg_context ()</a>
|
74
75
|
</dt>
|
75
|
-
<dt>cairo_quartz_surface_get_cg_context, <a class="indexterm" href="cairo-
|
76
|
+
<dt>cairo_quartz_surface_get_cg_context, <a class="indexterm" href="cairo-quartz-surface.html#cairo-quartz-surface-get-cg-context">cairo_quartz_surface_get_cg_context ()</a>
|
76
77
|
</dt>
|
77
|
-
<dt>cairo_rectangle_list_destroy, <a class="indexterm" href="cairo-
|
78
|
+
<dt>cairo_rectangle_list_destroy, <a class="indexterm" href="cairo-context.html#cairo-rectangle-list-destroy">cairo_rectangle_list_destroy ()</a>
|
78
79
|
</dt>
|
79
|
-
<dt>cairo_rectangle_list_t, <a class="indexterm" href="cairo-cairo-t
|
80
|
+
<dt>cairo_rectangle_list_t, <a class="indexterm" href="cairo-context.html#cairo-rectangle-list-t">cairo_rectangle_list_t</a>
|
80
81
|
</dt>
|
81
|
-
<dt>cairo_rectangle_t, <a class="indexterm" href="cairo-cairo-t
|
82
|
+
<dt>cairo_rectangle_t, <a class="indexterm" href="cairo-context.html#cairo-rectangle-t">cairo_rectangle_t</a>
|
82
83
|
</dt>
|
83
|
-
<dt>cairo_scaled_font_get_reference_count, <a class="indexterm" href="cairo-
|
84
|
+
<dt>cairo_scaled_font_get_reference_count, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-get-reference-count">cairo_scaled_font_get_reference_count ()</a>
|
84
85
|
</dt>
|
85
|
-
<dt>cairo_scaled_font_get_user_data, <a class="indexterm" href="cairo-
|
86
|
+
<dt>cairo_scaled_font_get_user_data, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-get-user-data">cairo_scaled_font_get_user_data ()</a>
|
86
87
|
</dt>
|
87
|
-
<dt>cairo_scaled_font_set_user_data, <a class="indexterm" href="cairo-
|
88
|
+
<dt>cairo_scaled_font_set_user_data, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-set-user-data">cairo_scaled_font_set_user_data ()</a>
|
88
89
|
</dt>
|
89
|
-
<dt>cairo_set_user_data, <a class="indexterm" href="cairo-
|
90
|
+
<dt>cairo_set_user_data, <a class="indexterm" href="cairo-context.html#cairo-set-user-data">cairo_set_user_data ()</a>
|
90
91
|
</dt>
|
91
|
-
<dt>cairo_surface_get_reference_count, <a class="indexterm" href="cairo-cairo-surface-
|
92
|
+
<dt>cairo_surface_get_reference_count, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-reference-count">cairo_surface_get_reference_count ()</a>
|
92
93
|
</dt>
|
93
|
-
<dt>cairo_win32_scaled_font_get_device_to_logical, <a class="indexterm" href="cairo-
|
94
|
+
<dt>cairo_win32_scaled_font_get_device_to_logical, <a class="indexterm" href="cairo-win32-font.html#cairo-win32-scaled-font-get-device-to-logical">cairo_win32_scaled_font_get_device_to_logical ()</a>
|
94
95
|
</dt>
|
95
|
-
<dt>cairo_win32_scaled_font_get_logical_to_device, <a class="indexterm" href="cairo-
|
96
|
+
<dt>cairo_win32_scaled_font_get_logical_to_device, <a class="indexterm" href="cairo-win32-font.html#cairo-win32-scaled-font-get-logical-to-device">cairo_win32_scaled_font_get_logical_to_device ()</a>
|
96
97
|
</dt>
|
97
|
-
<dt>cairo_win32_surface_create_with_ddb, <a class="indexterm" href="cairo-
|
98
|
+
<dt>cairo_win32_surface_create_with_ddb, <a class="indexterm" href="cairo-win32-surface.html#cairo-win32-surface-create-with-ddb">cairo_win32_surface_create_with_ddb ()</a>
|
98
99
|
</dt>
|
99
|
-
<dt>cairo_win32_surface_get_image, <a class="indexterm" href="cairo-
|
100
|
+
<dt>cairo_win32_surface_get_image, <a class="indexterm" href="cairo-win32-surface.html#cairo-win32-surface-get-image">cairo_win32_surface_get_image ()</a>
|
100
101
|
</dt>
|
101
102
|
</dl>
|
102
103
|
</div></div>
|
103
104
|
</div>
|
105
|
+
<div class="footer">
|
106
|
+
<hr>
|
107
|
+
Generated by GTK-Doc V1.10</div>
|
104
108
|
</body>
|
105
109
|
</html>
|
@@ -1,32 +1,33 @@
|
|
1
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html>
|
3
3
|
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.6</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
7
7
|
<link rel="start" 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
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
<link rel="chapter" href="
|
14
|
-
<link rel="chapter" href="
|
15
|
-
<link rel="chapter" href="
|
16
|
-
<link rel="chapter" href="
|
17
|
-
<link rel="index" href="
|
13
|
+
<link rel="chapter" href="cairo-drawing.html" title="Drawing">
|
14
|
+
<link rel="chapter" href="cairo-fonts.html" title="Fonts">
|
15
|
+
<link rel="chapter" href="cairo-surfaces.html" title="Surfaces">
|
16
|
+
<link rel="chapter" href="cairo-support.html" title="Utilities">
|
17
|
+
<link rel="index" href="index-all.html" title="Index">
|
18
18
|
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
19
19
|
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
20
20
|
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
21
|
-
<link rel="
|
21
|
+
<link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
|
22
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
22
23
|
</head>
|
23
24
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
24
25
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
25
26
|
<td><a accesskey="p" href="index-1.4.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
26
|
-
<td
|
27
|
+
<td> </td>
|
27
28
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
28
29
|
<th width="100%" align="center">Cairo: A Vector Graphics Library</th>
|
29
|
-
<td><a accesskey="n" href="
|
30
|
+
<td><a accesskey="n" href="index-1.8.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
30
31
|
</tr></table>
|
31
32
|
<div class="index">
|
32
33
|
<div class="titlepage"><div><div><h2 class="title">
|
@@ -34,32 +35,37 @@
|
|
34
35
|
<div class="index"><div class="indexdiv">
|
35
36
|
<h3>C</h3>
|
36
37
|
<dl>
|
37
|
-
<dt>cairo_format_stride_for_width, <a class="indexterm" href="cairo-
|
38
|
+
<dt>cairo_format_stride_for_width, <a class="indexterm" href="cairo-image-surface.html#cairo-format-stride-for-width">cairo_format_stride_for_width ()</a>
|
38
39
|
</dt>
|
39
|
-
<dt>cairo_has_current_point, <a class="indexterm" href="cairo-
|
40
|
+
<dt>cairo_has_current_point, <a class="indexterm" href="cairo-paths.html#cairo-has-current-point">cairo_has_current_point ()</a>
|
40
41
|
</dt>
|
41
|
-
<dt>cairo_path_extents, <a class="indexterm" href="cairo-
|
42
|
+
<dt>cairo_path_extents, <a class="indexterm" href="cairo-paths.html#cairo-path-extents">cairo_path_extents ()</a>
|
42
43
|
</dt>
|
43
|
-
<dt>cairo_ps_get_levels, <a class="indexterm" href="cairo-
|
44
|
+
<dt>cairo_ps_get_levels, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-get-levels">cairo_ps_get_levels ()</a>
|
44
45
|
</dt>
|
45
|
-
<dt>cairo_ps_level_to_string, <a class="indexterm" href="cairo-
|
46
|
+
<dt>cairo_ps_level_to_string, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-level-to-string">cairo_ps_level_to_string ()</a>
|
46
47
|
</dt>
|
47
|
-
<dt>cairo_ps_surface_get_eps, <a class="indexterm" href="cairo-
|
48
|
+
<dt>cairo_ps_surface_get_eps, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-get-eps">cairo_ps_surface_get_eps ()</a>
|
48
49
|
</dt>
|
49
|
-
<dt>cairo_ps_surface_restrict_to_level, <a class="indexterm" href="cairo-
|
50
|
+
<dt>cairo_ps_surface_restrict_to_level, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-restrict-to-level">cairo_ps_surface_restrict_to_level ()</a>
|
50
51
|
</dt>
|
51
|
-
<dt>cairo_ps_surface_set_eps, <a class="indexterm" href="cairo-
|
52
|
+
<dt>cairo_ps_surface_set_eps, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-set-eps">cairo_ps_surface_set_eps ()</a>
|
52
53
|
</dt>
|
53
|
-
<dt>cairo_quartz_font_face_create_for_atsu_font_id, <a class="indexterm" href="cairo-
|
54
|
+
<dt>cairo_quartz_font_face_create_for_atsu_font_id, <a class="indexterm" href="cairo-quartz-font.html#cairo-quartz-font-face-create-for-atsu-font-id">cairo_quartz_font_face_create_for_atsu_font_id ()</a>
|
54
55
|
</dt>
|
55
|
-
<dt>cairo_quartz_font_face_create_for_cgfont, <a class="indexterm" href="cairo-
|
56
|
+
<dt>cairo_quartz_font_face_create_for_cgfont, <a class="indexterm" href="cairo-quartz-font.html#cairo-quartz-font-face-create-for-cgfont">cairo_quartz_font_face_create_for_cgfont ()</a>
|
56
57
|
</dt>
|
57
|
-
<dt>cairo_surface_copy_page, <a class="indexterm" href="cairo-cairo-surface-
|
58
|
+
<dt>cairo_surface_copy_page, <a class="indexterm" href="cairo-surface.html#cairo-surface-copy-page">cairo_surface_copy_page ()</a>
|
58
59
|
</dt>
|
59
|
-
<dt>cairo_surface_show_page, <a class="indexterm" href="cairo-cairo-surface-
|
60
|
+
<dt>cairo_surface_show_page, <a class="indexterm" href="cairo-surface.html#cairo-surface-show-page">cairo_surface_show_page ()</a>
|
61
|
+
</dt>
|
62
|
+
<dt>cairo_win32_printing_surface_create, <a class="indexterm" href="cairo-win32-surface.html#cairo-win32-printing-surface-create">cairo_win32_printing_surface_create ()</a>
|
60
63
|
</dt>
|
61
64
|
</dl>
|
62
65
|
</div></div>
|
63
66
|
</div>
|
67
|
+
<div class="footer">
|
68
|
+
<hr>
|
69
|
+
Generated by GTK-Doc V1.10</div>
|
64
70
|
</body>
|
65
71
|
</html>
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
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">
|
8
|
+
<link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
|
9
|
+
<link rel="prev" href="index-1.6.html" title="Index of new symbols in 1.6">
|
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)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
<link rel="chapter" href="cairo-drawing.html" title="Drawing">
|
14
|
+
<link rel="chapter" href="cairo-fonts.html" title="Fonts">
|
15
|
+
<link rel="chapter" href="cairo-surfaces.html" title="Surfaces">
|
16
|
+
<link rel="chapter" href="cairo-support.html" title="Utilities">
|
17
|
+
<link rel="index" href="index-all.html" title="Index">
|
18
|
+
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
19
|
+
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
20
|
+
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
21
|
+
<link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
|
22
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
23
|
+
</head>
|
24
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
25
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
26
|
+
<td><a accesskey="p" href="index-1.6.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
27
|
+
<td> </td>
|
28
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
29
|
+
<th width="100%" align="center">Cairo: A Vector Graphics Library</th>
|
30
|
+
<td><a accesskey="n" href="language-bindings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
31
|
+
</tr></table>
|
32
|
+
<div class="index">
|
33
|
+
<div class="titlepage"><div><div><h2 class="title">
|
34
|
+
<a name="index-1.8"></a>Index of new symbols in 1.8</h2></div></div></div>
|
35
|
+
<div class="index"><div class="indexdiv">
|
36
|
+
<h3>C</h3>
|
37
|
+
<dl>
|
38
|
+
<dt>cairo_glyph_allocate, <a class="indexterm" href="cairo-text.html#cairo-glyph-allocate">cairo_glyph_allocate ()</a>
|
39
|
+
</dt>
|
40
|
+
<dt>cairo_glyph_free, <a class="indexterm" href="cairo-text.html#cairo-glyph-free">cairo_glyph_free ()</a>
|
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>
|
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>
|
45
|
+
</dt>
|
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
|
+
</dt>
|
48
|
+
<dt>cairo_scaled_font_text_to_glyphs, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-text-to-glyphs">cairo_scaled_font_text_to_glyphs ()</a>
|
49
|
+
</dt>
|
50
|
+
<dt>cairo_show_text_glyphs, <a class="indexterm" href="cairo-text.html#cairo-show-text-glyphs">cairo_show_text_glyphs ()</a>
|
51
|
+
</dt>
|
52
|
+
<dt>cairo_surface_get_fallback_resolution, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-fallback-resolution">cairo_surface_get_fallback_resolution ()</a>
|
53
|
+
</dt>
|
54
|
+
<dt>cairo_surface_has_show_text_glyphs, <a class="indexterm" href="cairo-surface.html#cairo-surface-has-show-text-glyphs">cairo_surface_has_show_text_glyphs ()</a>
|
55
|
+
</dt>
|
56
|
+
<dt>cairo_text_cluster_allocate, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-allocate">cairo_text_cluster_allocate ()</a>
|
57
|
+
</dt>
|
58
|
+
<dt>cairo_text_cluster_flags_t, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-flags-t">enum cairo_text_cluster_flags_t</a>
|
59
|
+
</dt>
|
60
|
+
<dt>cairo_text_cluster_free, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-free">cairo_text_cluster_free ()</a>
|
61
|
+
</dt>
|
62
|
+
<dt>cairo_text_cluster_t, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-t">cairo_text_cluster_t</a>
|
63
|
+
</dt>
|
64
|
+
<dt>cairo_toy_font_face_create, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-create">cairo_toy_font_face_create ()</a>
|
65
|
+
</dt>
|
66
|
+
<dt>cairo_toy_font_face_get_family, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-get-family">cairo_toy_font_face_get_family ()</a>
|
67
|
+
</dt>
|
68
|
+
<dt>cairo_toy_font_face_get_slant, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-get-slant">cairo_toy_font_face_get_slant ()</a>
|
69
|
+
</dt>
|
70
|
+
<dt>cairo_toy_font_face_get_weight, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-get-weight">cairo_toy_font_face_get_weight ()</a>
|
71
|
+
</dt>
|
72
|
+
<dt>cairo_user_font_face_create, <a class="indexterm" href="cairo-user-font.html#cairo-user-font-face-create">cairo_user_font_face_create ()</a>
|
73
|
+
</dt>
|
74
|
+
<dt>cairo_user_font_face_get_init_func, <a class="indexterm" href="cairo-user-font.html#cairo-user-font-face-get-init-func">cairo_user_font_face_get_init_func ()</a>
|
75
|
+
</dt>
|
76
|
+
<dt>cairo_user_font_face_get_render_glyph_func, <a class="indexterm" href="cairo-user-font.html#cairo-user-font-face-get-render-glyph-func">cairo_user_font_face_get_render_glyph_func ()</a>
|
77
|
+
</dt>
|
78
|
+
<dt>cairo_user_font_face_get_text_to_glyphs_func, <a class="indexterm" href="cairo-user-font.html#cairo-user-font-face-get-text-to-glyphs-func">cairo_user_font_face_get_text_to_glyphs_func ()</a>
|
79
|
+
</dt>
|
80
|
+
<dt>cairo_user_font_face_get_unicode_to_glyph_func, <a class="indexterm" href="cairo-user-font.html#cairo-user-font-face-get-unicode-to-glyph-func">cairo_user_font_face_get_unicode_to_glyph_func ()</a>
|
81
|
+
</dt>
|
82
|
+
<dt>cairo_user_font_face_set_init_func, <a class="indexterm" href="cairo-user-font.html#cairo-user-font-face-set-init-func">cairo_user_font_face_set_init_func ()</a>
|
83
|
+
</dt>
|
84
|
+
<dt>cairo_user_font_face_set_render_glyph_func, <a class="indexterm" href="cairo-user-font.html#cairo-user-font-face-set-render-glyph-func">cairo_user_font_face_set_render_glyph_func ()</a>
|
85
|
+
</dt>
|
86
|
+
<dt>cairo_user_font_face_set_text_to_glyphs_func, <a class="indexterm" href="cairo-user-font.html#cairo-user-font-face-set-text-to-glyphs-func">cairo_user_font_face_set_text_to_glyphs_func ()</a>
|
87
|
+
</dt>
|
88
|
+
<dt>cairo_user_font_face_set_unicode_to_glyph_func, <a class="indexterm" href="cairo-user-font.html#cairo-user-font-face-set-unicode-to-glyph-func">cairo_user_font_face_set_unicode_to_glyph_func ()</a>
|
89
|
+
</dt>
|
90
|
+
<dt>cairo_user_scaled_font_init_func_t, <a class="indexterm" href="cairo-user-font.html#cairo-user-scaled-font-init-func-t">cairo_user_scaled_font_init_func_t ()</a>
|
91
|
+
</dt>
|
92
|
+
<dt>cairo_user_scaled_font_render_glyph_func_t, <a class="indexterm" href="cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t">cairo_user_scaled_font_render_glyph_func_t ()</a>
|
93
|
+
</dt>
|
94
|
+
<dt>cairo_user_scaled_font_text_to_glyphs_func_t, <a class="indexterm" href="cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t">cairo_user_scaled_font_text_to_glyphs_func_t ()</a>
|
95
|
+
</dt>
|
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
|
+
</dt>
|
98
|
+
<dt>CAIRO_VERSION_STRINGIZE, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-STRINGIZE:CAPS">CAIRO_VERSION_STRINGIZE()</a>
|
99
|
+
</dt>
|
100
|
+
</dl>
|
101
|
+
</div></div>
|
102
|
+
</div>
|
103
|
+
<div class="footer">
|
104
|
+
<hr>
|
105
|
+
Generated by GTK-Doc V1.10</div>
|
106
|
+
</body>
|
107
|
+
</html>
|