aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/fontface/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/fontface/index.html')
-rw-r--r--files/zh-cn/web/api/fontface/index.html122
1 files changed, 122 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/fontface/index.html b/files/zh-cn/web/api/fontface/index.html
new file mode 100644
index 0000000000..33f591f749
--- /dev/null
+++ b/files/zh-cn/web/api/fontface/index.html
@@ -0,0 +1,122 @@
+---
+title: FontFace
+slug: Web/API/FontFace
+translation_of: Web/API/FontFace
+---
+<p>{{APIRef("CSS Font Loading API")}}{{SeeCompatTable}}</p>
+
+<p><code><strong>FontFace</strong></code> 接口表示一个可用的字体。它允许您控制字体的源文件,作为外部资源的URL或缓冲区; 它还允许您控制字体的加载时间和字体当前的状态。</p>
+
+<h2 id="Constructor">Constructor</h2>
+
+<dl>
+ <dt>{{domxref("FontFace.FontFace", "FontFace()")}}</dt>
+ <dd>使用URL指向的外部资源或{{domxref("ArrayBuffer")}}构造并返回一个新的 <code>FontFace</code> 对象。</dd>
+</dl>
+
+<h2 id="Properties">Properties</h2>
+
+<p><em>这个接口不继承任何属性。</em></p>
+
+<dl>
+ <dt>{{domxref("FontFace.family")}}</dt>
+ <dd>这是不是一个{{domxref("DOMString")}} ?是的话将表示该字体的 <em>family</em> 属性,相当于 {{cssxref("@font-face/family", "family")}} 。</dd>
+ <dt>{{domxref("FontFace.style")}}</dt>
+ <dd>这是不是一个 {{domxref("DOMString")}} ?是的话将表示该字体的 <em>style</em> 属性,相当于 {{cssxref("@font-face/style", "style")}} 。</dd>
+ <dt>{{domxref("FontFace.weight")}}</dt>
+ <dd>这是不是一个 {{domxref("DOMString")}} ?是的话将表示该字体的 <em>weight</em> 属性,相当于 {{cssxref("@font-face/weight", "weight")}}。</dd>
+ <dt>{{domxref("FontFace.stretch")}}</dt>
+ <dd>这是不是一个 {{domxref("DOMString")}} ?是的话将表示该字体的 <em>stretches </em>属性,相当于 {{cssxref("@font-face/stretch", "stretch")}} 。</dd>
+ <dt>{{domxref("FontFace.unicodeRange")}}</dt>
+ <dd>这是不是一个 {{domxref("DOMString")}} ?是的话将表示该字体涵盖的 <em>range of code</em> (字符编码的范围),相当于 {{cssxref("@font-face/unicode-range", "unicode-range")}} 。</dd>
+ <dt>{{domxref("FontFace.variant")}}</dt>
+ <dd>这是不是一个 {{domxref("DOMString")}} ?是的话将表示该字体的 <em>variant </em>属性,相当于 {{cssxref("@font-face/range", "range")}} 。</dd>
+ <dt>{{domxref("FontFace.featureSettings")}}</dt>
+ <dd>这是不是一个 {{domxref("DOMString")}} ?是的话将表示该字体的 <em>features </em>属性,相当于 {{cssxref("@font-face/feature-settings", "feature-settings")}} 。</dd>
+ <dt>{{domxref("FontFace.status")}} {{readonlyinline}}</dt>
+ <dd>返回一个表示字体当前状态的可枚举值,它可能是下列之一: <code>"unloaded"</code>, <code>"loading"</code>, <code>"loaded"</code>,  <code>"error"</code>。</dd>
+ <dt>{{domxref("FontFace.loaded")}} {{readonlyinline}}</dt>
+ <dd>当字体完全加载或加载失败时返回该 <code>FontFace</code> 的{{domxref("Promise")}} 。</dd>
+</dl>
+
+<h2 id="Methods">Methods</h2>
+
+<p><em>这个接口不继承任何方法</em></p>
+
+<dl>
+ <dt>{{domxref("FontFace.load()")}}</dt>
+ <dd>加载该字体,返回该字体完全加载或加载失败时的{{domxref("Promise")}} 。</dd>
+</dl>
+
+<h2 id="Specifications">Specifications</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('CSS3 Font Loading','#FontFace-interface','FontFaceSet')}}</td>
+ <td>{{Spec2('CSS3 Font Loading')}}</td>
+ <td>Initial definition</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility">Browser compatibility</h2>
+
+<div>{{CompatibilityTable}}</div>
+
+<div id="compat-desktop">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Feature</th>
+ <th>Chrome</th>
+ <th>Firefox (Gecko)</th>
+ <th>Internet Explorer</th>
+ <th>Opera</th>
+ <th>Safari (WebKit)</th>
+ </tr>
+ <tr>
+ <td>Basic support</td>
+ <td>{{CompatChrome(35.0)}}</td>
+ <td>{{CompatGeckoDesktop(41)}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<div id="compat-mobile">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Feature</th>
+ <th>Android</th>
+ <th>Android Webview</th>
+ <th>Firefox Mobile (Gecko)</th>
+ <th>Firefox OS</th>
+ <th>IE Mobile</th>
+ <th>Opera Mobile</th>
+ <th>Safari Mobile</th>
+ <th>Chrome for Android</th>
+ </tr>
+ <tr>
+ <td>Basic support</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatChrome(35.0)}}</td>
+ <td>{{CompatGeckoMobile(41)}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatChrome(35.0)}}</td>
+ </tr>
+ </tbody>
+</table>
+</div>