cairo 1.8.1 → 1.8.3
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/NEWS +16 -0
- data/Rakefile +14 -15
- data/{src → ext/cairo}/cairo.def +0 -0
- data/ext/cairo/extconf.rb +80 -0
- data/{src → ext/cairo}/rb_cairo.c +1 -1
- data/{src → ext/cairo}/rb_cairo.h +0 -0
- data/{src → ext/cairo}/rb_cairo_constants.c +0 -0
- data/{src → ext/cairo}/rb_cairo_context.c +0 -0
- data/{src → ext/cairo}/rb_cairo_exception.c +0 -0
- data/{src → ext/cairo}/rb_cairo_font_extents.c +0 -0
- data/{src → ext/cairo}/rb_cairo_font_face.c +0 -0
- data/{src → ext/cairo}/rb_cairo_font_options.c +0 -0
- data/{src → ext/cairo}/rb_cairo_glyph.c +0 -0
- data/{src → ext/cairo}/rb_cairo_matrix.c +0 -0
- data/{src → ext/cairo}/rb_cairo_path.c +0 -0
- data/{src → ext/cairo}/rb_cairo_pattern.c +0 -0
- data/{src → ext/cairo}/rb_cairo_private.c +1 -1
- data/{src → ext/cairo}/rb_cairo_private.h +0 -0
- data/{src → ext/cairo}/rb_cairo_scaled_font.c +0 -0
- data/{src → ext/cairo}/rb_cairo_surface.c +0 -0
- data/{src → ext/cairo}/rb_cairo_text_cluster.c +0 -0
- data/{src → ext/cairo}/rb_cairo_text_extents.c +0 -0
- data/extconf.rb +30 -141
- data/{src/lib → lib}/cairo.rb +7 -2
- data/{src/lib → lib}/cairo/color.rb +14 -2
- data/{src/lib → lib}/cairo/colors.rb +0 -0
- data/{src/lib → lib}/cairo/constants.rb +0 -0
- data/{src/lib → lib}/cairo/context.rb +0 -0
- data/{src/lib → lib}/cairo/context/blur.rb +0 -0
- data/{src/lib → lib}/cairo/context/circle.rb +0 -0
- data/{src/lib → lib}/cairo/context/color.rb +0 -0
- data/{src/lib → lib}/cairo/context/path.rb +0 -0
- data/{src/lib → lib}/cairo/context/rectangle.rb +0 -0
- data/{src/lib → lib}/cairo/context/triangle.rb +0 -0
- data/{src/lib → lib}/cairo/paper.rb +0 -0
- data/{src/lib → lib}/cairo/papers.rb +0 -0
- data/{src/lib → lib}/cairo/path.rb +0 -0
- data/{src/lib → lib}/cairo/point.rb +0 -0
- data/pkg-config.rb +6 -1
- data/test/run-test.rb +3 -3
- data/test/test_color.rb +17 -0
- metadata +72 -260
- data/ChangeLog +0 -1662
- data/README +0 -82
- data/doc/doc.css +0 -91
- data/doc/en/cairo-antialias.html +0 -38
- data/doc/en/cairo-clip-not-representable-error.html +0 -47
- data/doc/en/cairo-color-base.html +0 -69
- data/doc/en/cairo-color-cmyk.html +0 -157
- data/doc/en/cairo-color-hsv.html +0 -137
- data/doc/en/cairo-color-rgb.html +0 -142
- data/doc/en/cairo-color-x11.html +0 -173
- data/doc/en/cairo-color.html +0 -238
- data/doc/en/cairo-content.html +0 -37
- data/doc/en/cairo-context-blur.html +0 -39
- data/doc/en/cairo-context-circle.html +0 -39
- data/doc/en/cairo-context-color.html +0 -39
- data/doc/en/cairo-context-path.html +0 -44
- data/doc/en/cairo-context-rectangle.html +0 -39
- data/doc/en/cairo-context-triangle.html +0 -39
- data/doc/en/cairo-context.html +0 -643
- data/doc/en/cairo-error.html +0 -44
- data/doc/en/cairo-extend.html +0 -38
- data/doc/en/cairo-file-not-found.html +0 -47
- data/doc/en/cairo-fill-rule.html +0 -36
- data/doc/en/cairo-filter.html +0 -40
- data/doc/en/cairo-font-extents.html +0 -129
- data/doc/en/cairo-font-face.html +0 -38
- data/doc/en/cairo-font-options.html +0 -139
- data/doc/en/cairo-font-slant.html +0 -37
- data/doc/en/cairo-font-type-mismatch.html +0 -47
- data/doc/en/cairo-font-weight.html +0 -36
- data/doc/en/cairo-format.html +0 -46
- data/doc/en/cairo-glyph.html +0 -99
- data/doc/en/cairo-gradient-pattern.html +0 -74
- data/doc/en/cairo-hint-metrics.html +0 -37
- data/doc/en/cairo-hint-style.html +0 -39
- data/doc/en/cairo-image-surface.html +0 -82
- data/doc/en/cairo-invalid-clusters.html +0 -47
- data/doc/en/cairo-invalid-content-error.html +0 -47
- data/doc/en/cairo-invalid-dash-error.html +0 -47
- data/doc/en/cairo-invalid-dsc-comment-error.html +0 -47
- data/doc/en/cairo-invalid-format-error.html +0 -47
- data/doc/en/cairo-invalid-index-error.html +0 -47
- data/doc/en/cairo-invalid-matrix-error.html +0 -47
- data/doc/en/cairo-invalid-path-data-error.html +0 -47
- data/doc/en/cairo-invalid-pop-group-error.html +0 -47
- data/doc/en/cairo-invalid-restore-error.html +0 -47
- data/doc/en/cairo-invalid-slant.html +0 -47
- data/doc/en/cairo-invalid-status-error.html +0 -47
- data/doc/en/cairo-invalid-stride-error.html +0 -47
- data/doc/en/cairo-invalid-string-error.html +0 -47
- data/doc/en/cairo-invalid-visual-error.html +0 -47
- data/doc/en/cairo-invalid-weight.html +0 -47
- data/doc/en/cairo-line-cap.html +0 -37
- data/doc/en/cairo-line-join.html +0 -37
- data/doc/en/cairo-linear-pattern.html +0 -60
- data/doc/en/cairo-matrix.html +0 -259
- data/doc/en/cairo-negative-count.html +0 -47
- data/doc/en/cairo-no-current-point-error.html +0 -47
- data/doc/en/cairo-null-pointer-error.html +0 -47
- data/doc/en/cairo-operator.html +0 -48
- data/doc/en/cairo-paper-parse-error.html +0 -47
- data/doc/en/cairo-paper-unknown-paper-name.html +0 -66
- data/doc/en/cairo-paper-unknown-unit.html +0 -66
- data/doc/en/cairo-paper-unrecognized-paper-description.html +0 -66
- data/doc/en/cairo-paper.html +0 -184
- data/doc/en/cairo-path-close-path.html +0 -49
- data/doc/en/cairo-path-curve-to.html +0 -49
- data/doc/en/cairo-path-data-type.html +0 -38
- data/doc/en/cairo-path-data.html +0 -98
- data/doc/en/cairo-path-line-to.html +0 -49
- data/doc/en/cairo-path-move-to.html +0 -49
- data/doc/en/cairo-path.html +0 -155
- data/doc/en/cairo-pattern-type-mismatch-error.html +0 -47
- data/doc/en/cairo-pattern.html +0 -99
- data/doc/en/cairo-pdf-surface.html +0 -57
- data/doc/en/cairo-point.html +0 -74
- data/doc/en/cairo-ps-level.html +0 -49
- data/doc/en/cairo-ps-surface.html +0 -92
- data/doc/en/cairo-quartz-image-surface.html +0 -57
- data/doc/en/cairo-quartz-surface.html +0 -57
- data/doc/en/cairo-radial-pattern.html +0 -60
- data/doc/en/cairo-read-error.html +0 -47
- data/doc/en/cairo-rectangle.html +0 -89
- data/doc/en/cairo-scaled-font.html +0 -94
- data/doc/en/cairo-solid-pattern.html +0 -62
- data/doc/en/cairo-subpixel-order.html +0 -39
- data/doc/en/cairo-surface-finished-error.html +0 -47
- data/doc/en/cairo-surface-pattern.html +0 -57
- data/doc/en/cairo-surface-type-mismatch-error.html +0 -47
- data/doc/en/cairo-surface.html +0 -121
- data/doc/en/cairo-svg-surface.html +0 -77
- data/doc/en/cairo-svg-version.html +0 -49
- data/doc/en/cairo-temp-file-error.html +0 -47
- data/doc/en/cairo-text-cluster-flag.html +0 -35
- data/doc/en/cairo-text-cluster.html +0 -84
- data/doc/en/cairo-text-extents.html +0 -144
- data/doc/en/cairo-toy-font-face.html +0 -67
- data/doc/en/cairo-user-font-error.html +0 -47
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +0 -94
- data/doc/en/cairo-user-font-face.html +0 -72
- data/doc/en/cairo-user-font-immutable.html +0 -47
- data/doc/en/cairo-win32-printing-surface.html +0 -57
- data/doc/en/cairo-win32-surface.html +0 -62
- data/doc/en/cairo-write-error.html +0 -47
- data/doc/en/cairo.html +0 -131
- data/doc/en/index.html +0 -1154
- data/doc/index.html +0 -18
- data/doc/ja/cairo-antialias.html +0 -57
- data/doc/ja/cairo-clip-not-representable-error.html +0 -56
- data/doc/ja/cairo-color-base.html +0 -75
- data/doc/ja/cairo-color-cmyk.html +0 -152
- data/doc/ja/cairo-color-hsv.html +0 -135
- data/doc/ja/cairo-color-rgb.html +0 -145
- data/doc/ja/cairo-color-x11.html +0 -183
- data/doc/ja/cairo-color.html +0 -317
- data/doc/ja/cairo-content.html +0 -51
- data/doc/ja/cairo-context-blur.html +0 -53
- data/doc/ja/cairo-context-circle.html +0 -54
- data/doc/ja/cairo-context-color.html +0 -52
- data/doc/ja/cairo-context-path.html +0 -77
- data/doc/ja/cairo-context-rectangle.html +0 -60
- data/doc/ja/cairo-context-triangle.html +0 -47
- data/doc/ja/cairo-context.html +0 -1542
- data/doc/ja/cairo-error.html +0 -56
- data/doc/ja/cairo-extend.html +0 -56
- data/doc/ja/cairo-file-not-found.html +0 -51
- data/doc/ja/cairo-fill-rule.html +0 -58
- data/doc/ja/cairo-filter.html +0 -43
- data/doc/ja/cairo-font-extents.html +0 -164
- data/doc/ja/cairo-font-face.html +0 -55
- data/doc/ja/cairo-font-options.html +0 -189
- data/doc/ja/cairo-font-slant.html +0 -50
- data/doc/ja/cairo-font-type-mismatch.html +0 -52
- data/doc/ja/cairo-font-weight.html +0 -47
- data/doc/ja/cairo-format.html +0 -81
- data/doc/ja/cairo-glyph.html +0 -115
- data/doc/ja/cairo-gradient-pattern.html +0 -119
- data/doc/ja/cairo-hint-metrics.html +0 -57
- data/doc/ja/cairo-hint-style.html +0 -64
- data/doc/ja/cairo-image-surface.html +0 -131
- data/doc/ja/cairo-invalid-clusters.html +0 -55
- data/doc/ja/cairo-invalid-content-error.html +0 -54
- data/doc/ja/cairo-invalid-dash-error.html +0 -54
- data/doc/ja/cairo-invalid-dsc-comment-error.html +0 -54
- data/doc/ja/cairo-invalid-format-error.html +0 -54
- data/doc/ja/cairo-invalid-index-error.html +0 -54
- data/doc/ja/cairo-invalid-matrix-error.html +0 -54
- data/doc/ja/cairo-invalid-path-data-error.html +0 -54
- data/doc/ja/cairo-invalid-pop-group-error.html +0 -54
- data/doc/ja/cairo-invalid-restore-error.html +0 -55
- data/doc/ja/cairo-invalid-slant.html +0 -57
- data/doc/ja/cairo-invalid-status-error.html +0 -55
- data/doc/ja/cairo-invalid-stride-error.html +0 -55
- data/doc/ja/cairo-invalid-string-error.html +0 -54
- data/doc/ja/cairo-invalid-visual-error.html +0 -57
- data/doc/ja/cairo-invalid-weight.html +0 -57
- data/doc/ja/cairo-line-cap.html +0 -50
- data/doc/ja/cairo-line-join.html +0 -53
- data/doc/ja/cairo-linear-pattern.html +0 -87
- data/doc/ja/cairo-matrix.html +0 -354
- data/doc/ja/cairo-negative-count.html +0 -52
- data/doc/ja/cairo-no-current-point-error.html +0 -54
- data/doc/ja/cairo-null-pointer-error.html +0 -54
- data/doc/ja/cairo-operator.html +0 -51
- data/doc/ja/cairo-paper-parse-error.html +0 -55
- data/doc/ja/cairo-paper-unknown-paper-name.html +0 -76
- data/doc/ja/cairo-paper-unknown-unit.html +0 -75
- data/doc/ja/cairo-paper-unrecognized-paper-description.html +0 -76
- data/doc/ja/cairo-paper.html +0 -357
- data/doc/ja/cairo-path-close-path.html +0 -57
- data/doc/ja/cairo-path-curve-to.html +0 -70
- data/doc/ja/cairo-path-data-type.html +0 -53
- data/doc/ja/cairo-path-data.html +0 -127
- data/doc/ja/cairo-path-line-to.html +0 -62
- data/doc/ja/cairo-path-move-to.html +0 -62
- data/doc/ja/cairo-path.html +0 -144
- data/doc/ja/cairo-pattern-type-mismatch-error.html +0 -56
- data/doc/ja/cairo-pattern.html +0 -128
- data/doc/ja/cairo-pdf-surface.html +0 -86
- data/doc/ja/cairo-point.html +0 -90
- data/doc/ja/cairo-ps-level.html +0 -62
- data/doc/ja/cairo-ps-surface.html +0 -214
- data/doc/ja/cairo-quartz-image-surface.html +0 -75
- data/doc/ja/cairo-quartz-surface.html +0 -93
- data/doc/ja/cairo-radial-pattern.html +0 -93
- data/doc/ja/cairo-read-error.html +0 -55
- data/doc/ja/cairo-rectangle.html +0 -109
- data/doc/ja/cairo-scaled-font.html +0 -180
- data/doc/ja/cairo-solid-pattern.html +0 -87
- data/doc/ja/cairo-subpixel-order.html +0 -57
- data/doc/ja/cairo-surface-finished-error.html +0 -54
- data/doc/ja/cairo-surface-pattern.html +0 -68
- data/doc/ja/cairo-surface-type-mismatch-error.html +0 -56
- data/doc/ja/cairo-surface.html +0 -213
- data/doc/ja/cairo-svg-surface.html +0 -114
- data/doc/ja/cairo-svg-version.html +0 -66
- data/doc/ja/cairo-temp-file-error.html +0 -50
- data/doc/ja/cairo-text-cluster-flag.html +0 -46
- data/doc/ja/cairo-text-cluster.html +0 -102
- data/doc/ja/cairo-text-extents.html +0 -163
- data/doc/ja/cairo-toy-font-face.html +0 -107
- data/doc/ja/cairo-user-font-error.html +0 -55
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +0 -156
- data/doc/ja/cairo-user-font-face.html +0 -268
- data/doc/ja/cairo-user-font-immutable.html +0 -54
- data/doc/ja/cairo-win32-printing-surface.html +0 -80
- data/doc/ja/cairo-win32-surface.html +0 -100
- data/doc/ja/cairo-write-error.html +0 -55
- data/doc/ja/cairo.html +0 -177
- data/doc/ja/index.html +0 -1156
- data/src/tml/make/libpng_1.2.32-1_win32.log +0 -269
- data/src/tml/make/libpng_1.2.32-1_win32.sh +0 -63
- data/test/example_d.exe +0 -0
- data/test/minigzip_d.exe +0 -0
- data/test/testzlib_d.exe +0 -0
- data/test/untgz_d.exe +0 -0
@@ -1,37 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>module Cairo::FontSlant</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">module Cairo::FontSlant</a></h1><!-- RDLabel: "module Cairo::FontSlant" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Constants</a></h2><!-- RDLabel: "Constants" -->
|
21
|
-
<dl>
|
22
|
-
<dt><a name="label-2" id="label-2"><code>ITALIC</code></a></dt><!-- RDLabel: "ITALIC" -->
|
23
|
-
<dt><a name="label-3" id="label-3"><code>NORMAL</code></a></dt><!-- RDLabel: "NORMAL" -->
|
24
|
-
<dt><a name="label-4" id="label-4"><code>OBLIQUE</code></a></dt><!-- RDLabel: "OBLIQUE" -->
|
25
|
-
</dl>
|
26
|
-
<h2><a name="label-5" id="label-5">See Also</a></h2><!-- RDLabel: "See Also" -->
|
27
|
-
<h2><a name="label-6" id="label-6">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
28
|
-
|
29
|
-
<div class="footer">
|
30
|
-
<ul>
|
31
|
-
<li><a href="./">Index</a></li>
|
32
|
-
</ul>
|
33
|
-
|
34
|
-
</div>
|
35
|
-
</body>
|
36
|
-
|
37
|
-
</html>
|
@@ -1,47 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>class Cairo::FontTypeMismatch</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">class Cairo::FontTypeMismatch</a></h1><!-- RDLabel: "class Cairo::FontTypeMismatch" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
|
21
|
-
<ul>
|
22
|
-
<li>Object
|
23
|
-
<ul>
|
24
|
-
<li>Exception
|
25
|
-
<ul>
|
26
|
-
<li>StandardError
|
27
|
-
<ul>
|
28
|
-
<li><a href="cairo-error.html#label-0">Cairo::Error</a>
|
29
|
-
<ul>
|
30
|
-
<li>Cairo::FontTypeMismatch</li>
|
31
|
-
</ul></li>
|
32
|
-
</ul></li>
|
33
|
-
</ul></li>
|
34
|
-
</ul></li>
|
35
|
-
</ul>
|
36
|
-
<h2><a name="label-2" id="label-2">See Also</a></h2><!-- RDLabel: "See Also" -->
|
37
|
-
<h2><a name="label-3" id="label-3">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
38
|
-
|
39
|
-
<div class="footer">
|
40
|
-
<ul>
|
41
|
-
<li><a href="./">Index</a></li>
|
42
|
-
</ul>
|
43
|
-
|
44
|
-
</div>
|
45
|
-
</body>
|
46
|
-
|
47
|
-
</html>
|
@@ -1,36 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>module Cairo::FontWeight</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">module Cairo::FontWeight</a></h1><!-- RDLabel: "module Cairo::FontWeight" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Constants</a></h2><!-- RDLabel: "Constants" -->
|
21
|
-
<dl>
|
22
|
-
<dt><a name="label-2" id="label-2"><code>BOLD</code></a></dt><!-- RDLabel: "BOLD" -->
|
23
|
-
<dt><a name="label-3" id="label-3"><code>NORMAL</code></a></dt><!-- RDLabel: "NORMAL" -->
|
24
|
-
</dl>
|
25
|
-
<h2><a name="label-4" id="label-4">See Also</a></h2><!-- RDLabel: "See Also" -->
|
26
|
-
<h2><a name="label-5" id="label-5">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
27
|
-
|
28
|
-
<div class="footer">
|
29
|
-
<ul>
|
30
|
-
<li><a href="./">Index</a></li>
|
31
|
-
</ul>
|
32
|
-
|
33
|
-
</div>
|
34
|
-
</body>
|
35
|
-
|
36
|
-
</html>
|
data/doc/en/cairo-format.html
DELETED
@@ -1,46 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>module Cairo::Format</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">module Cairo::Format</a></h1><!-- RDLabel: "module Cairo::Format" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Module Functions</a></h2><!-- RDLabel: "Module Functions" -->
|
21
|
-
<dl>
|
22
|
-
<dt><a name="label-2" id="label-2"><code>Cairo::Format.stride_for_width</code></a></dt><!-- RDLabel: "Cairo::Format.stride_for_width" -->
|
23
|
-
<dd>
|
24
|
-
<ul>
|
25
|
-
<li>Returns: self: <em>FIXME</em></li>
|
26
|
-
</ul></dd>
|
27
|
-
</dl>
|
28
|
-
<h2><a name="label-3" id="label-3">Constants</a></h2><!-- RDLabel: "Constants" -->
|
29
|
-
<dl>
|
30
|
-
<dt><a name="label-4" id="label-4"><code>A1</code></a></dt><!-- RDLabel: "A1" -->
|
31
|
-
<dt><a name="label-5" id="label-5"><code>A8</code></a></dt><!-- RDLabel: "A8" -->
|
32
|
-
<dt><a name="label-6" id="label-6"><code>ARGB32</code></a></dt><!-- RDLabel: "ARGB32" -->
|
33
|
-
<dt><a name="label-7" id="label-7"><code>RGB24</code></a></dt><!-- RDLabel: "RGB24" -->
|
34
|
-
</dl>
|
35
|
-
<h2><a name="label-8" id="label-8">See Also</a></h2><!-- RDLabel: "See Also" -->
|
36
|
-
<h2><a name="label-9" id="label-9">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
37
|
-
|
38
|
-
<div class="footer">
|
39
|
-
<ul>
|
40
|
-
<li><a href="./">Index</a></li>
|
41
|
-
</ul>
|
42
|
-
|
43
|
-
</div>
|
44
|
-
</body>
|
45
|
-
|
46
|
-
</html>
|
data/doc/en/cairo-glyph.html
DELETED
@@ -1,99 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>class Cairo::Glyph</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">class Cairo::Glyph</a></h1><!-- RDLabel: "class Cairo::Glyph" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
|
21
|
-
<ul>
|
22
|
-
<li>Object
|
23
|
-
<ul>
|
24
|
-
<li>Cairo::Glyph</li>
|
25
|
-
</ul></li>
|
26
|
-
</ul>
|
27
|
-
<h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
|
28
|
-
<dl>
|
29
|
-
<dt><a name="label-3" id="label-3"><code>Cairo::Glyph.new</code></a></dt><!-- RDLabel: "Cairo::Glyph.new" -->
|
30
|
-
<dd>
|
31
|
-
<ul>
|
32
|
-
<li>Returns: self: <em>FIXME</em></li>
|
33
|
-
</ul></dd>
|
34
|
-
</dl>
|
35
|
-
<h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
|
36
|
-
<dl>
|
37
|
-
<dt><a name="label-5" id="label-5"><code>index</code></a></dt><!-- RDLabel: "index" -->
|
38
|
-
<dd>
|
39
|
-
<ul>
|
40
|
-
<li>Returns: self: <em>FIXME</em></li>
|
41
|
-
</ul></dd>
|
42
|
-
<dt><a name="label-6" id="label-6"><code>index=</code></a></dt><!-- RDLabel: "index=" -->
|
43
|
-
<dd>
|
44
|
-
<ul>
|
45
|
-
<li>Returns: self: <em>FIXME</em></li>
|
46
|
-
</ul></dd>
|
47
|
-
<dt><a name="label-7" id="label-7"><code>set_index</code></a></dt><!-- RDLabel: "set_index" -->
|
48
|
-
<dd>
|
49
|
-
<ul>
|
50
|
-
<li>Returns: self: <em>FIXME</em></li>
|
51
|
-
</ul></dd>
|
52
|
-
<dt><a name="label-8" id="label-8"><code>set_x</code></a></dt><!-- RDLabel: "set_x" -->
|
53
|
-
<dd>
|
54
|
-
<ul>
|
55
|
-
<li>Returns: self: <em>FIXME</em></li>
|
56
|
-
</ul></dd>
|
57
|
-
<dt><a name="label-9" id="label-9"><code>set_y</code></a></dt><!-- RDLabel: "set_y" -->
|
58
|
-
<dd>
|
59
|
-
<ul>
|
60
|
-
<li>Returns: self: <em>FIXME</em></li>
|
61
|
-
</ul></dd>
|
62
|
-
<dt><a name="label-10" id="label-10"><code>to_s</code></a></dt><!-- RDLabel: "to_s" -->
|
63
|
-
<dd>
|
64
|
-
<ul>
|
65
|
-
<li>Returns: self: <em>FIXME</em></li>
|
66
|
-
</ul></dd>
|
67
|
-
<dt><a name="label-11" id="label-11"><code>x</code></a></dt><!-- RDLabel: "x" -->
|
68
|
-
<dd>
|
69
|
-
<ul>
|
70
|
-
<li>Returns: self: <em>FIXME</em></li>
|
71
|
-
</ul></dd>
|
72
|
-
<dt><a name="label-12" id="label-12"><code>x=</code></a></dt><!-- RDLabel: "x=" -->
|
73
|
-
<dd>
|
74
|
-
<ul>
|
75
|
-
<li>Returns: self: <em>FIXME</em></li>
|
76
|
-
</ul></dd>
|
77
|
-
<dt><a name="label-13" id="label-13"><code>y</code></a></dt><!-- RDLabel: "y" -->
|
78
|
-
<dd>
|
79
|
-
<ul>
|
80
|
-
<li>Returns: self: <em>FIXME</em></li>
|
81
|
-
</ul></dd>
|
82
|
-
<dt><a name="label-14" id="label-14"><code>y=</code></a></dt><!-- RDLabel: "y=" -->
|
83
|
-
<dd>
|
84
|
-
<ul>
|
85
|
-
<li>Returns: self: <em>FIXME</em></li>
|
86
|
-
</ul></dd>
|
87
|
-
</dl>
|
88
|
-
<h2><a name="label-15" id="label-15">See Also</a></h2><!-- RDLabel: "See Also" -->
|
89
|
-
<h2><a name="label-16" id="label-16">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
90
|
-
|
91
|
-
<div class="footer">
|
92
|
-
<ul>
|
93
|
-
<li><a href="./">Index</a></li>
|
94
|
-
</ul>
|
95
|
-
|
96
|
-
</div>
|
97
|
-
</body>
|
98
|
-
|
99
|
-
</html>
|
@@ -1,74 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>class Cairo::GradientPattern</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">class Cairo::GradientPattern</a></h1><!-- RDLabel: "class Cairo::GradientPattern" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
|
21
|
-
<ul>
|
22
|
-
<li>Object
|
23
|
-
<ul>
|
24
|
-
<li><a href="cairo-pattern.html#label-0">Cairo::Pattern</a>
|
25
|
-
<ul>
|
26
|
-
<li>Cairo::GradientPattern</li>
|
27
|
-
</ul></li>
|
28
|
-
</ul></li>
|
29
|
-
</ul>
|
30
|
-
<h2><a name="label-2" id="label-2">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
|
31
|
-
<dl>
|
32
|
-
<dt><a name="label-3" id="label-3"><code>add_color_stop</code></a></dt><!-- RDLabel: "add_color_stop" -->
|
33
|
-
<dd>
|
34
|
-
<ul>
|
35
|
-
<li>Returns: self: <em>FIXME</em></li>
|
36
|
-
</ul></dd>
|
37
|
-
<dt><a name="label-4" id="label-4"><code>add_color_stop_rgb</code></a></dt><!-- RDLabel: "add_color_stop_rgb" -->
|
38
|
-
<dd>
|
39
|
-
<ul>
|
40
|
-
<li>Returns: self: <em>FIXME</em></li>
|
41
|
-
</ul></dd>
|
42
|
-
<dt><a name="label-5" id="label-5"><code>add_color_stop_rgba</code></a></dt><!-- RDLabel: "add_color_stop_rgba" -->
|
43
|
-
<dd>
|
44
|
-
<ul>
|
45
|
-
<li>Returns: self: <em>FIXME</em></li>
|
46
|
-
</ul></dd>
|
47
|
-
<dt><a name="label-6" id="label-6"><code>color_stop_count</code></a></dt><!-- RDLabel: "color_stop_count" -->
|
48
|
-
<dd>
|
49
|
-
<ul>
|
50
|
-
<li>Returns: self: <em>FIXME</em></li>
|
51
|
-
</ul></dd>
|
52
|
-
<dt><a name="label-7" id="label-7"><code>get_color_stop_color</code></a></dt><!-- RDLabel: "get_color_stop_color" -->
|
53
|
-
<dd>
|
54
|
-
<ul>
|
55
|
-
<li>Returns: self: <em>FIXME</em></li>
|
56
|
-
</ul></dd>
|
57
|
-
<dt><a name="label-8" id="label-8"><code>get_color_stop_rgba</code></a></dt><!-- RDLabel: "get_color_stop_rgba" -->
|
58
|
-
<dd>
|
59
|
-
<ul>
|
60
|
-
<li>Returns: self: <em>FIXME</em></li>
|
61
|
-
</ul></dd>
|
62
|
-
</dl>
|
63
|
-
<h2><a name="label-9" id="label-9">See Also</a></h2><!-- RDLabel: "See Also" -->
|
64
|
-
<h2><a name="label-10" id="label-10">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
65
|
-
|
66
|
-
<div class="footer">
|
67
|
-
<ul>
|
68
|
-
<li><a href="./">Index</a></li>
|
69
|
-
</ul>
|
70
|
-
|
71
|
-
</div>
|
72
|
-
</body>
|
73
|
-
|
74
|
-
</html>
|
@@ -1,37 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>module Cairo::HintMetrics</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">module Cairo::HintMetrics</a></h1><!-- RDLabel: "module Cairo::HintMetrics" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Constants</a></h2><!-- RDLabel: "Constants" -->
|
21
|
-
<dl>
|
22
|
-
<dt><a name="label-2" id="label-2"><code>DEFAULT</code></a></dt><!-- RDLabel: "DEFAULT" -->
|
23
|
-
<dt><a name="label-3" id="label-3"><code>OFF</code></a></dt><!-- RDLabel: "OFF" -->
|
24
|
-
<dt><a name="label-4" id="label-4"><code>ON</code></a></dt><!-- RDLabel: "ON" -->
|
25
|
-
</dl>
|
26
|
-
<h2><a name="label-5" id="label-5">See Also</a></h2><!-- RDLabel: "See Also" -->
|
27
|
-
<h2><a name="label-6" id="label-6">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
28
|
-
|
29
|
-
<div class="footer">
|
30
|
-
<ul>
|
31
|
-
<li><a href="./">Index</a></li>
|
32
|
-
</ul>
|
33
|
-
|
34
|
-
</div>
|
35
|
-
</body>
|
36
|
-
|
37
|
-
</html>
|
@@ -1,39 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>module Cairo::HintStyle</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">module Cairo::HintStyle</a></h1><!-- RDLabel: "module Cairo::HintStyle" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Constants</a></h2><!-- RDLabel: "Constants" -->
|
21
|
-
<dl>
|
22
|
-
<dt><a name="label-2" id="label-2"><code>DEFAULT</code></a></dt><!-- RDLabel: "DEFAULT" -->
|
23
|
-
<dt><a name="label-3" id="label-3"><code>FULL</code></a></dt><!-- RDLabel: "FULL" -->
|
24
|
-
<dt><a name="label-4" id="label-4"><code>MEDIUM</code></a></dt><!-- RDLabel: "MEDIUM" -->
|
25
|
-
<dt><a name="label-5" id="label-5"><code>NONE</code></a></dt><!-- RDLabel: "NONE" -->
|
26
|
-
<dt><a name="label-6" id="label-6"><code>SLIGHT</code></a></dt><!-- RDLabel: "SLIGHT" -->
|
27
|
-
</dl>
|
28
|
-
<h2><a name="label-7" id="label-7">See Also</a></h2><!-- RDLabel: "See Also" -->
|
29
|
-
<h2><a name="label-8" id="label-8">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
30
|
-
|
31
|
-
<div class="footer">
|
32
|
-
<ul>
|
33
|
-
<li><a href="./">Index</a></li>
|
34
|
-
</ul>
|
35
|
-
|
36
|
-
</div>
|
37
|
-
</body>
|
38
|
-
|
39
|
-
</html>
|
@@ -1,82 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>class Cairo::ImageSurface</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">class Cairo::ImageSurface</a></h1><!-- RDLabel: "class Cairo::ImageSurface" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
|
21
|
-
<ul>
|
22
|
-
<li>Object
|
23
|
-
<ul>
|
24
|
-
<li><a href="cairo-surface.html#label-0">Cairo::Surface</a>
|
25
|
-
<ul>
|
26
|
-
<li>Cairo::ImageSurface</li>
|
27
|
-
</ul></li>
|
28
|
-
</ul></li>
|
29
|
-
</ul>
|
30
|
-
<h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
|
31
|
-
<dl>
|
32
|
-
<dt><a name="label-3" id="label-3"><code>Cairo::ImageSurface.from_png</code></a></dt><!-- RDLabel: "Cairo::ImageSurface.from_png" -->
|
33
|
-
<dd>
|
34
|
-
<ul>
|
35
|
-
<li>Returns: self: <em>FIXME</em></li>
|
36
|
-
</ul></dd>
|
37
|
-
<dt><a name="label-4" id="label-4"><code>Cairo::ImageSurface.new</code></a></dt><!-- RDLabel: "Cairo::ImageSurface.new" -->
|
38
|
-
<dd>
|
39
|
-
<ul>
|
40
|
-
<li>Returns: self: <em>FIXME</em></li>
|
41
|
-
</ul></dd>
|
42
|
-
</dl>
|
43
|
-
<h2><a name="label-5" id="label-5">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
|
44
|
-
<dl>
|
45
|
-
<dt><a name="label-6" id="label-6"><code>data</code></a></dt><!-- RDLabel: "data" -->
|
46
|
-
<dd>
|
47
|
-
<ul>
|
48
|
-
<li>Returns: self: <em>FIXME</em></li>
|
49
|
-
</ul></dd>
|
50
|
-
<dt><a name="label-7" id="label-7"><code>format</code></a></dt><!-- RDLabel: "format" -->
|
51
|
-
<dd>
|
52
|
-
<ul>
|
53
|
-
<li>Returns: self: <em>FIXME</em></li>
|
54
|
-
</ul></dd>
|
55
|
-
<dt><a name="label-8" id="label-8"><code>height</code></a></dt><!-- RDLabel: "height" -->
|
56
|
-
<dd>
|
57
|
-
<ul>
|
58
|
-
<li>Returns: self: <em>FIXME</em></li>
|
59
|
-
</ul></dd>
|
60
|
-
<dt><a name="label-9" id="label-9"><code>stride</code></a></dt><!-- RDLabel: "stride" -->
|
61
|
-
<dd>
|
62
|
-
<ul>
|
63
|
-
<li>Returns: self: <em>FIXME</em></li>
|
64
|
-
</ul></dd>
|
65
|
-
<dt><a name="label-10" id="label-10"><code>width</code></a></dt><!-- RDLabel: "width" -->
|
66
|
-
<dd>
|
67
|
-
<ul>
|
68
|
-
<li>Returns: self: <em>FIXME</em></li>
|
69
|
-
</ul></dd>
|
70
|
-
</dl>
|
71
|
-
<h2><a name="label-11" id="label-11">See Also</a></h2><!-- RDLabel: "See Also" -->
|
72
|
-
<h2><a name="label-12" id="label-12">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
73
|
-
|
74
|
-
<div class="footer">
|
75
|
-
<ul>
|
76
|
-
<li><a href="./">Index</a></li>
|
77
|
-
</ul>
|
78
|
-
|
79
|
-
</div>
|
80
|
-
</body>
|
81
|
-
|
82
|
-
</html>
|