cairo 1.8.1 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,35 +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::TextClusterFlag</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::TextClusterFlag</a></h1><!-- RDLabel: "module Cairo::TextClusterFlag" -->
|
|
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>BACKWARD</code></a></dt><!-- RDLabel: "BACKWARD" -->
|
|
23
|
-
</dl>
|
|
24
|
-
<h2><a name="label-3" id="label-3">See Also</a></h2><!-- RDLabel: "See Also" -->
|
|
25
|
-
<h2><a name="label-4" id="label-4">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
|
26
|
-
|
|
27
|
-
<div class="footer">
|
|
28
|
-
<ul>
|
|
29
|
-
<li><a href="./">Index</a></li>
|
|
30
|
-
</ul>
|
|
31
|
-
|
|
32
|
-
</div>
|
|
33
|
-
</body>
|
|
34
|
-
|
|
35
|
-
</html>
|
|
@@ -1,84 +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::TextCluster</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::TextCluster</a></h1><!-- RDLabel: "class Cairo::TextCluster" -->
|
|
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::TextCluster</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::TextCluster.new</code></a></dt><!-- RDLabel: "Cairo::TextCluster.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>num_bytes</code></a></dt><!-- RDLabel: "num_bytes" -->
|
|
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>num_bytes=</code></a></dt><!-- RDLabel: "num_bytes=" -->
|
|
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>num_glyphs</code></a></dt><!-- RDLabel: "num_glyphs" -->
|
|
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>num_glyphs=</code></a></dt><!-- RDLabel: "num_glyphs=" -->
|
|
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_num_bytes</code></a></dt><!-- RDLabel: "set_num_bytes" -->
|
|
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>set_num_glyphs</code></a></dt><!-- RDLabel: "set_num_glyphs" -->
|
|
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>to_s</code></a></dt><!-- RDLabel: "to_s" -->
|
|
68
|
-
<dd>
|
|
69
|
-
<ul>
|
|
70
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
71
|
-
</ul></dd>
|
|
72
|
-
</dl>
|
|
73
|
-
<h2><a name="label-12" id="label-12">See Also</a></h2><!-- RDLabel: "See Also" -->
|
|
74
|
-
<h2><a name="label-13" id="label-13">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
|
75
|
-
|
|
76
|
-
<div class="footer">
|
|
77
|
-
<ul>
|
|
78
|
-
<li><a href="./">Index</a></li>
|
|
79
|
-
</ul>
|
|
80
|
-
|
|
81
|
-
</div>
|
|
82
|
-
</body>
|
|
83
|
-
|
|
84
|
-
</html>
|
|
@@ -1,144 +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::TextExtents</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::TextExtents</a></h1><!-- RDLabel: "class Cairo::TextExtents" -->
|
|
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::TextExtents</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::TextExtents.new</code></a></dt><!-- RDLabel: "Cairo::TextExtents.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>height</code></a></dt><!-- RDLabel: "height" -->
|
|
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>height=</code></a></dt><!-- RDLabel: "height=" -->
|
|
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_height</code></a></dt><!-- RDLabel: "set_height" -->
|
|
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_width</code></a></dt><!-- RDLabel: "set_width" -->
|
|
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_x_advance</code></a></dt><!-- RDLabel: "set_x_advance" -->
|
|
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>set_x_bearing</code></a></dt><!-- RDLabel: "set_x_bearing" -->
|
|
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>set_y_advance</code></a></dt><!-- RDLabel: "set_y_advance" -->
|
|
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>set_y_bearing</code></a></dt><!-- RDLabel: "set_y_bearing" -->
|
|
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>to_s</code></a></dt><!-- RDLabel: "to_s" -->
|
|
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>width</code></a></dt><!-- RDLabel: "width" -->
|
|
83
|
-
<dd>
|
|
84
|
-
<ul>
|
|
85
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
86
|
-
</ul></dd>
|
|
87
|
-
<dt><a name="label-15" id="label-15"><code>width=</code></a></dt><!-- RDLabel: "width=" -->
|
|
88
|
-
<dd>
|
|
89
|
-
<ul>
|
|
90
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
91
|
-
</ul></dd>
|
|
92
|
-
<dt><a name="label-16" id="label-16"><code>x_advance</code></a></dt><!-- RDLabel: "x_advance" -->
|
|
93
|
-
<dd>
|
|
94
|
-
<ul>
|
|
95
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
96
|
-
</ul></dd>
|
|
97
|
-
<dt><a name="label-17" id="label-17"><code>x_advance=</code></a></dt><!-- RDLabel: "x_advance=" -->
|
|
98
|
-
<dd>
|
|
99
|
-
<ul>
|
|
100
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
101
|
-
</ul></dd>
|
|
102
|
-
<dt><a name="label-18" id="label-18"><code>x_bearing</code></a></dt><!-- RDLabel: "x_bearing" -->
|
|
103
|
-
<dd>
|
|
104
|
-
<ul>
|
|
105
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
106
|
-
</ul></dd>
|
|
107
|
-
<dt><a name="label-19" id="label-19"><code>x_bearing=</code></a></dt><!-- RDLabel: "x_bearing=" -->
|
|
108
|
-
<dd>
|
|
109
|
-
<ul>
|
|
110
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
111
|
-
</ul></dd>
|
|
112
|
-
<dt><a name="label-20" id="label-20"><code>y_advance</code></a></dt><!-- RDLabel: "y_advance" -->
|
|
113
|
-
<dd>
|
|
114
|
-
<ul>
|
|
115
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
116
|
-
</ul></dd>
|
|
117
|
-
<dt><a name="label-21" id="label-21"><code>y_advance=</code></a></dt><!-- RDLabel: "y_advance=" -->
|
|
118
|
-
<dd>
|
|
119
|
-
<ul>
|
|
120
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
121
|
-
</ul></dd>
|
|
122
|
-
<dt><a name="label-22" id="label-22"><code>y_bearing</code></a></dt><!-- RDLabel: "y_bearing" -->
|
|
123
|
-
<dd>
|
|
124
|
-
<ul>
|
|
125
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
126
|
-
</ul></dd>
|
|
127
|
-
<dt><a name="label-23" id="label-23"><code>y_bearing=</code></a></dt><!-- RDLabel: "y_bearing=" -->
|
|
128
|
-
<dd>
|
|
129
|
-
<ul>
|
|
130
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
131
|
-
</ul></dd>
|
|
132
|
-
</dl>
|
|
133
|
-
<h2><a name="label-24" id="label-24">See Also</a></h2><!-- RDLabel: "See Also" -->
|
|
134
|
-
<h2><a name="label-25" id="label-25">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
|
135
|
-
|
|
136
|
-
<div class="footer">
|
|
137
|
-
<ul>
|
|
138
|
-
<li><a href="./">Index</a></li>
|
|
139
|
-
</ul>
|
|
140
|
-
|
|
141
|
-
</div>
|
|
142
|
-
</body>
|
|
143
|
-
|
|
144
|
-
</html>
|
|
@@ -1,67 +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::ToyFontFace</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::ToyFontFace</a></h1><!-- RDLabel: "class Cairo::ToyFontFace" -->
|
|
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-font-face.html#label-0">Cairo::FontFace</a>
|
|
25
|
-
<ul>
|
|
26
|
-
<li>Cairo::ToyFontFace</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::ToyFontFace.new</code></a></dt><!-- RDLabel: "Cairo::ToyFontFace.new" -->
|
|
33
|
-
<dd>
|
|
34
|
-
<ul>
|
|
35
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
36
|
-
</ul></dd>
|
|
37
|
-
</dl>
|
|
38
|
-
<h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
|
|
39
|
-
<dl>
|
|
40
|
-
<dt><a name="label-5" id="label-5"><code>family</code></a></dt><!-- RDLabel: "family" -->
|
|
41
|
-
<dd>
|
|
42
|
-
<ul>
|
|
43
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
44
|
-
</ul></dd>
|
|
45
|
-
<dt><a name="label-6" id="label-6"><code>slant</code></a></dt><!-- RDLabel: "slant" -->
|
|
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>weight</code></a></dt><!-- RDLabel: "weight" -->
|
|
51
|
-
<dd>
|
|
52
|
-
<ul>
|
|
53
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
54
|
-
</ul></dd>
|
|
55
|
-
</dl>
|
|
56
|
-
<h2><a name="label-8" id="label-8">See Also</a></h2><!-- RDLabel: "See Also" -->
|
|
57
|
-
<h2><a name="label-9" id="label-9">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
|
58
|
-
|
|
59
|
-
<div class="footer">
|
|
60
|
-
<ul>
|
|
61
|
-
<li><a href="./">Index</a></li>
|
|
62
|
-
</ul>
|
|
63
|
-
|
|
64
|
-
</div>
|
|
65
|
-
</body>
|
|
66
|
-
|
|
67
|
-
</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::UserFontError</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::UserFontError</a></h1><!-- RDLabel: "class Cairo::UserFontError" -->
|
|
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::UserFontError</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,94 +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::UserFontFace::TextToGlyphsData</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::UserFontFace::TextToGlyphsData</a></h1><!-- RDLabel: "class Cairo::UserFontFace::TextToGlyphsData" -->
|
|
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::UserFontFace::TextToGlyphsData</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::UserFontFace::TextToGlyphsData.new</code></a></dt><!-- RDLabel: "Cairo::UserFontFace::TextToGlyphsData.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>cluster_flags</code></a></dt><!-- RDLabel: "cluster_flags" -->
|
|
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>cluster_flags=</code></a></dt><!-- RDLabel: "cluster_flags=" -->
|
|
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>clusters</code></a></dt><!-- RDLabel: "clusters" -->
|
|
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>clusters=</code></a></dt><!-- RDLabel: "clusters=" -->
|
|
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>glyphs</code></a></dt><!-- RDLabel: "glyphs" -->
|
|
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>glyphs=</code></a></dt><!-- RDLabel: "glyphs=" -->
|
|
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>need_cluster_flags?</code></a></dt><!-- RDLabel: "need_cluster_flags?" -->
|
|
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>need_clusters?</code></a></dt><!-- RDLabel: "need_clusters?" -->
|
|
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>need_glyphs?</code></a></dt><!-- RDLabel: "need_glyphs?" -->
|
|
78
|
-
<dd>
|
|
79
|
-
<ul>
|
|
80
|
-
<li>Returns: self: <em>FIXME</em></li>
|
|
81
|
-
</ul></dd>
|
|
82
|
-
</dl>
|
|
83
|
-
<h2><a name="label-14" id="label-14">See Also</a></h2><!-- RDLabel: "See Also" -->
|
|
84
|
-
<h2><a name="label-15" id="label-15">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
|
85
|
-
|
|
86
|
-
<div class="footer">
|
|
87
|
-
<ul>
|
|
88
|
-
<li><a href="./">Index</a></li>
|
|
89
|
-
</ul>
|
|
90
|
-
|
|
91
|
-
</div>
|
|
92
|
-
</body>
|
|
93
|
-
|
|
94
|
-
</html>
|