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
@@ -0,0 +1,759 @@
|
|
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</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="cairo-types.html" title="Types">
|
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)">
|
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="cairo-types.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="index-1.2.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-all"></a>Index</h2></div></div></div>
|
35
|
+
<div class="index"><div class="indexdiv">
|
36
|
+
<h3>C</h3>
|
37
|
+
<dl>
|
38
|
+
<dt>cairo_antialias_t, <a class="indexterm" href="cairo-context.html#cairo-antialias-t">enum cairo_antialias_t</a>
|
39
|
+
</dt>
|
40
|
+
<dt>cairo_append_path, <a class="indexterm" href="cairo-paths.html#cairo-append-path">cairo_append_path ()</a>
|
41
|
+
</dt>
|
42
|
+
<dt>cairo_arc, <a class="indexterm" href="cairo-paths.html#cairo-arc">cairo_arc ()</a>
|
43
|
+
</dt>
|
44
|
+
<dt>cairo_arc_negative, <a class="indexterm" href="cairo-paths.html#cairo-arc-negative">cairo_arc_negative ()</a>
|
45
|
+
</dt>
|
46
|
+
<dt>cairo_bool_t, <a class="indexterm" href="cairo-types.html#cairo-bool-t">cairo_bool_t</a>
|
47
|
+
</dt>
|
48
|
+
<dt>cairo_clip, <a class="indexterm" href="cairo-context.html#cairo-clip">cairo_clip ()</a>
|
49
|
+
</dt>
|
50
|
+
<dt>cairo_clip_extents, <a class="indexterm" href="cairo-context.html#cairo-clip-extents">cairo_clip_extents ()</a>
|
51
|
+
</dt>
|
52
|
+
<dt>cairo_clip_preserve, <a class="indexterm" href="cairo-context.html#cairo-clip-preserve">cairo_clip_preserve ()</a>
|
53
|
+
</dt>
|
54
|
+
<dt>cairo_close_path, <a class="indexterm" href="cairo-paths.html#cairo-close-path">cairo_close_path ()</a>
|
55
|
+
</dt>
|
56
|
+
<dt>cairo_content_t, <a class="indexterm" href="cairo-surface.html#cairo-content-t">enum cairo_content_t</a>
|
57
|
+
</dt>
|
58
|
+
<dt>cairo_copy_clip_rectangle_list, <a class="indexterm" href="cairo-context.html#cairo-copy-clip-rectangle-list">cairo_copy_clip_rectangle_list ()</a>
|
59
|
+
</dt>
|
60
|
+
<dt>cairo_copy_page, <a class="indexterm" href="cairo-context.html#cairo-copy-page">cairo_copy_page ()</a>
|
61
|
+
</dt>
|
62
|
+
<dt>cairo_copy_path, <a class="indexterm" href="cairo-paths.html#cairo-copy-path">cairo_copy_path ()</a>
|
63
|
+
</dt>
|
64
|
+
<dt>cairo_copy_path_flat, <a class="indexterm" href="cairo-paths.html#cairo-copy-path-flat">cairo_copy_path_flat ()</a>
|
65
|
+
</dt>
|
66
|
+
<dt>cairo_create, <a class="indexterm" href="cairo-context.html#cairo-create">cairo_create ()</a>
|
67
|
+
</dt>
|
68
|
+
<dt>cairo_curve_to, <a class="indexterm" href="cairo-paths.html#cairo-curve-to">cairo_curve_to ()</a>
|
69
|
+
</dt>
|
70
|
+
<dt>cairo_debug_reset_static_data, <a class="indexterm" href="cairo-error-status.html#cairo-debug-reset-static-data">cairo_debug_reset_static_data ()</a>
|
71
|
+
</dt>
|
72
|
+
<dt>cairo_destroy, <a class="indexterm" href="cairo-context.html#cairo-destroy">cairo_destroy ()</a>
|
73
|
+
</dt>
|
74
|
+
<dt>cairo_destroy_func_t, <a class="indexterm" href="cairo-types.html#cairo-destroy-func-t">cairo_destroy_func_t ()</a>
|
75
|
+
</dt>
|
76
|
+
<dt>cairo_device_to_user, <a class="indexterm" href="cairo-transformations.html#cairo-device-to-user">cairo_device_to_user ()</a>
|
77
|
+
</dt>
|
78
|
+
<dt>cairo_device_to_user_distance, <a class="indexterm" href="cairo-transformations.html#cairo-device-to-user-distance">cairo_device_to_user_distance ()</a>
|
79
|
+
</dt>
|
80
|
+
<dt>cairo_extend_t, <a class="indexterm" href="cairo-pattern.html#cairo-extend-t">enum cairo_extend_t</a>
|
81
|
+
</dt>
|
82
|
+
<dt>cairo_fill, <a class="indexterm" href="cairo-context.html#cairo-fill">cairo_fill ()</a>
|
83
|
+
</dt>
|
84
|
+
<dt>cairo_fill_extents, <a class="indexterm" href="cairo-context.html#cairo-fill-extents">cairo_fill_extents ()</a>
|
85
|
+
</dt>
|
86
|
+
<dt>cairo_fill_preserve, <a class="indexterm" href="cairo-context.html#cairo-fill-preserve">cairo_fill_preserve ()</a>
|
87
|
+
</dt>
|
88
|
+
<dt>cairo_fill_rule_t, <a class="indexterm" href="cairo-context.html#cairo-fill-rule-t">enum cairo_fill_rule_t</a>
|
89
|
+
</dt>
|
90
|
+
<dt>cairo_filter_t, <a class="indexterm" href="cairo-pattern.html#cairo-filter-t">enum cairo_filter_t</a>
|
91
|
+
</dt>
|
92
|
+
<dt>cairo_font_extents, <a class="indexterm" href="cairo-text.html#cairo-font-extents">cairo_font_extents ()</a>
|
93
|
+
</dt>
|
94
|
+
<dt>cairo_font_extents_t, <a class="indexterm" href="cairo-scaled-font.html#cairo-font-extents-t">cairo_font_extents_t</a>
|
95
|
+
</dt>
|
96
|
+
<dt>cairo_font_face_destroy, <a class="indexterm" href="cairo-font-face.html#cairo-font-face-destroy">cairo_font_face_destroy ()</a>
|
97
|
+
</dt>
|
98
|
+
<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>
|
99
|
+
</dt>
|
100
|
+
<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>
|
101
|
+
</dt>
|
102
|
+
<dt>cairo_font_face_get_user_data, <a class="indexterm" href="cairo-font-face.html#cairo-font-face-get-user-data">cairo_font_face_get_user_data ()</a>
|
103
|
+
</dt>
|
104
|
+
<dt>cairo_font_face_reference, <a class="indexterm" href="cairo-font-face.html#cairo-font-face-reference">cairo_font_face_reference ()</a>
|
105
|
+
</dt>
|
106
|
+
<dt>cairo_font_face_set_user_data, <a class="indexterm" href="cairo-font-face.html#cairo-font-face-set-user-data">cairo_font_face_set_user_data ()</a>
|
107
|
+
</dt>
|
108
|
+
<dt>cairo_font_face_status, <a class="indexterm" href="cairo-font-face.html#cairo-font-face-status">cairo_font_face_status ()</a>
|
109
|
+
</dt>
|
110
|
+
<dt>cairo_font_face_t, <a class="indexterm" href="cairo-font-face.html#cairo-font-face-t">cairo_font_face_t</a>
|
111
|
+
</dt>
|
112
|
+
<dt>cairo_font_options_copy, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-copy">cairo_font_options_copy ()</a>
|
113
|
+
</dt>
|
114
|
+
<dt>cairo_font_options_create, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-create">cairo_font_options_create ()</a>
|
115
|
+
</dt>
|
116
|
+
<dt>cairo_font_options_destroy, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-destroy">cairo_font_options_destroy ()</a>
|
117
|
+
</dt>
|
118
|
+
<dt>cairo_font_options_equal, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-equal">cairo_font_options_equal ()</a>
|
119
|
+
</dt>
|
120
|
+
<dt>cairo_font_options_get_antialias, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-get-antialias">cairo_font_options_get_antialias ()</a>
|
121
|
+
</dt>
|
122
|
+
<dt>cairo_font_options_get_hint_metrics, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-get-hint-metrics">cairo_font_options_get_hint_metrics ()</a>
|
123
|
+
</dt>
|
124
|
+
<dt>cairo_font_options_get_hint_style, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-get-hint-style">cairo_font_options_get_hint_style ()</a>
|
125
|
+
</dt>
|
126
|
+
<dt>cairo_font_options_get_subpixel_order, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-get-subpixel-order">cairo_font_options_get_subpixel_order ()</a>
|
127
|
+
</dt>
|
128
|
+
<dt>cairo_font_options_hash, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-hash">cairo_font_options_hash ()</a>
|
129
|
+
</dt>
|
130
|
+
<dt>cairo_font_options_merge, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-merge">cairo_font_options_merge ()</a>
|
131
|
+
</dt>
|
132
|
+
<dt>cairo_font_options_set_antialias, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-set-antialias">cairo_font_options_set_antialias ()</a>
|
133
|
+
</dt>
|
134
|
+
<dt>cairo_font_options_set_hint_metrics, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-set-hint-metrics">cairo_font_options_set_hint_metrics ()</a>
|
135
|
+
</dt>
|
136
|
+
<dt>cairo_font_options_set_hint_style, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-set-hint-style">cairo_font_options_set_hint_style ()</a>
|
137
|
+
</dt>
|
138
|
+
<dt>cairo_font_options_set_subpixel_order, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-set-subpixel-order">cairo_font_options_set_subpixel_order ()</a>
|
139
|
+
</dt>
|
140
|
+
<dt>cairo_font_options_status, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-status">cairo_font_options_status ()</a>
|
141
|
+
</dt>
|
142
|
+
<dt>cairo_font_options_t, <a class="indexterm" href="cairo-font-options.html#cairo-font-options-t">cairo_font_options_t</a>
|
143
|
+
</dt>
|
144
|
+
<dt>cairo_font_slant_t, <a class="indexterm" href="cairo-text.html#cairo-font-slant-t">enum cairo_font_slant_t</a>
|
145
|
+
</dt>
|
146
|
+
<dt>cairo_font_type_t, <a class="indexterm" href="cairo-font-face.html#cairo-font-type-t">enum cairo_font_type_t</a>
|
147
|
+
</dt>
|
148
|
+
<dt>cairo_font_weight_t, <a class="indexterm" href="cairo-text.html#cairo-font-weight-t">enum cairo_font_weight_t</a>
|
149
|
+
</dt>
|
150
|
+
<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>
|
151
|
+
</dt>
|
152
|
+
<dt>cairo_format_t, <a class="indexterm" href="cairo-image-surface.html#cairo-format-t">enum cairo_format_t</a>
|
153
|
+
</dt>
|
154
|
+
<dt>cairo_ft_font_face_create_for_ft_face, <a class="indexterm" href="cairo-ft-font.html#cairo-ft-font-face-create-for-ft-face">cairo_ft_font_face_create_for_ft_face ()</a>
|
155
|
+
</dt>
|
156
|
+
<dt>cairo_ft_font_face_create_for_pattern, <a class="indexterm" href="cairo-ft-font.html#cairo-ft-font-face-create-for-pattern">cairo_ft_font_face_create_for_pattern ()</a>
|
157
|
+
</dt>
|
158
|
+
<dt>cairo_ft_font_options_substitute, <a class="indexterm" href="cairo-ft-font.html#cairo-ft-font-options-substitute">cairo_ft_font_options_substitute ()</a>
|
159
|
+
</dt>
|
160
|
+
<dt>cairo_ft_scaled_font_lock_face, <a class="indexterm" href="cairo-ft-font.html#cairo-ft-scaled-font-lock-face">cairo_ft_scaled_font_lock_face ()</a>
|
161
|
+
</dt>
|
162
|
+
<dt>cairo_ft_scaled_font_unlock_face, <a class="indexterm" href="cairo-ft-font.html#cairo-ft-scaled-font-unlock-face">cairo_ft_scaled_font_unlock_face ()</a>
|
163
|
+
</dt>
|
164
|
+
<dt>cairo_get_antialias, <a class="indexterm" href="cairo-context.html#cairo-get-antialias">cairo_get_antialias ()</a>
|
165
|
+
</dt>
|
166
|
+
<dt>cairo_get_current_point, <a class="indexterm" href="cairo-paths.html#cairo-get-current-point">cairo_get_current_point ()</a>
|
167
|
+
</dt>
|
168
|
+
<dt>cairo_get_dash, <a class="indexterm" href="cairo-context.html#cairo-get-dash">cairo_get_dash ()</a>
|
169
|
+
</dt>
|
170
|
+
<dt>cairo_get_dash_count, <a class="indexterm" href="cairo-context.html#cairo-get-dash-count">cairo_get_dash_count ()</a>
|
171
|
+
</dt>
|
172
|
+
<dt>cairo_get_fill_rule, <a class="indexterm" href="cairo-context.html#cairo-get-fill-rule">cairo_get_fill_rule ()</a>
|
173
|
+
</dt>
|
174
|
+
<dt>cairo_get_font_face, <a class="indexterm" href="cairo-text.html#cairo-get-font-face">cairo_get_font_face ()</a>
|
175
|
+
</dt>
|
176
|
+
<dt>cairo_get_font_matrix, <a class="indexterm" href="cairo-text.html#cairo-get-font-matrix">cairo_get_font_matrix ()</a>
|
177
|
+
</dt>
|
178
|
+
<dt>cairo_get_font_options, <a class="indexterm" href="cairo-text.html#cairo-get-font-options">cairo_get_font_options ()</a>
|
179
|
+
</dt>
|
180
|
+
<dt>cairo_get_group_target, <a class="indexterm" href="cairo-context.html#cairo-get-group-target">cairo_get_group_target ()</a>
|
181
|
+
</dt>
|
182
|
+
<dt>cairo_get_line_cap, <a class="indexterm" href="cairo-context.html#cairo-get-line-cap">cairo_get_line_cap ()</a>
|
183
|
+
</dt>
|
184
|
+
<dt>cairo_get_line_join, <a class="indexterm" href="cairo-context.html#cairo-get-line-join">cairo_get_line_join ()</a>
|
185
|
+
</dt>
|
186
|
+
<dt>cairo_get_line_width, <a class="indexterm" href="cairo-context.html#cairo-get-line-width">cairo_get_line_width ()</a>
|
187
|
+
</dt>
|
188
|
+
<dt>cairo_get_matrix, <a class="indexterm" href="cairo-transformations.html#cairo-get-matrix">cairo_get_matrix ()</a>
|
189
|
+
</dt>
|
190
|
+
<dt>cairo_get_miter_limit, <a class="indexterm" href="cairo-context.html#cairo-get-miter-limit">cairo_get_miter_limit ()</a>
|
191
|
+
</dt>
|
192
|
+
<dt>cairo_get_operator, <a class="indexterm" href="cairo-context.html#cairo-get-operator">cairo_get_operator ()</a>
|
193
|
+
</dt>
|
194
|
+
<dt>cairo_get_reference_count, <a class="indexterm" href="cairo-context.html#cairo-get-reference-count">cairo_get_reference_count ()</a>
|
195
|
+
</dt>
|
196
|
+
<dt>cairo_get_scaled_font, <a class="indexterm" href="cairo-text.html#cairo-get-scaled-font">cairo_get_scaled_font ()</a>
|
197
|
+
</dt>
|
198
|
+
<dt>cairo_get_source, <a class="indexterm" href="cairo-context.html#cairo-get-source">cairo_get_source ()</a>
|
199
|
+
</dt>
|
200
|
+
<dt>cairo_get_target, <a class="indexterm" href="cairo-context.html#cairo-get-target">cairo_get_target ()</a>
|
201
|
+
</dt>
|
202
|
+
<dt>cairo_get_tolerance, <a class="indexterm" href="cairo-context.html#cairo-get-tolerance">cairo_get_tolerance ()</a>
|
203
|
+
</dt>
|
204
|
+
<dt>cairo_get_user_data, <a class="indexterm" href="cairo-context.html#cairo-get-user-data">cairo_get_user_data ()</a>
|
205
|
+
</dt>
|
206
|
+
<dt>cairo_glyph_allocate, <a class="indexterm" href="cairo-text.html#cairo-glyph-allocate">cairo_glyph_allocate ()</a>
|
207
|
+
</dt>
|
208
|
+
<dt>cairo_glyph_extents, <a class="indexterm" href="cairo-text.html#cairo-glyph-extents">cairo_glyph_extents ()</a>
|
209
|
+
</dt>
|
210
|
+
<dt>cairo_glyph_free, <a class="indexterm" href="cairo-text.html#cairo-glyph-free">cairo_glyph_free ()</a>
|
211
|
+
</dt>
|
212
|
+
<dt>cairo_glyph_path, <a class="indexterm" href="cairo-paths.html#cairo-glyph-path">cairo_glyph_path ()</a>
|
213
|
+
</dt>
|
214
|
+
<dt>cairo_glyph_t, <a class="indexterm" href="cairo-text.html#cairo-glyph-t">cairo_glyph_t</a>
|
215
|
+
</dt>
|
216
|
+
<dt>cairo_has_current_point, <a class="indexterm" href="cairo-paths.html#cairo-has-current-point">cairo_has_current_point ()</a>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
241
|
+
</dt>
|
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
|
+
</dt>
|
244
|
+
<dt>cairo_hint_style_t, <a class="indexterm" href="cairo-font-options.html#cairo-hint-style-t">enum cairo_hint_style_t</a>
|
245
|
+
</dt>
|
246
|
+
<dt>cairo_identity_matrix, <a class="indexterm" href="cairo-transformations.html#cairo-identity-matrix">cairo_identity_matrix ()</a>
|
247
|
+
</dt>
|
248
|
+
<dt>cairo_image_surface_create, <a class="indexterm" href="cairo-image-surface.html#cairo-image-surface-create">cairo_image_surface_create ()</a>
|
249
|
+
</dt>
|
250
|
+
<dt>cairo_image_surface_create_for_data, <a class="indexterm" href="cairo-image-surface.html#cairo-image-surface-create-for-data">cairo_image_surface_create_for_data ()</a>
|
251
|
+
</dt>
|
252
|
+
<dt>cairo_image_surface_create_from_png, <a class="indexterm" href="cairo-png-functions.html#cairo-image-surface-create-from-png">cairo_image_surface_create_from_png ()</a>
|
253
|
+
</dt>
|
254
|
+
<dt>cairo_image_surface_create_from_png_stream, <a class="indexterm" href="cairo-png-functions.html#cairo-image-surface-create-from-png-stream">cairo_image_surface_create_from_png_stream ()</a>
|
255
|
+
</dt>
|
256
|
+
<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>
|
257
|
+
</dt>
|
258
|
+
<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>
|
259
|
+
</dt>
|
260
|
+
<dt>cairo_image_surface_get_height, <a class="indexterm" href="cairo-image-surface.html#cairo-image-surface-get-height">cairo_image_surface_get_height ()</a>
|
261
|
+
</dt>
|
262
|
+
<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>
|
263
|
+
</dt>
|
264
|
+
<dt>cairo_image_surface_get_width, <a class="indexterm" href="cairo-image-surface.html#cairo-image-surface-get-width">cairo_image_surface_get_width ()</a>
|
265
|
+
</dt>
|
266
|
+
<dt>cairo_in_fill, <a class="indexterm" href="cairo-context.html#cairo-in-fill">cairo_in_fill ()</a>
|
267
|
+
</dt>
|
268
|
+
<dt>cairo_in_stroke, <a class="indexterm" href="cairo-context.html#cairo-in-stroke">cairo_in_stroke ()</a>
|
269
|
+
</dt>
|
270
|
+
<dt>cairo_line_cap_t, <a class="indexterm" href="cairo-context.html#cairo-line-cap-t">enum cairo_line_cap_t</a>
|
271
|
+
</dt>
|
272
|
+
<dt>cairo_line_join_t, <a class="indexterm" href="cairo-context.html#cairo-line-join-t">enum cairo_line_join_t</a>
|
273
|
+
</dt>
|
274
|
+
<dt>cairo_line_to, <a class="indexterm" href="cairo-paths.html#cairo-line-to">cairo_line_to ()</a>
|
275
|
+
</dt>
|
276
|
+
<dt>cairo_mask, <a class="indexterm" href="cairo-context.html#cairo-mask">cairo_mask ()</a>
|
277
|
+
</dt>
|
278
|
+
<dt>cairo_mask_surface, <a class="indexterm" href="cairo-context.html#cairo-mask-surface">cairo_mask_surface ()</a>
|
279
|
+
</dt>
|
280
|
+
<dt>cairo_matrix_init, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-init">cairo_matrix_init ()</a>
|
281
|
+
</dt>
|
282
|
+
<dt>cairo_matrix_init_identity, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-init-identity">cairo_matrix_init_identity ()</a>
|
283
|
+
</dt>
|
284
|
+
<dt>cairo_matrix_init_rotate, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-init-rotate">cairo_matrix_init_rotate ()</a>
|
285
|
+
</dt>
|
286
|
+
<dt>cairo_matrix_init_scale, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-init-scale">cairo_matrix_init_scale ()</a>
|
287
|
+
</dt>
|
288
|
+
<dt>cairo_matrix_init_translate, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-init-translate">cairo_matrix_init_translate ()</a>
|
289
|
+
</dt>
|
290
|
+
<dt>cairo_matrix_invert, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-invert">cairo_matrix_invert ()</a>
|
291
|
+
</dt>
|
292
|
+
<dt>cairo_matrix_multiply, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-multiply">cairo_matrix_multiply ()</a>
|
293
|
+
</dt>
|
294
|
+
<dt>cairo_matrix_rotate, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-rotate">cairo_matrix_rotate ()</a>
|
295
|
+
</dt>
|
296
|
+
<dt>cairo_matrix_scale, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-scale">cairo_matrix_scale ()</a>
|
297
|
+
</dt>
|
298
|
+
<dt>cairo_matrix_t, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-t">cairo_matrix_t</a>
|
299
|
+
</dt>
|
300
|
+
<dt>cairo_matrix_transform_distance, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-transform-distance">cairo_matrix_transform_distance ()</a>
|
301
|
+
</dt>
|
302
|
+
<dt>cairo_matrix_transform_point, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-transform-point">cairo_matrix_transform_point ()</a>
|
303
|
+
</dt>
|
304
|
+
<dt>cairo_matrix_translate, <a class="indexterm" href="cairo-matrix.html#cairo-matrix-translate">cairo_matrix_translate ()</a>
|
305
|
+
</dt>
|
306
|
+
<dt>cairo_move_to, <a class="indexterm" href="cairo-paths.html#cairo-move-to">cairo_move_to ()</a>
|
307
|
+
</dt>
|
308
|
+
<dt>cairo_new_path, <a class="indexterm" href="cairo-paths.html#cairo-new-path">cairo_new_path ()</a>
|
309
|
+
</dt>
|
310
|
+
<dt>cairo_new_sub_path, <a class="indexterm" href="cairo-paths.html#cairo-new-sub-path">cairo_new_sub_path ()</a>
|
311
|
+
</dt>
|
312
|
+
<dt>cairo_operator_t, <a class="indexterm" href="cairo-context.html#cairo-operator-t">enum cairo_operator_t</a>
|
313
|
+
</dt>
|
314
|
+
<dt>cairo_paint, <a class="indexterm" href="cairo-context.html#cairo-paint">cairo_paint ()</a>
|
315
|
+
</dt>
|
316
|
+
<dt>cairo_paint_with_alpha, <a class="indexterm" href="cairo-context.html#cairo-paint-with-alpha">cairo_paint_with_alpha ()</a>
|
317
|
+
</dt>
|
318
|
+
<dt>cairo_path_data_t, <a class="indexterm" href="cairo-paths.html#cairo-path-data-t">union cairo_path_data_t</a>
|
319
|
+
</dt>
|
320
|
+
<dt>cairo_path_data_type_t, <a class="indexterm" href="cairo-paths.html#cairo-path-data-type-t">enum cairo_path_data_type_t</a>
|
321
|
+
</dt>
|
322
|
+
<dt>cairo_path_destroy, <a class="indexterm" href="cairo-paths.html#cairo-path-destroy">cairo_path_destroy ()</a>
|
323
|
+
</dt>
|
324
|
+
<dt>cairo_path_extents, <a class="indexterm" href="cairo-paths.html#cairo-path-extents">cairo_path_extents ()</a>
|
325
|
+
</dt>
|
326
|
+
<dt>cairo_path_t, <a class="indexterm" href="cairo-paths.html#cairo-path-t">cairo_path_t</a>
|
327
|
+
</dt>
|
328
|
+
<dt>cairo_pattern_add_color_stop_rgb, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-add-color-stop-rgb">cairo_pattern_add_color_stop_rgb ()</a>
|
329
|
+
</dt>
|
330
|
+
<dt>cairo_pattern_add_color_stop_rgba, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-add-color-stop-rgba">cairo_pattern_add_color_stop_rgba ()</a>
|
331
|
+
</dt>
|
332
|
+
<dt>cairo_pattern_create_for_surface, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-create-for-surface">cairo_pattern_create_for_surface ()</a>
|
333
|
+
</dt>
|
334
|
+
<dt>cairo_pattern_create_linear, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-create-linear">cairo_pattern_create_linear ()</a>
|
335
|
+
</dt>
|
336
|
+
<dt>cairo_pattern_create_radial, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-create-radial">cairo_pattern_create_radial ()</a>
|
337
|
+
</dt>
|
338
|
+
<dt>cairo_pattern_create_rgb, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-create-rgb">cairo_pattern_create_rgb ()</a>
|
339
|
+
</dt>
|
340
|
+
<dt>cairo_pattern_create_rgba, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-create-rgba">cairo_pattern_create_rgba ()</a>
|
341
|
+
</dt>
|
342
|
+
<dt>cairo_pattern_destroy, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-destroy">cairo_pattern_destroy ()</a>
|
343
|
+
</dt>
|
344
|
+
<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>
|
345
|
+
</dt>
|
346
|
+
<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>
|
347
|
+
</dt>
|
348
|
+
<dt>cairo_pattern_get_extend, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-extend">cairo_pattern_get_extend ()</a>
|
349
|
+
</dt>
|
350
|
+
<dt>cairo_pattern_get_filter, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-filter">cairo_pattern_get_filter ()</a>
|
351
|
+
</dt>
|
352
|
+
<dt>cairo_pattern_get_linear_points, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-linear-points">cairo_pattern_get_linear_points ()</a>
|
353
|
+
</dt>
|
354
|
+
<dt>cairo_pattern_get_matrix, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-matrix">cairo_pattern_get_matrix ()</a>
|
355
|
+
</dt>
|
356
|
+
<dt>cairo_pattern_get_radial_circles, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-radial-circles">cairo_pattern_get_radial_circles ()</a>
|
357
|
+
</dt>
|
358
|
+
<dt>cairo_pattern_get_reference_count, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-reference-count">cairo_pattern_get_reference_count ()</a>
|
359
|
+
</dt>
|
360
|
+
<dt>cairo_pattern_get_rgba, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-rgba">cairo_pattern_get_rgba ()</a>
|
361
|
+
</dt>
|
362
|
+
<dt>cairo_pattern_get_surface, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-surface">cairo_pattern_get_surface ()</a>
|
363
|
+
</dt>
|
364
|
+
<dt>cairo_pattern_get_type, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-type">cairo_pattern_get_type ()</a>
|
365
|
+
</dt>
|
366
|
+
<dt>cairo_pattern_get_user_data, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-get-user-data">cairo_pattern_get_user_data ()</a>
|
367
|
+
</dt>
|
368
|
+
<dt>cairo_pattern_reference, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-reference">cairo_pattern_reference ()</a>
|
369
|
+
</dt>
|
370
|
+
<dt>cairo_pattern_set_extend, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-set-extend">cairo_pattern_set_extend ()</a>
|
371
|
+
</dt>
|
372
|
+
<dt>cairo_pattern_set_filter, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-set-filter">cairo_pattern_set_filter ()</a>
|
373
|
+
</dt>
|
374
|
+
<dt>cairo_pattern_set_matrix, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-set-matrix">cairo_pattern_set_matrix ()</a>
|
375
|
+
</dt>
|
376
|
+
<dt>cairo_pattern_set_user_data, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-set-user-data">cairo_pattern_set_user_data ()</a>
|
377
|
+
</dt>
|
378
|
+
<dt>cairo_pattern_status, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-status">cairo_pattern_status ()</a>
|
379
|
+
</dt>
|
380
|
+
<dt>cairo_pattern_t, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-t">cairo_pattern_t</a>
|
381
|
+
</dt>
|
382
|
+
<dt>cairo_pattern_type_t, <a class="indexterm" href="cairo-pattern.html#cairo-pattern-type-t">enum cairo_pattern_type_t</a>
|
383
|
+
</dt>
|
384
|
+
<dt>cairo_pdf_surface_create, <a class="indexterm" href="cairo-pdf-surface.html#cairo-pdf-surface-create">cairo_pdf_surface_create ()</a>
|
385
|
+
</dt>
|
386
|
+
<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>
|
387
|
+
</dt>
|
388
|
+
<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>
|
389
|
+
</dt>
|
390
|
+
<dt>cairo_pop_group, <a class="indexterm" href="cairo-context.html#cairo-pop-group">cairo_pop_group ()</a>
|
391
|
+
</dt>
|
392
|
+
<dt>cairo_pop_group_to_source, <a class="indexterm" href="cairo-context.html#cairo-pop-group-to-source">cairo_pop_group_to_source ()</a>
|
393
|
+
</dt>
|
394
|
+
<dt>cairo_ps_get_levels, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-get-levels">cairo_ps_get_levels ()</a>
|
395
|
+
</dt>
|
396
|
+
<dt>cairo_ps_level_t, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-level-t">enum cairo_ps_level_t</a>
|
397
|
+
</dt>
|
398
|
+
<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>
|
399
|
+
</dt>
|
400
|
+
<dt>cairo_ps_surface_create, <a class="indexterm" href="cairo-ps-surface.html#cairo-ps-surface-create">cairo_ps_surface_create ()</a>
|
401
|
+
</dt>
|
402
|
+
<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>
|
403
|
+
</dt>
|
404
|
+
<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>
|
405
|
+
</dt>
|
406
|
+
<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>
|
407
|
+
</dt>
|
408
|
+
<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>
|
409
|
+
</dt>
|
410
|
+
<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>
|
411
|
+
</dt>
|
412
|
+
<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>
|
413
|
+
</dt>
|
414
|
+
<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>
|
415
|
+
</dt>
|
416
|
+
<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>
|
417
|
+
</dt>
|
418
|
+
<dt>cairo_push_group, <a class="indexterm" href="cairo-context.html#cairo-push-group">cairo_push_group ()</a>
|
419
|
+
</dt>
|
420
|
+
<dt>cairo_push_group_with_content, <a class="indexterm" href="cairo-context.html#cairo-push-group-with-content">cairo_push_group_with_content ()</a>
|
421
|
+
</dt>
|
422
|
+
<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>
|
423
|
+
</dt>
|
424
|
+
<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>
|
425
|
+
</dt>
|
426
|
+
<dt>cairo_quartz_surface_create, <a class="indexterm" href="cairo-quartz-surface.html#cairo-quartz-surface-create">cairo_quartz_surface_create ()</a>
|
427
|
+
</dt>
|
428
|
+
<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>
|
429
|
+
</dt>
|
430
|
+
<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>
|
431
|
+
</dt>
|
432
|
+
<dt>cairo_read_func_t, <a class="indexterm" href="cairo-png-functions.html#cairo-read-func-t">cairo_read_func_t ()</a>
|
433
|
+
</dt>
|
434
|
+
<dt>cairo_rectangle, <a class="indexterm" href="cairo-paths.html#cairo-rectangle">cairo_rectangle ()</a>
|
435
|
+
</dt>
|
436
|
+
<dt>cairo_rectangle_list_destroy, <a class="indexterm" href="cairo-context.html#cairo-rectangle-list-destroy">cairo_rectangle_list_destroy ()</a>
|
437
|
+
</dt>
|
438
|
+
<dt>cairo_rectangle_list_t, <a class="indexterm" href="cairo-context.html#cairo-rectangle-list-t">cairo_rectangle_list_t</a>
|
439
|
+
</dt>
|
440
|
+
<dt>cairo_rectangle_t, <a class="indexterm" href="cairo-context.html#cairo-rectangle-t">cairo_rectangle_t</a>
|
441
|
+
</dt>
|
442
|
+
<dt>cairo_reference, <a class="indexterm" href="cairo-context.html#cairo-reference">cairo_reference ()</a>
|
443
|
+
</dt>
|
444
|
+
<dt>cairo_rel_curve_to, <a class="indexterm" href="cairo-paths.html#cairo-rel-curve-to">cairo_rel_curve_to ()</a>
|
445
|
+
</dt>
|
446
|
+
<dt>cairo_rel_line_to, <a class="indexterm" href="cairo-paths.html#cairo-rel-line-to">cairo_rel_line_to ()</a>
|
447
|
+
</dt>
|
448
|
+
<dt>cairo_rel_move_to, <a class="indexterm" href="cairo-paths.html#cairo-rel-move-to">cairo_rel_move_to ()</a>
|
449
|
+
</dt>
|
450
|
+
<dt>cairo_reset_clip, <a class="indexterm" href="cairo-context.html#cairo-reset-clip">cairo_reset_clip ()</a>
|
451
|
+
</dt>
|
452
|
+
<dt>cairo_restore, <a class="indexterm" href="cairo-context.html#cairo-restore">cairo_restore ()</a>
|
453
|
+
</dt>
|
454
|
+
<dt>cairo_rotate, <a class="indexterm" href="cairo-transformations.html#cairo-rotate">cairo_rotate ()</a>
|
455
|
+
</dt>
|
456
|
+
<dt>cairo_save, <a class="indexterm" href="cairo-context.html#cairo-save">cairo_save ()</a>
|
457
|
+
</dt>
|
458
|
+
<dt>cairo_scale, <a class="indexterm" href="cairo-transformations.html#cairo-scale">cairo_scale ()</a>
|
459
|
+
</dt>
|
460
|
+
<dt>cairo_scaled_font_create, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-create">cairo_scaled_font_create ()</a>
|
461
|
+
</dt>
|
462
|
+
<dt>cairo_scaled_font_destroy, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-destroy">cairo_scaled_font_destroy ()</a>
|
463
|
+
</dt>
|
464
|
+
<dt>cairo_scaled_font_extents, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-extents">cairo_scaled_font_extents ()</a>
|
465
|
+
</dt>
|
466
|
+
<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>
|
467
|
+
</dt>
|
468
|
+
<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>
|
469
|
+
</dt>
|
470
|
+
<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>
|
471
|
+
</dt>
|
472
|
+
<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>
|
473
|
+
</dt>
|
474
|
+
<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>
|
475
|
+
</dt>
|
476
|
+
<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>
|
477
|
+
</dt>
|
478
|
+
<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>
|
479
|
+
</dt>
|
480
|
+
<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>
|
481
|
+
</dt>
|
482
|
+
<dt>cairo_scaled_font_glyph_extents, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-glyph-extents">cairo_scaled_font_glyph_extents ()</a>
|
483
|
+
</dt>
|
484
|
+
<dt>cairo_scaled_font_reference, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-reference">cairo_scaled_font_reference ()</a>
|
485
|
+
</dt>
|
486
|
+
<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>
|
487
|
+
</dt>
|
488
|
+
<dt>cairo_scaled_font_status, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-status">cairo_scaled_font_status ()</a>
|
489
|
+
</dt>
|
490
|
+
<dt>cairo_scaled_font_t, <a class="indexterm" href="cairo-scaled-font.html#cairo-scaled-font-t">cairo_scaled_font_t</a>
|
491
|
+
</dt>
|
492
|
+
<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>
|
493
|
+
</dt>
|
494
|
+
<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>
|
495
|
+
</dt>
|
496
|
+
<dt>cairo_select_font_face, <a class="indexterm" href="cairo-text.html#cairo-select-font-face">cairo_select_font_face ()</a>
|
497
|
+
</dt>
|
498
|
+
<dt>cairo_set_antialias, <a class="indexterm" href="cairo-context.html#cairo-set-antialias">cairo_set_antialias ()</a>
|
499
|
+
</dt>
|
500
|
+
<dt>cairo_set_dash, <a class="indexterm" href="cairo-context.html#cairo-set-dash">cairo_set_dash ()</a>
|
501
|
+
</dt>
|
502
|
+
<dt>cairo_set_fill_rule, <a class="indexterm" href="cairo-context.html#cairo-set-fill-rule">cairo_set_fill_rule ()</a>
|
503
|
+
</dt>
|
504
|
+
<dt>cairo_set_font_face, <a class="indexterm" href="cairo-text.html#cairo-set-font-face">cairo_set_font_face ()</a>
|
505
|
+
</dt>
|
506
|
+
<dt>cairo_set_font_matrix, <a class="indexterm" href="cairo-text.html#cairo-set-font-matrix">cairo_set_font_matrix ()</a>
|
507
|
+
</dt>
|
508
|
+
<dt>cairo_set_font_options, <a class="indexterm" href="cairo-text.html#cairo-set-font-options">cairo_set_font_options ()</a>
|
509
|
+
</dt>
|
510
|
+
<dt>cairo_set_font_size, <a class="indexterm" href="cairo-text.html#cairo-set-font-size">cairo_set_font_size ()</a>
|
511
|
+
</dt>
|
512
|
+
<dt>cairo_set_line_cap, <a class="indexterm" href="cairo-context.html#cairo-set-line-cap">cairo_set_line_cap ()</a>
|
513
|
+
</dt>
|
514
|
+
<dt>cairo_set_line_join, <a class="indexterm" href="cairo-context.html#cairo-set-line-join">cairo_set_line_join ()</a>
|
515
|
+
</dt>
|
516
|
+
<dt>cairo_set_line_width, <a class="indexterm" href="cairo-context.html#cairo-set-line-width">cairo_set_line_width ()</a>
|
517
|
+
</dt>
|
518
|
+
<dt>cairo_set_matrix, <a class="indexterm" href="cairo-transformations.html#cairo-set-matrix">cairo_set_matrix ()</a>
|
519
|
+
</dt>
|
520
|
+
<dt>cairo_set_miter_limit, <a class="indexterm" href="cairo-context.html#cairo-set-miter-limit">cairo_set_miter_limit ()</a>
|
521
|
+
</dt>
|
522
|
+
<dt>cairo_set_operator, <a class="indexterm" href="cairo-context.html#cairo-set-operator">cairo_set_operator ()</a>
|
523
|
+
</dt>
|
524
|
+
<dt>cairo_set_scaled_font, <a class="indexterm" href="cairo-text.html#cairo-set-scaled-font">cairo_set_scaled_font ()</a>
|
525
|
+
</dt>
|
526
|
+
<dt>cairo_set_source, <a class="indexterm" href="cairo-context.html#cairo-set-source">cairo_set_source ()</a>
|
527
|
+
</dt>
|
528
|
+
<dt>cairo_set_source_rgb, <a class="indexterm" href="cairo-context.html#cairo-set-source-rgb">cairo_set_source_rgb ()</a>
|
529
|
+
</dt>
|
530
|
+
<dt>cairo_set_source_rgba, <a class="indexterm" href="cairo-context.html#cairo-set-source-rgba">cairo_set_source_rgba ()</a>
|
531
|
+
</dt>
|
532
|
+
<dt>cairo_set_source_surface, <a class="indexterm" href="cairo-context.html#cairo-set-source-surface">cairo_set_source_surface ()</a>
|
533
|
+
</dt>
|
534
|
+
<dt>cairo_set_tolerance, <a class="indexterm" href="cairo-context.html#cairo-set-tolerance">cairo_set_tolerance ()</a>
|
535
|
+
</dt>
|
536
|
+
<dt>cairo_set_user_data, <a class="indexterm" href="cairo-context.html#cairo-set-user-data">cairo_set_user_data ()</a>
|
537
|
+
</dt>
|
538
|
+
<dt>cairo_show_glyphs, <a class="indexterm" href="cairo-text.html#cairo-show-glyphs">cairo_show_glyphs ()</a>
|
539
|
+
</dt>
|
540
|
+
<dt>cairo_show_page, <a class="indexterm" href="cairo-context.html#cairo-show-page">cairo_show_page ()</a>
|
541
|
+
</dt>
|
542
|
+
<dt>cairo_show_text, <a class="indexterm" href="cairo-text.html#cairo-show-text">cairo_show_text ()</a>
|
543
|
+
</dt>
|
544
|
+
<dt>cairo_show_text_glyphs, <a class="indexterm" href="cairo-text.html#cairo-show-text-glyphs">cairo_show_text_glyphs ()</a>
|
545
|
+
</dt>
|
546
|
+
<dt>cairo_status, <a class="indexterm" href="cairo-context.html#cairo-status">cairo_status ()</a>
|
547
|
+
</dt>
|
548
|
+
<dt>cairo_status_t, <a class="indexterm" href="cairo-error-status.html#cairo-status-t">enum cairo_status_t</a>
|
549
|
+
</dt>
|
550
|
+
<dt>cairo_status_to_string, <a class="indexterm" href="cairo-error-status.html#cairo-status-to-string">cairo_status_to_string ()</a>
|
551
|
+
</dt>
|
552
|
+
<dt>cairo_stroke, <a class="indexterm" href="cairo-context.html#cairo-stroke">cairo_stroke ()</a>
|
553
|
+
</dt>
|
554
|
+
<dt>cairo_stroke_extents, <a class="indexterm" href="cairo-context.html#cairo-stroke-extents">cairo_stroke_extents ()</a>
|
555
|
+
</dt>
|
556
|
+
<dt>cairo_stroke_preserve, <a class="indexterm" href="cairo-context.html#cairo-stroke-preserve">cairo_stroke_preserve ()</a>
|
557
|
+
</dt>
|
558
|
+
<dt>cairo_subpixel_order_t, <a class="indexterm" href="cairo-font-options.html#cairo-subpixel-order-t">enum cairo_subpixel_order_t</a>
|
559
|
+
</dt>
|
560
|
+
<dt>cairo_surface_copy_page, <a class="indexterm" href="cairo-surface.html#cairo-surface-copy-page">cairo_surface_copy_page ()</a>
|
561
|
+
</dt>
|
562
|
+
<dt>cairo_surface_create_similar, <a class="indexterm" href="cairo-surface.html#cairo-surface-create-similar">cairo_surface_create_similar ()</a>
|
563
|
+
</dt>
|
564
|
+
<dt>cairo_surface_destroy, <a class="indexterm" href="cairo-surface.html#cairo-surface-destroy">cairo_surface_destroy ()</a>
|
565
|
+
</dt>
|
566
|
+
<dt>cairo_surface_finish, <a class="indexterm" href="cairo-surface.html#cairo-surface-finish">cairo_surface_finish ()</a>
|
567
|
+
</dt>
|
568
|
+
<dt>cairo_surface_flush, <a class="indexterm" href="cairo-surface.html#cairo-surface-flush">cairo_surface_flush ()</a>
|
569
|
+
</dt>
|
570
|
+
<dt>cairo_surface_get_content, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-content">cairo_surface_get_content ()</a>
|
571
|
+
</dt>
|
572
|
+
<dt>cairo_surface_get_device_offset, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-device-offset">cairo_surface_get_device_offset ()</a>
|
573
|
+
</dt>
|
574
|
+
<dt>cairo_surface_get_fallback_resolution, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-fallback-resolution">cairo_surface_get_fallback_resolution ()</a>
|
575
|
+
</dt>
|
576
|
+
<dt>cairo_surface_get_font_options, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-font-options">cairo_surface_get_font_options ()</a>
|
577
|
+
</dt>
|
578
|
+
<dt>cairo_surface_get_reference_count, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-reference-count">cairo_surface_get_reference_count ()</a>
|
579
|
+
</dt>
|
580
|
+
<dt>cairo_surface_get_type, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-type">cairo_surface_get_type ()</a>
|
581
|
+
</dt>
|
582
|
+
<dt>cairo_surface_get_user_data, <a class="indexterm" href="cairo-surface.html#cairo-surface-get-user-data">cairo_surface_get_user_data ()</a>
|
583
|
+
</dt>
|
584
|
+
<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>
|
585
|
+
</dt>
|
586
|
+
<dt>cairo_surface_mark_dirty, <a class="indexterm" href="cairo-surface.html#cairo-surface-mark-dirty">cairo_surface_mark_dirty ()</a>
|
587
|
+
</dt>
|
588
|
+
<dt>cairo_surface_mark_dirty_rectangle, <a class="indexterm" href="cairo-surface.html#cairo-surface-mark-dirty-rectangle">cairo_surface_mark_dirty_rectangle ()</a>
|
589
|
+
</dt>
|
590
|
+
<dt>cairo_surface_reference, <a class="indexterm" href="cairo-surface.html#cairo-surface-reference">cairo_surface_reference ()</a>
|
591
|
+
</dt>
|
592
|
+
<dt>cairo_surface_set_device_offset, <a class="indexterm" href="cairo-surface.html#cairo-surface-set-device-offset">cairo_surface_set_device_offset ()</a>
|
593
|
+
</dt>
|
594
|
+
<dt>cairo_surface_set_fallback_resolution, <a class="indexterm" href="cairo-surface.html#cairo-surface-set-fallback-resolution">cairo_surface_set_fallback_resolution ()</a>
|
595
|
+
</dt>
|
596
|
+
<dt>cairo_surface_set_user_data, <a class="indexterm" href="cairo-surface.html#cairo-surface-set-user-data">cairo_surface_set_user_data ()</a>
|
597
|
+
</dt>
|
598
|
+
<dt>cairo_surface_show_page, <a class="indexterm" href="cairo-surface.html#cairo-surface-show-page">cairo_surface_show_page ()</a>
|
599
|
+
</dt>
|
600
|
+
<dt>cairo_surface_status, <a class="indexterm" href="cairo-surface.html#cairo-surface-status">cairo_surface_status ()</a>
|
601
|
+
</dt>
|
602
|
+
<dt>cairo_surface_t, <a class="indexterm" href="cairo-surface.html#cairo-surface-t">cairo_surface_t</a>
|
603
|
+
</dt>
|
604
|
+
<dt>cairo_surface_type_t, <a class="indexterm" href="cairo-surface.html#cairo-surface-type-t">enum cairo_surface_type_t</a>
|
605
|
+
</dt>
|
606
|
+
<dt>cairo_surface_write_to_png, <a class="indexterm" href="cairo-png-functions.html#cairo-surface-write-to-png">cairo_surface_write_to_png ()</a>
|
607
|
+
</dt>
|
608
|
+
<dt>cairo_surface_write_to_png_stream, <a class="indexterm" href="cairo-png-functions.html#cairo-surface-write-to-png-stream">cairo_surface_write_to_png_stream ()</a>
|
609
|
+
</dt>
|
610
|
+
<dt>cairo_svg_get_versions, <a class="indexterm" href="cairo-svg-surface.html#cairo-svg-get-versions">cairo_svg_get_versions ()</a>
|
611
|
+
</dt>
|
612
|
+
<dt>cairo_svg_surface_create, <a class="indexterm" href="cairo-svg-surface.html#cairo-svg-surface-create">cairo_svg_surface_create ()</a>
|
613
|
+
</dt>
|
614
|
+
<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>
|
615
|
+
</dt>
|
616
|
+
<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>
|
617
|
+
</dt>
|
618
|
+
<dt>cairo_svg_version_t, <a class="indexterm" href="cairo-svg-surface.html#cairo-svg-version-t">enum cairo_svg_version_t</a>
|
619
|
+
</dt>
|
620
|
+
<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>
|
621
|
+
</dt>
|
622
|
+
<dt>cairo_t, <a class="indexterm" href="cairo-context.html#cairo-t">cairo_t</a>
|
623
|
+
</dt>
|
624
|
+
<dt>cairo_text_cluster_allocate, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-allocate">cairo_text_cluster_allocate ()</a>
|
625
|
+
</dt>
|
626
|
+
<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>
|
627
|
+
</dt>
|
628
|
+
<dt>cairo_text_cluster_free, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-free">cairo_text_cluster_free ()</a>
|
629
|
+
</dt>
|
630
|
+
<dt>cairo_text_cluster_t, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-t">cairo_text_cluster_t</a>
|
631
|
+
</dt>
|
632
|
+
<dt>cairo_text_extents, <a class="indexterm" href="cairo-text.html#cairo-text-extents">cairo_text_extents ()</a>
|
633
|
+
</dt>
|
634
|
+
<dt>cairo_text_extents_t, <a class="indexterm" href="cairo-scaled-font.html#cairo-text-extents-t">cairo_text_extents_t</a>
|
635
|
+
</dt>
|
636
|
+
<dt>cairo_text_path, <a class="indexterm" href="cairo-paths.html#cairo-text-path">cairo_text_path ()</a>
|
637
|
+
</dt>
|
638
|
+
<dt>cairo_toy_font_face_create, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-create">cairo_toy_font_face_create ()</a>
|
639
|
+
</dt>
|
640
|
+
<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>
|
641
|
+
</dt>
|
642
|
+
<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>
|
643
|
+
</dt>
|
644
|
+
<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>
|
645
|
+
</dt>
|
646
|
+
<dt>cairo_transform, <a class="indexterm" href="cairo-transformations.html#cairo-transform">cairo_transform ()</a>
|
647
|
+
</dt>
|
648
|
+
<dt>cairo_translate, <a class="indexterm" href="cairo-transformations.html#cairo-translate">cairo_translate ()</a>
|
649
|
+
</dt>
|
650
|
+
<dt>cairo_user_data_key_t, <a class="indexterm" href="cairo-types.html#cairo-user-data-key-t">cairo_user_data_key_t</a>
|
651
|
+
</dt>
|
652
|
+
<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>
|
653
|
+
</dt>
|
654
|
+
<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>
|
655
|
+
</dt>
|
656
|
+
<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>
|
657
|
+
</dt>
|
658
|
+
<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>
|
659
|
+
</dt>
|
660
|
+
<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>
|
661
|
+
</dt>
|
662
|
+
<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>
|
663
|
+
</dt>
|
664
|
+
<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>
|
665
|
+
</dt>
|
666
|
+
<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>
|
667
|
+
</dt>
|
668
|
+
<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>
|
669
|
+
</dt>
|
670
|
+
<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>
|
671
|
+
</dt>
|
672
|
+
<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>
|
673
|
+
</dt>
|
674
|
+
<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>
|
675
|
+
</dt>
|
676
|
+
<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>
|
677
|
+
</dt>
|
678
|
+
<dt>cairo_user_to_device, <a class="indexterm" href="cairo-transformations.html#cairo-user-to-device">cairo_user_to_device ()</a>
|
679
|
+
</dt>
|
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
|
+
</dt>
|
682
|
+
<dt>CAIRO_VERSION, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION:CAPS">CAIRO_VERSION</a>
|
683
|
+
</dt>
|
684
|
+
<dt>cairo_version, <a class="indexterm" href="cairo-version-info.html#cairo-version">cairo_version ()</a>
|
685
|
+
</dt>
|
686
|
+
<dt>CAIRO_VERSION_ENCODE, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-ENCODE:CAPS">CAIRO_VERSION_ENCODE()</a>
|
687
|
+
</dt>
|
688
|
+
<dt>CAIRO_VERSION_MAJOR, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-MAJOR:CAPS">CAIRO_VERSION_MAJOR</a>
|
689
|
+
</dt>
|
690
|
+
<dt>CAIRO_VERSION_MICRO, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-MICRO:CAPS">CAIRO_VERSION_MICRO</a>
|
691
|
+
</dt>
|
692
|
+
<dt>CAIRO_VERSION_MINOR, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-MINOR:CAPS">CAIRO_VERSION_MINOR</a>
|
693
|
+
</dt>
|
694
|
+
<dt>CAIRO_VERSION_STRING, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-STRING:CAPS">CAIRO_VERSION_STRING</a>
|
695
|
+
</dt>
|
696
|
+
<dt>cairo_version_string, <a class="indexterm" href="cairo-version-info.html#cairo-version-string">cairo_version_string ()</a>
|
697
|
+
</dt>
|
698
|
+
<dt>CAIRO_VERSION_STRINGIZE, <a class="indexterm" href="cairo-version-info.html#CAIRO-VERSION-STRINGIZE:CAPS">CAIRO_VERSION_STRINGIZE()</a>
|
699
|
+
</dt>
|
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
|
+
</dt>
|
702
|
+
<dt>cairo_win32_font_face_create_for_logfontw, <a class="indexterm" href="cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw">cairo_win32_font_face_create_for_logfontw ()</a>
|
703
|
+
</dt>
|
704
|
+
<dt>cairo_win32_font_face_create_for_logfontw_hfont, <a class="indexterm" href="cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw-hfont">cairo_win32_font_face_create_for_logfontw_hfont ()</a>
|
705
|
+
</dt>
|
706
|
+
<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>
|
707
|
+
</dt>
|
708
|
+
<dt>cairo_win32_scaled_font_done_font, <a class="indexterm" href="cairo-win32-font.html#cairo-win32-scaled-font-done-font">cairo_win32_scaled_font_done_font ()</a>
|
709
|
+
</dt>
|
710
|
+
<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>
|
711
|
+
</dt>
|
712
|
+
<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>
|
713
|
+
</dt>
|
714
|
+
<dt>cairo_win32_scaled_font_get_metrics_factor, <a class="indexterm" href="cairo-win32-font.html#cairo-win32-scaled-font-get-metrics-factor">cairo_win32_scaled_font_get_metrics_factor ()</a>
|
715
|
+
</dt>
|
716
|
+
<dt>cairo_win32_scaled_font_select_font, <a class="indexterm" href="cairo-win32-font.html#cairo-win32-scaled-font-select-font">cairo_win32_scaled_font_select_font ()</a>
|
717
|
+
</dt>
|
718
|
+
<dt>cairo_win32_surface_create, <a class="indexterm" href="cairo-win32-surface.html#cairo-win32-surface-create">cairo_win32_surface_create ()</a>
|
719
|
+
</dt>
|
720
|
+
<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>
|
721
|
+
</dt>
|
722
|
+
<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>
|
723
|
+
</dt>
|
724
|
+
<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>
|
725
|
+
</dt>
|
726
|
+
<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>
|
727
|
+
</dt>
|
728
|
+
<dt>cairo_write_func_t, <a class="indexterm" href="cairo-png-functions.html#cairo-write-func-t">cairo_write_func_t ()</a>
|
729
|
+
</dt>
|
730
|
+
<dt>cairo_xlib_surface_create, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-create">cairo_xlib_surface_create ()</a>
|
731
|
+
</dt>
|
732
|
+
<dt>cairo_xlib_surface_create_for_bitmap, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-create-for-bitmap">cairo_xlib_surface_create_for_bitmap ()</a>
|
733
|
+
</dt>
|
734
|
+
<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>
|
735
|
+
</dt>
|
736
|
+
<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>
|
737
|
+
</dt>
|
738
|
+
<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>
|
739
|
+
</dt>
|
740
|
+
<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>
|
741
|
+
</dt>
|
742
|
+
<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>
|
743
|
+
</dt>
|
744
|
+
<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>
|
745
|
+
</dt>
|
746
|
+
<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>
|
747
|
+
</dt>
|
748
|
+
<dt>cairo_xlib_surface_set_drawable, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-set-drawable">cairo_xlib_surface_set_drawable ()</a>
|
749
|
+
</dt>
|
750
|
+
<dt>cairo_xlib_surface_set_size, <a class="indexterm" href="cairo-xlib-surface.html#cairo-xlib-surface-set-size">cairo_xlib_surface_set_size ()</a>
|
751
|
+
</dt>
|
752
|
+
</dl>
|
753
|
+
</div></div>
|
754
|
+
</div>
|
755
|
+
<div class="footer">
|
756
|
+
<hr>
|
757
|
+
Generated by GTK-Doc V1.10</div>
|
758
|
+
</body>
|
759
|
+
</html>
|