“Parametric Figure Height” (`YTFI` in CSS) is a [parametric axis](/glossary/parametric_axis), found in some [variable fonts](/glossary/variable_fonts), for specifying and varying the height of [figures](/glossary/numerals_figures) by varying their counterforms. The [Google Fonts CSS v2 API](https://developers.google.com/fonts/docs/css2) defines the axis as: | Default: | Min: | Max: | Step: | | --- | --- | --- | --- | | 600 | -1000 | 2000 | 0 |
![Three type specimens, each demonstrating the lowest setting, default setting, and highest setting of the YTFI axis, with an approximation of a variable slider shown beneath each. Blocks of color highlight the measurement affected by the axis.](images/thumbnail.svg)
Its four-letter abbreviation, YTFI, is a reference to its logical name, “Y-Transparency for Figures”. It may be used in conjunction with other axes controlling Y-transparencies (vertical alignment zones). In line with the current CSS spec, the four-character code for this axis should be referenced in UPPERCASE (as 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.