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,114 +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="ja" xml:lang="ja">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>Cairo::SVGSurfaceクラス</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">索引</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">Cairo::SVGSurfaceクラス</a></h1><!-- RDLabel: "Cairo::SVGSurfaceクラス" -->
|
20
|
-
<h2><a name="label-1" id="label-1">オブジェクト階層</a></h2><!-- RDLabel: "オブジェクト階層" -->
|
21
|
-
<ul>
|
22
|
-
<li>Object
|
23
|
-
<ul>
|
24
|
-
<li><a href="cairo-surface.html">Cairo::Surface</a>
|
25
|
-
<ul>
|
26
|
-
<li>Cairo::SVGSurface</li>
|
27
|
-
</ul></li>
|
28
|
-
</ul></li>
|
29
|
-
</ul>
|
30
|
-
<h2><a name="label-2" id="label-2">クラスメソッド</a></h2><!-- RDLabel: "クラスメソッド" -->
|
31
|
-
<dl>
|
32
|
-
<dt><a name="label-3" id="label-3"><code>Cairo::SVGSurface.new(<var>stream</var>, <var>width_in_points</var>, <var>height_in_points</var>)</code></a></dt><!-- RDLabel: "Cairo::SVGSurface.new" -->
|
33
|
-
<dt><a name="label-4" id="label-4"><code>Cairo::SVGSurface.new(<var>filename</var>, <var>width_in_points</var>, <var>height_in_points</var>)</code></a></dt><!-- RDLabel: "Cairo::SVGSurface.new" -->
|
34
|
-
<dd>
|
35
|
-
<p>ポイントで指定されたサイズのSVG用サーフェスを生成します。</p>
|
36
|
-
<p>第1引数に<code>write</code>メソッドを持ったオブジェクトを指定
|
37
|
-
した場合はSVG形式のデータが順次<code>stream.write</code>で書き
|
38
|
-
出されます。</p>
|
39
|
-
<p><code>write</code>メソッドを持っていない場合はファイル名として
|
40
|
-
扱われます。SVG形式のデータはファイル名<var>filename</var>の
|
41
|
-
ファイルに出力されます。</p>
|
42
|
-
<ul>
|
43
|
-
<li>stream: <code>write</code>メソッドを持つオブジェクト。</li>
|
44
|
-
<li>filename: 結果を出力するファイル名。</li>
|
45
|
-
<li>width_in_points: ポイントで指定した幅。(1ポイント =
|
46
|
-
1/72.0インチ)</li>
|
47
|
-
<li>height_in_points: ポイントで指定した高さ。(1ポイント =
|
48
|
-
1/72.0インチ)</li>
|
49
|
-
<li>戻り値: 生成した<a href="cairo-svg-surface.html">Cairo::SVGSurface</a>オブジェクト。</li>
|
50
|
-
</ul></dd>
|
51
|
-
<dt><a name="label-5" id="label-5"><code>Cairo::SVGSurface.version_to_string(<var>version</var>)</code></a></dt><!-- RDLabel: "Cairo::SVGSurface.version_to_string" -->
|
52
|
-
<dd>
|
53
|
-
<var>version</var>の文字列表現を返します。
|
54
|
-
<ul>
|
55
|
-
<li>version: "1_1"や"1_2"など<a href="cairo-svg-version.html">Cairo::SVGVersion</a>に定義
|
56
|
-
されている定数名から「VERSION_」をのぞいたもの。"_"の
|
57
|
-
代わりに"."を使って"1.1"や"1.2"と書くともできます。も
|
58
|
-
ちろん、<a href="cairo-svg-version.html">Cairo::SVGVersion</a>に定義されている定数を指定す
|
59
|
-
ることもできます。</li>
|
60
|
-
<li>戻り値: <var>version</var>の文字列表現</li>
|
61
|
-
</ul></dd>
|
62
|
-
<dt><a name="label-6" id="label-6"><code>Cairo::SVGSurface.versions</code></a></dt><!-- RDLabel: "Cairo::SVGSurface.versions" -->
|
63
|
-
<dd>
|
64
|
-
サポートしているバージョンのリストを返します。
|
65
|
-
<ul>
|
66
|
-
<li>戻り値: サポートしているバージョンの配列</li>
|
67
|
-
</ul></dd>
|
68
|
-
<dt><a name="label-7" id="label-7"><code>Cairo::SVGSurface.versions_as_string</code></a></dt><!-- RDLabel: "Cairo::SVGSurface.versions_as_string" -->
|
69
|
-
<dd>
|
70
|
-
サポートしているバージョンの文字列表現のリストを返しま
|
71
|
-
す。
|
72
|
-
<ul>
|
73
|
-
<li>戻り値: サポートしているバージョンの文字列表現の配列</li>
|
74
|
-
</ul></dd>
|
75
|
-
</dl>
|
76
|
-
<h2><a name="label-8" id="label-8">インタンスメソッド</a></h2><!-- RDLabel: "インタンスメソッド" -->
|
77
|
-
<dl>
|
78
|
-
<dt><a name="label-9" id="label-9"><code>restrict_to_version(<var>version</var>)</code></a></dt><!-- RDLabel: "restrict_to_version" -->
|
79
|
-
<dd>
|
80
|
-
<p>生成するSVGファイルのバージョンを<var>version</var>に制限し
|
81
|
-
ます。</p>
|
82
|
-
<p>このメソッドはすべての描画操作の前にだけ呼び出すべきで
|
83
|
-
す。サーフェスを作ってすぐに呼び出すのが簡単な方法です。</p>
|
84
|
-
<ul>
|
85
|
-
<li>version: "1_1"や"1_2"など<a href="cairo-svg-version.html">Cairo::SVGVersion</a>に定義
|
86
|
-
されている定数名から「VERSION_」をのぞいたもの。"_"の
|
87
|
-
代わりに"."を使って"1.1"や"1.2"と書くともできます。も
|
88
|
-
ちろん、<a href="cairo-svg-version.html">Cairo::SVGVersion</a>に定義されている定数を指定す
|
89
|
-
ることもできます。</li>
|
90
|
-
</ul></dd>
|
91
|
-
</dl>
|
92
|
-
<h2><a name="label-10" id="label-10">定数</a></h2><!-- RDLabel: "定数" -->
|
93
|
-
<dl>
|
94
|
-
<dt><a name="label-11" id="label-11"><code>VERSION_1_1</code></a></dt><!-- RDLabel: "VERSION_1_1" -->
|
95
|
-
<dt><a name="label-12" id="label-12"><code>VERSION_1_2</code></a></dt><!-- RDLabel: "VERSION_1_2" -->
|
96
|
-
</dl>
|
97
|
-
<h2><a name="label-13" id="label-13">参考</a></h2><!-- RDLabel: "参考" -->
|
98
|
-
<ul>
|
99
|
-
<li><a href="index.html#label-0">索引</a></li>
|
100
|
-
</ul>
|
101
|
-
<h2><a name="label-14" id="label-14">変更履歴</a></h2><!-- RDLabel: "変更履歴" -->
|
102
|
-
<ul>
|
103
|
-
<li>2007-05-23: kou: スタート。</li>
|
104
|
-
</ul>
|
105
|
-
|
106
|
-
<div class="footer">
|
107
|
-
<ul>
|
108
|
-
<li><a href="./">索引</a></li>
|
109
|
-
</ul>
|
110
|
-
|
111
|
-
</div>
|
112
|
-
</body>
|
113
|
-
|
114
|
-
</html>
|
@@ -1,66 +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="ja" xml:lang="ja">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>Cairo::SVGVersionモジュール</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">索引</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">Cairo::SVGVersionモジュール</a></h1><!-- RDLabel: "Cairo::SVGVersionモジュール" -->
|
20
|
-
<p>生成するSVGファイルが従うSVG仕様のバージョンを表すために使い
|
21
|
-
ます。</p>
|
22
|
-
<h2><a name="label-1" id="label-1">モジュール関数</a></h2><!-- RDLabel: "モジュール関数" -->
|
23
|
-
<dl>
|
24
|
-
<dt><a name="label-2" id="label-2"><code>Cairo::SVGVersion.list</code></a></dt><!-- RDLabel: "Cairo::SVGVersion.list" -->
|
25
|
-
<dd>
|
26
|
-
<a href="cairo-svg-version.html">Cairo::SVGVersion#restrict_to_version</a>で指定するバージョ
|
27
|
-
ンの配列を返す。
|
28
|
-
<ul>
|
29
|
-
<li>戻り値: サポートしているバージョンの配列</li>
|
30
|
-
</ul></dd>
|
31
|
-
<dt><a name="label-3" id="label-3"><code>Cairo::SVGVersion.names</code></a></dt><!-- RDLabel: "Cairo::SVGVersion.names" -->
|
32
|
-
<dd>
|
33
|
-
<a href="cairo-svg-version.html">Cairo::SVGVersion#restrict_to_version</a>が返すバージョンそ
|
34
|
-
れぞれを文字列で表現した配列を返す。
|
35
|
-
<ul>
|
36
|
-
<li>戻り値: サポートしているバージョンの文字列表現の配列</li>
|
37
|
-
</ul></dd>
|
38
|
-
</dl>
|
39
|
-
<h2><a name="label-4" id="label-4">定数</a></h2><!-- RDLabel: "定数" -->
|
40
|
-
<dl>
|
41
|
-
<dt><a name="label-5" id="label-5"><code>VERSION_1_1</code></a></dt><!-- RDLabel: "VERSION_1_1" -->
|
42
|
-
<dd>
|
43
|
-
SVG仕様のバージョン1.1。</dd>
|
44
|
-
<dt><a name="label-6" id="label-6"><code>VERSION_1_2</code></a></dt><!-- RDLabel: "VERSION_1_2" -->
|
45
|
-
<dd>
|
46
|
-
SVG仕様のバージョン1.2。</dd>
|
47
|
-
</dl>
|
48
|
-
<h2><a name="label-7" id="label-7">参考</a></h2><!-- RDLabel: "参考" -->
|
49
|
-
<ul>
|
50
|
-
<li><a href="index.html#label-0">索引</a></li>
|
51
|
-
</ul>
|
52
|
-
<h2><a name="label-8" id="label-8">変更履歴</a></h2><!-- RDLabel: "変更履歴" -->
|
53
|
-
<ul>
|
54
|
-
<li>2008-04-11: kou: Module Functions追加。</li>
|
55
|
-
<li>2007-05-22: kou: スタート。</li>
|
56
|
-
</ul>
|
57
|
-
|
58
|
-
<div class="footer">
|
59
|
-
<ul>
|
60
|
-
<li><a href="./">索引</a></li>
|
61
|
-
</ul>
|
62
|
-
|
63
|
-
</div>
|
64
|
-
</body>
|
65
|
-
|
66
|
-
</html>
|
@@ -1,50 +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="ja" xml:lang="ja">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>Cairo::TempFileErrorクラス</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">索引</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">Cairo::TempFileErrorクラス</a></h1><!-- RDLabel: "Cairo::TempFileErrorクラス" -->
|
20
|
-
<h2><a name="label-1" id="label-1">オブジェクト階層</a></h2><!-- RDLabel: "オブジェクト階層" -->
|
21
|
-
<ul>
|
22
|
-
<li>Object
|
23
|
-
<ul>
|
24
|
-
<li>Exception
|
25
|
-
<ul>
|
26
|
-
<li>StandardError
|
27
|
-
<ul>
|
28
|
-
<li><a href="cairo-error.html">Cairo::Error</a>
|
29
|
-
<ul>
|
30
|
-
<li>Cairo::TempFileError</li>
|
31
|
-
</ul></li>
|
32
|
-
</ul></li>
|
33
|
-
</ul></li>
|
34
|
-
</ul></li>
|
35
|
-
</ul>
|
36
|
-
<h2><a name="label-2" id="label-2">参考</a></h2><!-- RDLabel: "参考" -->
|
37
|
-
<ul>
|
38
|
-
<li><a href="index.html#label-0">索引</a></li>
|
39
|
-
</ul>
|
40
|
-
<h2><a name="label-3" id="label-3">変更履歴</a></h2><!-- RDLabel: "変更履歴" -->
|
41
|
-
|
42
|
-
<div class="footer">
|
43
|
-
<ul>
|
44
|
-
<li><a href="./">索引</a></li>
|
45
|
-
</ul>
|
46
|
-
|
47
|
-
</div>
|
48
|
-
</body>
|
49
|
-
|
50
|
-
</html>
|
@@ -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="ja" xml:lang="ja">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>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="./">索引</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">Cairo::TextClusterFlagモジュール</a></h1><!-- RDLabel: "Cairo::TextClusterFlagモジュール" -->
|
20
|
-
<p><em>Since 1.8</em>: テキストクラスタ対応のプロパティを指定しま
|
21
|
-
す。</p>
|
22
|
-
<h2><a name="label-1" id="label-1">定数</a></h2><!-- RDLabel: "定数" -->
|
23
|
-
<dl>
|
24
|
-
<dt><a name="label-2" id="label-2"><code>BACKWARD</code></a></dt><!-- RDLabel: "BACKWARD" -->
|
25
|
-
<dd>
|
26
|
-
クラスタ配列内のクラスタを後ろから順にグリフ配列内のグ
|
27
|
-
リフに対応させます。</dd>
|
28
|
-
</dl>
|
29
|
-
<h2><a name="label-3" id="label-3">参考</a></h2><!-- RDLabel: "参考" -->
|
30
|
-
<ul>
|
31
|
-
<li><a href="cairo-user-font-face-text-to-glyphs-data.html">Cairo::UserFontFace::TextToGlyphsData</a></li>
|
32
|
-
</ul>
|
33
|
-
<h2><a name="label-4" id="label-4">変更履歴</a></h2><!-- RDLabel: "変更履歴" -->
|
34
|
-
<ul>
|
35
|
-
<li>2008-09-26: kou: スタート。</li>
|
36
|
-
</ul>
|
37
|
-
|
38
|
-
<div class="footer">
|
39
|
-
<ul>
|
40
|
-
<li><a href="./">索引</a></li>
|
41
|
-
</ul>
|
42
|
-
|
43
|
-
</div>
|
44
|
-
</body>
|
45
|
-
|
46
|
-
</html>
|
@@ -1,102 +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="ja" xml:lang="ja">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>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="./">索引</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">Cairo::TextClusterクラス</a></h1><!-- RDLabel: "Cairo::TextClusterクラス" -->
|
20
|
-
<p><em>Since 1.7</em>: テキストクラスタ情報を持ちます。テキストクラ
|
21
|
-
スタとは、複数のグリフと対応するUTF-8テキストとの最小の対応で
|
22
|
-
す。それぞれをグリフ数とテキストのバイト数として持っています。</p>
|
23
|
-
<p>妥当なクラスタは、バイト数とグリフ数が負ではなく、どちらか一
|
24
|
-
方は0ではありません。グリフが0のクラスタは普通のクラスタと同
|
25
|
-
じようにはサポートされていないことに注意してください。例えば、
|
26
|
-
通常のPDF描画アプリケーションは、PDFテキストが選択されている
|
27
|
-
ときはそれらのクラスタを無視します。</p>
|
28
|
-
<p>高度なテキスト操作がどのようにクラスタを使うかは
|
29
|
-
<a href="cairo-context.html#label-137">Cairo::Context#show_text_glyphs</a>を見てください。</p>
|
30
|
-
<h2><a name="label-1" id="label-1">オブジェクト階層</a></h2><!-- RDLabel: "オブジェクト階層" -->
|
31
|
-
<ul>
|
32
|
-
<li>Object
|
33
|
-
<ul>
|
34
|
-
<li>Cairo::TextCluster</li>
|
35
|
-
</ul></li>
|
36
|
-
</ul>
|
37
|
-
<h2><a name="label-2" id="label-2">クラスメソッド</a></h2><!-- RDLabel: "クラスメソッド" -->
|
38
|
-
<dl>
|
39
|
-
<dt><a name="label-3" id="label-3"><code>Cairo::TextCluster.new(<var>num_bytes</var>, <var>num_glyphs</var>)</code></a></dt><!-- RDLabel: "Cairo::TextCluster.new" -->
|
40
|
-
<dd>
|
41
|
-
<em>Since 1.7</em>: テキストクラスタを生成します。
|
42
|
-
<ul>
|
43
|
-
<li>num_bytes: このクラスタが含んでいるUTF-8テキストのバ
|
44
|
-
イト数。</li>
|
45
|
-
<li>num_glyphs: このクラスタが含んでいるグリフ数。</li>
|
46
|
-
<li>戻り値: 新しく生成した<a href="cairo-text-cluster.html">Cairo::TextCluster</a>オブジェクト。</li>
|
47
|
-
</ul></dd>
|
48
|
-
</dl>
|
49
|
-
<h2><a name="label-4" id="label-4">インタンスメソッド</a></h2><!-- RDLabel: "インタンスメソッド" -->
|
50
|
-
<dl>
|
51
|
-
<dt><a name="label-5" id="label-5"><code>num_bytes</code></a></dt><!-- RDLabel: "num_bytes" -->
|
52
|
-
<dd>
|
53
|
-
<em>Since 1.7</em>
|
54
|
-
<ul>
|
55
|
-
<li>戻り値: テキストのバイト数。</li>
|
56
|
-
</ul></dd>
|
57
|
-
<dt><a name="label-6" id="label-6"><code>num_bytes=(<var>num_bytes</var>)</code></a></dt><!-- RDLabel: "num_bytes=" -->
|
58
|
-
<dt><a name="label-7" id="label-7"><code>set_num_bytes(<var>num_bytes</var>)</code></a></dt><!-- RDLabel: "set_num_bytes" -->
|
59
|
-
<dd>
|
60
|
-
<em>Since 1.7</em>
|
61
|
-
<ul>
|
62
|
-
<li>num_bytes: テキストのバイト数</li>
|
63
|
-
</ul></dd>
|
64
|
-
<dt><a name="label-8" id="label-8"><code>num_glyphs</code></a></dt><!-- RDLabel: "num_glyphs" -->
|
65
|
-
<dd>
|
66
|
-
<em>Since 1.7</em>
|
67
|
-
<ul>
|
68
|
-
<li>戻り値: グリフ数。</li>
|
69
|
-
</ul></dd>
|
70
|
-
<dt><a name="label-9" id="label-9"><code>num_glyphs=(<var>num_glyphs</var>)</code></a></dt><!-- RDLabel: "num_glyphs=" -->
|
71
|
-
<dt><a name="label-10" id="label-10"><code>set_num_glyphs(<var>num_glyphs</var>)</code></a></dt><!-- RDLabel: "set_num_glyphs" -->
|
72
|
-
<dd>
|
73
|
-
<em>Since 1.7</em>
|
74
|
-
<ul>
|
75
|
-
<li>num_glyphs: グリフ数。</li>
|
76
|
-
</ul></dd>
|
77
|
-
<dt><a name="label-11" id="label-11"><code>to_s</code></a></dt><!-- RDLabel: "to_s" -->
|
78
|
-
<dd>
|
79
|
-
<em>Since 1.7</em>
|
80
|
-
<ul>
|
81
|
-
<li>戻り値: <a href="cairo-text-cluster.html">Cairo::TextCluster</a>の文字列表現。</li>
|
82
|
-
</ul></dd>
|
83
|
-
</dl>
|
84
|
-
<h2><a name="label-12" id="label-12">参考</a></h2><!-- RDLabel: "参考" -->
|
85
|
-
<ul>
|
86
|
-
<li><a href="cairo-context.html#label-137">Cairo::Context#show_text_glyphs</a></li>
|
87
|
-
<li><a href="cairo-scaled-font.html#label-13">Cairo::ScaledFont#text_to_glyphs</a></li>
|
88
|
-
</ul>
|
89
|
-
<h2><a name="label-13" id="label-13">変更履歴</a></h2><!-- RDLabel: "変更履歴" -->
|
90
|
-
<ul>
|
91
|
-
<li>2008-08-17: kou: スタート。</li>
|
92
|
-
</ul>
|
93
|
-
|
94
|
-
<div class="footer">
|
95
|
-
<ul>
|
96
|
-
<li><a href="./">索引</a></li>
|
97
|
-
</ul>
|
98
|
-
|
99
|
-
</div>
|
100
|
-
</body>
|
101
|
-
|
102
|
-
</html>
|
@@ -1,163 +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="ja" xml:lang="ja">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>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="./">索引</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">Cairo::TextExtentsクラス</a></h1><!-- RDLabel: "Cairo::TextExtentsクラス" -->
|
20
|
-
<p>ひとつのグリフか複数のグリフの範囲をユーザ空間座標で表します。
|
21
|
-
テキストの範囲がユーザ空間座標なので、多くの場合、現在の変換
|
22
|
-
行列に依存していません。<code>context.scale(2.0, 2.0)</code>を呼んだ
|
23
|
-
ら、テキストは2倍の大きさで描画されませうが、報告されるテキス
|
24
|
-
トの範囲は2倍になっていません。範囲はヒントで少し変わるかもし
|
25
|
-
れません(そのため、メトリックスが変換行列に依存していると仮
|
26
|
-
定できません)が、それ以外の場合は変わりません。</p>
|
27
|
-
<h2><a name="label-1" id="label-1">オブジェクト階層</a></h2><!-- RDLabel: "オブジェクト階層" -->
|
28
|
-
<ul>
|
29
|
-
<li>Object
|
30
|
-
<ul>
|
31
|
-
<li>Cairo::TextExtents</li>
|
32
|
-
</ul></li>
|
33
|
-
</ul>
|
34
|
-
<h2><a name="label-2" id="label-2">クラスメソッド</a></h2><!-- RDLabel: "クラスメソッド" -->
|
35
|
-
<dl>
|
36
|
-
<dt><a name="label-3" id="label-3"><code>Cairo::TextExtents.new</code></a></dt><!-- RDLabel: "Cairo::TextExtents.new" -->
|
37
|
-
<dd>
|
38
|
-
<em>Since 1.7</em>: 新しく<a href="cairo-text-extents.html">Cairo::TextExtents</a>オブジェ
|
39
|
-
クトを生成します。以下のように値が設定されています。
|
40
|
-
<ul>
|
41
|
-
<li>x_bearing: 0.0</li>
|
42
|
-
<li>y_bearing: -1.0</li>
|
43
|
-
<li>width: 0.0</li>
|
44
|
-
<li>height: 1.0</li>
|
45
|
-
<li>x_advance: 1.0</li>
|
46
|
-
<li>y_advance: 0.0</li>
|
47
|
-
</ul>
|
48
|
-
<ul>
|
49
|
-
<li>戻り値: 新しく生成された<a href="cairo-text-extents.html">Cairo::TextExtents</a>オブジェクト。</li>
|
50
|
-
</ul></dd>
|
51
|
-
</dl>
|
52
|
-
<h2><a name="label-4" id="label-4">インタンスメソッド</a></h2><!-- RDLabel: "インタンスメソッド" -->
|
53
|
-
<dl>
|
54
|
-
<dt><a name="label-5" id="label-5"><code>height</code></a></dt><!-- RDLabel: "height" -->
|
55
|
-
<dd>
|
56
|
-
表示されるグリフの高さを返します。
|
57
|
-
<ul>
|
58
|
-
<li>戻り値: 高さ</li>
|
59
|
-
</ul></dd>
|
60
|
-
<dt><a name="label-6" id="label-6"><code>height=(<var>height</var>)</code></a></dt><!-- RDLabel: "height=" -->
|
61
|
-
<dt><a name="label-7" id="label-7"><code>set_height(<var>height</var>)</code></a></dt><!-- RDLabel: "set_height" -->
|
62
|
-
<dd>
|
63
|
-
<em>Since 1.7</em>
|
64
|
-
<ul>
|
65
|
-
<li>height: 高さ</li>
|
66
|
-
</ul></dd>
|
67
|
-
<dt><a name="label-8" id="label-8"><code>width</code></a></dt><!-- RDLabel: "width" -->
|
68
|
-
<dd>
|
69
|
-
表示されるグリフの幅を返します。
|
70
|
-
<ul>
|
71
|
-
<li>戻り値: 幅</li>
|
72
|
-
</ul></dd>
|
73
|
-
<dt><a name="label-9" id="label-9"><code>width=(<var>width</var>)</code></a></dt><!-- RDLabel: "width=" -->
|
74
|
-
<dt><a name="label-10" id="label-10"><code>set_width(<var>width</var>)</code></a></dt><!-- RDLabel: "set_width" -->
|
75
|
-
<dd>
|
76
|
-
<em>Since 1.7</em>
|
77
|
-
<ul>
|
78
|
-
<li>width: 幅</li>
|
79
|
-
</ul></dd>
|
80
|
-
<dt><a name="label-11" id="label-11"><code>x_advance</code></a></dt><!-- RDLabel: "x_advance" -->
|
81
|
-
<dd>
|
82
|
-
グリフを描画した後にX方向に進める距離を返します。
|
83
|
-
<ul>
|
84
|
-
<li>戻り値: X方向に進める距離</li>
|
85
|
-
</ul></dd>
|
86
|
-
<dt><a name="label-12" id="label-12"><code>x_advance=(<var>x_advance</var>)</code></a></dt><!-- RDLabel: "x_advance=" -->
|
87
|
-
<dt><a name="label-13" id="label-13"><code>set_x_advance(<var>x_advance</var>)</code></a></dt><!-- RDLabel: "set_x_advance" -->
|
88
|
-
<dd>
|
89
|
-
<em>Since 1.7</em>
|
90
|
-
<ul>
|
91
|
-
<li>x_advance: X方向に進める距離</li>
|
92
|
-
</ul></dd>
|
93
|
-
<dt><a name="label-14" id="label-14"><code>y_advance</code></a></dt><!-- RDLabel: "y_advance" -->
|
94
|
-
<dd>
|
95
|
-
グリフを描画した後にY方向に進める距離を返します。東アジ
|
96
|
-
アの言語に見られる縦書きテキストレイアウトをのぞけば、
|
97
|
-
普通は0になります。
|
98
|
-
<ul>
|
99
|
-
<li>戻り値: Y方向に進める距離</li>
|
100
|
-
</ul></dd>
|
101
|
-
<dt><a name="label-15" id="label-15"><code>y_advance=(<var>y_advance</var>)</code></a></dt><!-- RDLabel: "y_advance=" -->
|
102
|
-
<dt><a name="label-16" id="label-16"><code>set_y_advance(<var>y_advance</var>)</code></a></dt><!-- RDLabel: "set_y_advance" -->
|
103
|
-
<dd>
|
104
|
-
<em>Since 1.7</em>
|
105
|
-
<ul>
|
106
|
-
<li>y_advance: Y方向に進める距離</li>
|
107
|
-
</ul></dd>
|
108
|
-
<dt><a name="label-17" id="label-17"><code>x_bearing</code></a></dt><!-- RDLabel: "x_bearing" -->
|
109
|
-
<dd>
|
110
|
-
表示するグリフのもっとも左側の部分の基点からの水平方
|
111
|
-
向の距離を返します。グリフが完全に基点より右にある場合
|
112
|
-
は正の値です。
|
113
|
-
<ul>
|
114
|
-
<li>戻り値: 基点からの水平方向の距離</li>
|
115
|
-
</ul></dd>
|
116
|
-
<dt><a name="label-18" id="label-18"><code>x_bearing=(<var>x_bearing</var>)</code></a></dt><!-- RDLabel: "x_bearing=" -->
|
117
|
-
<dt><a name="label-19" id="label-19"><code>set_x_bearing(<var>x_bearing</var>)</code></a></dt><!-- RDLabel: "set_x_bearing" -->
|
118
|
-
<dd>
|
119
|
-
<em>Since 1.7</em>
|
120
|
-
<ul>
|
121
|
-
<li>x_bearing: 基点からの水平方向の距離</li>
|
122
|
-
</ul></dd>
|
123
|
-
<dt><a name="label-20" id="label-20"><code>y_bearing</code></a></dt><!-- RDLabel: "y_bearing" -->
|
124
|
-
<dd>
|
125
|
-
表示するグリフのもっとも左側の部分の基点からの垂直方
|
126
|
-
向の距離を返します。グリフが完全に基点より下にある場合
|
127
|
-
は正の値です。
|
128
|
-
<ul>
|
129
|
-
<li>戻り値: 基点からの垂直方向の距離</li>
|
130
|
-
</ul></dd>
|
131
|
-
<dt><a name="label-21" id="label-21"><code>y_bearing=(<var>y_bearing</var>)</code></a></dt><!-- RDLabel: "y_bearing=" -->
|
132
|
-
<dt><a name="label-22" id="label-22"><code>set_y_bearing(<var>y_bearing</var>)</code></a></dt><!-- RDLabel: "set_y_bearing" -->
|
133
|
-
<dd>
|
134
|
-
<em>Since 1.7</em>
|
135
|
-
<ul>
|
136
|
-
<li>y_bearing: 基点からの垂直方向の距離</li>
|
137
|
-
</ul></dd>
|
138
|
-
<dt><a name="label-23" id="label-23"><code>to_s</code></a></dt><!-- RDLabel: "to_s" -->
|
139
|
-
<dd>
|
140
|
-
<ul>
|
141
|
-
<li>戻り値: <a href="cairo-text-extents.html">Cairo::TextExtents</a>の文字列表現</li>
|
142
|
-
</ul></dd>
|
143
|
-
</dl>
|
144
|
-
<h2><a name="label-24" id="label-24">参考</a></h2><!-- RDLabel: "参考" -->
|
145
|
-
<ul>
|
146
|
-
<li><a href="index.html#label-0">索引</a></li>
|
147
|
-
<li><a href="cairo-user-font-face.html#label-6">Cairo::UserFontFace#on_render_glyph</a></li>
|
148
|
-
</ul>
|
149
|
-
<h2><a name="label-25" id="label-25">変更履歴</a></h2><!-- RDLabel: "変更履歴" -->
|
150
|
-
<ul>
|
151
|
-
<li>2008-08-17: kou: rcairo 1.7対応。</li>
|
152
|
-
<li>2007-05-22: kou: スタート</li>
|
153
|
-
</ul>
|
154
|
-
|
155
|
-
<div class="footer">
|
156
|
-
<ul>
|
157
|
-
<li><a href="./">索引</a></li>
|
158
|
-
</ul>
|
159
|
-
|
160
|
-
</div>
|
161
|
-
</body>
|
162
|
-
|
163
|
-
</html>
|