blob: 07184c7606380e1ac91836949e1aca6bdd6fcfc9 (
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
|
---
title: SVGFontElement
slug: Web/API/SVGFontElement
tags:
- SVG
- SVG DOM
translation_of: Web/API/SVGFontElement
---
<div>{{APIRef("SVG")}}{{deprecated_header}}</div>
<p><code>SVGFontElement</code> インタフェースは、SVG の {{SVGElement("font")}} 要素に対応するインタフェースです。</p>
<p>SVG の DOM 経由での {{SVGElement("font")}} 要素の属性へのオブジェクト指向アクセスは出来ません。</p>
<p>{{InheritanceDiagram(600, 140)}}</p>
<h2 id="Properties" name="Properties">プロパティ</h2>
<p><code>SVGFontElement</code> インタフェースは固有のプロパティを持ちませんが、親である {{domxref("SVGElement")}} のプロパティを継承し、また{{domxref("SVGExternalResourcesRequired")}} と {{domxref("SVGStylable")}} からプロパティを実装しています。</p>
<h2 id="Methods" name="Methods">メソッド</h2>
<p><code>SVGFontElement</code> インタフェースは固有のメソッドを持ちませんが親である {{domxref("SVGElement")}} のメソッドを継承し、また{{domxref("SVGExternalResourcesRequired")}} と {{domxref("SVGStylable")}} からメソッドを実装しています。</p>
<h2 id="仕様">仕様</h2>
<table class="standard-table">
<tbody>
<tr>
<td>Specification</td>
<td>Status</td>
<td>Comment</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "fonts.html#InterfaceSVGFontElement", "SVGFontElement")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザ実装状況</h2>
<div>
<p>{{Compat("api.SVGFontElement")}}</p>
</div>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{SVGElement("font")}} SVG 要素</li>
</ul>
|