diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/svgfontelement/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/web/api/svgfontelement/index.html')
-rw-r--r-- | files/ja/web/api/svgfontelement/index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/files/ja/web/api/svgfontelement/index.html b/files/ja/web/api/svgfontelement/index.html new file mode 100644 index 0000000000..07184c7606 --- /dev/null +++ b/files/ja/web/api/svgfontelement/index.html @@ -0,0 +1,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> |