|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
-“Parametric Thin Strokes” (`YOPQ` in CSS) is a [parametric axis](/glossary/parametric_axis), found in some [variable fonts](/glossary/variable_fonts), for specifying and varying thin [stroke](/glossary/stroke) weights, such as bars and hairlines.
|
|
|
|
|
|
+“Parametric Thin Stroke” (`YOPQ` in CSS) is a [parametric axis](/glossary/parametric_axis), found in some [variable fonts](/glossary/variable_fonts), for specifying and varying thin [stroke](/glossary/stroke) weights, such as bars and hairlines.
|
|
|
|
|
|
-The [Google Fonts CSS v2 API ](https://developers.google.com/fonts/docs/css2) defines the axis as:
|
|
|
|
|
|
+The [Google Fonts CSS v2 API](https://developers.google.com/fonts/docs/css2) defines the axis as:
|
|
|
|
|
|
| Default: | Min: | Max: | Step: |
|
|
| Default: | Min: | Max: | Step: |
|
|
| --- | --- | --- | --- |
|
|
| --- | --- | --- | --- |
|
|
@@ -9,10 +9,10 @@ The [Google Fonts CSS v2 API ](https://developers.google.com/fonts/docs/css2) de
|
|
|
|
|
|
<figure>
|
|
<figure>
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
</figure>
|
|
</figure>
|
|
|
|
|
|
-Its four-letter abbreviation, XOPQ, is a reference to its logical name, “X Opaque”, which describes how it alters the opaque stroke forms of glyphs typically in the X dimension, such as the weight of the thicker vertical stems in an “H”. However, often the thick strokes are not perfectly aligned to the cartesian grid, such as in the letter “X” or “O” when there is an angle of stress. It’s logically related to both the other opaque axis, [Parametric Thin Stroke (YOPQ)](/glossary/yopq_axis), and the other X dimension axis, [Parametric Counter Width (XTRA)](/glossary/extra_axis).
|
|
|
|
|
|
+Its four-letter abbreviation, `YOPQ`, is a reference to its logical name, “Y Opaque”, which describes how it alters the opaque stroke forms of glyphs typically in the Y dimension, such as the weight of the thinner horizontal bar in an “H”. It’s logically related to the Parametric Thin Stroke axis (`XOPQ`) as that controls the stroke weights at other (usually perpendicular) areas of each glyph, and other Y dimension axes, such as the [Parametric Lowercase Height axis (YTLC)](/glossary/ytlc_axis).
|
|
|
|
|
|
-In line with the current CSS spec, the four-character code for this axis should be referenced in UPPERCASE (only the five axes registered in the OpenType format specification should appear in lowercase). Also, when using the Google Fonts API, the uppercase axes have to appear first in the URL.
|
|
|
|
|
|
+In line with the current CSS spec, the four-character code for this axis should be referenced in UPPERCASE (only the five axes registered in the OpenType format specification should appear in lowercase). Also, when using the Google Fonts API, the lowercase axes have to appear first in the URL, followed by the uppercase, each in alphabetical order.
|