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
5555----------------------------
5656
5757<pre class='idl'>
58+ [Exposed=Window]
5859interface FontMetrics {
5960 readonly attribute double width;
6061 readonly attribute FrozenArray<double> advances;
@@ -166,6 +167,7 @@ List of all {{Baseline}}s for the given text.
166167----------------------------
167168
168169<pre class='idl'>
170+ [Exposed=Window]
169171interface Baseline {
170172 readonly attribute DOMString name;
171173 readonly attribute double value;
@@ -188,6 +190,7 @@ Positive numbers indicating a distance going down from the
188190----------------------------
189191
190192<pre class='idl'>
193+ [Exposed=Window]
191194interface Font {
192195 readonly attribute DOMString name;
193196 readonly attribute unsigned long glyphsRendered;
You can’t perform that action at this time.
0 commit comments