You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-fonts-4/Overview.bs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
251
251
<a href="#font-matching-algorithm">font matching section below</a> for the
252
252
precise algorithm). For TrueType / OpenType fonts which use variations, the "wdth"
253
253
variation is used to implement varying widths. The figure below shows how nine
254
-
font-stretch property settings affect font selection for font family
254
+
font-stretch property settings affect font matching for font family
255
255
containing a variety of discrete widths. Grey indicates a width for which no
256
256
face exists and a different width is substituted:
257
257
@@ -284,23 +284,23 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
284
284
<dl dfn-for=font-style dfn-type=value>
285
285
<dt><dfn>normal</dfn></dt>
286
286
<dd>
287
-
Selects a face that is classified as a normal face, one that is neither italic or obliqued. This represents an oblique value of "0".
287
+
Matches against a face that is classified as a normal face, one that is neither italic or obliqued. This represents an oblique value of "0".
288
288
</dd>
289
289
290
290
<dt><dfn>italic</dfn></dt>
291
291
<dd>
292
-
selects a font that is labeled as an oblique face, or an italic face if one is not.
292
+
Matches against a font that is labeled as an oblique face, or an italic face if one is not.
293
293
</dd>
294
294
295
295
<dt><dfn>oblique <<angle>>?</dfn></dt>
296
296
<dd>
297
-
Controls the selection of an oblique face. The lack of a number represents an angle of "20deg". Values less than or equal to -90deg or values greater than or equal to 90deg are invalid and are treated as parse errors. (Note that a font may internally provide its own mapping for "oblique", but that mapping within the font is disregarded)
297
+
Controls matching against an oblique face. The lack of a number represents an angle of "20deg". Values less than or equal to -90deg or values greater than or equal to 90deg are invalid and are treated as parse errors. (Note that a font may internally provide its own mapping for "oblique", but that mapping within the font is disregarded)
298
298
</dd>
299
299
</dl>
300
300
301
301
Some font families may contain only zero or one italic or oblique face, while yet other
302
302
families may contain multiple oblique faces with varying
303
-
angles. The font selection routine will select a font to use which
303
+
angles. The font matching routine will select a font to use which
304
304
is closest to the requested angle. In general, for a requested angle greater
305
305
or equal to 20deg, larger angles are prefered; otherwise, smaller
306
306
angles are preferred (see the
@@ -790,8 +790,8 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
790
790
selected by this algorithm, particular values for
791
791
'font-stretch', 'font-style', and 'font-weight' must be applied
792
792
before any layout or rendering occurs. The application of these values
793
-
must be applied in the <a href="#apply-font-selection-variations">Apply
794
-
font selection variations</a> step detailed in
793
+
must be applied in the <a href="#apply-font-matching-variations">Apply
794
+
font matching variations</a> step detailed in
795
795
<a href="#font-feature-variation-resolution">Font Feature and Variation
796
796
Resolution</a>.
797
797
A group
@@ -1007,7 +1007,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
1007
1007
<ol>
1008
1008
<li>Font features enabled by default, including features required for a given script.</li>
1009
1009
1010
-
<li id="apply-font-selection-variations">Font variations as enabled by the 'font-weight',
1010
+
<li id="apply-font-matching-variations">Font variations as enabled by the 'font-weight',
1011
1011
'font-stretch', and 'font-style' properties.</li>
1012
1012
1013
1013
<li>If the font is defined via an <code>@font-face</code> rule, the font features
@@ -1190,7 +1190,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
1190
1190
property for special cases where its use is the only way of accessing
1191
1191
a particular infrequently used font variation.
1192
1192
1193
-
A value of 'normal' means that no change in glyph shape, selection, or positioning occurs due to this property.
1193
+
A value of 'normal' means that no change in glyph shape, matching, or positioning occurs due to this property.
1194
1194
1195
1195
The <<string>> is a case-sensitive OpenType or TrueType variation axis name. As
1196
1196
specified in the OpenType / TrueType specifications, axis names contain four
@@ -1202,14 +1202,14 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
0 commit comments