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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
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>
|