File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ those that are passed in as a part of the styleMap. Document styles do not apply
55
55
----------------------------
56
56
57
57
<pre class='idl'>
58
+ [Exposed=Window]
58
59
interface FontMetrics {
59
60
readonly attribute double width;
60
61
readonly attribute FrozenArray<double> advances;
@@ -166,6 +167,7 @@ List of all {{Baseline}}s for the given text.
166
167
----------------------------
167
168
168
169
<pre class='idl'>
170
+ [Exposed=Window]
169
171
interface Baseline {
170
172
readonly attribute DOMString name;
171
173
readonly attribute double value;
@@ -188,6 +190,7 @@ Positive numbers indicating a distance going down from the
188
190
----------------------------
189
191
190
192
<pre class='idl'>
193
+ [Exposed=Window]
191
194
interface Font {
192
195
readonly attribute DOMString name;
193
196
readonly attribute unsigned long glyphsRendered;
You can’t perform that action at this time.
0 commit comments