blob: ba8cbf9bebc6dce27c93a1a8839672f02833bffb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
---
title: accent-height
slug: Web/SVG/Attribute/accent-height
tags:
- Deprecated
- NeedsExample
- SVG
- SVG Attribute
translation_of: Web/SVG/Attribute/accent-height
---
<div>{{SVGRef}}{{deprecated_header}}</div>
<p><strong><code>accent-height</code></strong>属性は原点からアクセント文字の上端までの距離を定義します。これはフォント座標系で測られる距離です。</p>
<p>1つの要素のみがこの属性を使用します: {{SVGElement("font-face")}}</p>
<h2 id="font-face" name="font-face">font-face</h2>
<p>{{SVGElement("font-face")}}に対して、<code>accent-height</code>は原点からアクセント文字の上端までの距離を定義します。これはフォント座標系で測られる距離です。</p>
<table class="properties">
<tbody>
<tr>
<th scope="row">値</th>
<td><a href="/ja/docs/Web/SVG/Content_type#Number"><number></a></td>
</tr>
<tr>
<th scope="row">既定値</th>
<td>Value of {{SVGAttr("ascent")}}</td>
</tr>
<tr>
<th scope="row">アニメーション可否</th>
<td>いいえ</td>
</tr>
</tbody>
</table>
<h2 id="Specifications" name="Specifications">仕様</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">仕様書</th>
<th scope="col">策定状況</th>
<th scope="col">コメント</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("SVG1.1", "fonts.html#FontFaceElementAccentHeightAttribute", "accent-height")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>初期定義</td>
</tr>
</tbody>
</table>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
<p>{{Compat("svg.elements.font-face.accent-height")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{SVGAttr("cap-height")}}</li>
<li>{{SVGAttr("x-height")}}</li>
</ul>
|