They are all now sensible fractions of the standard width.
Extra Condensed has changed from 62/100 to 5/8.
Condensed has changed from 76/100 to 3/4.
Semi Condensed has changed from 88/100 to 7/8.
Extended has changed from 124/100 to 5/4.
This makes rather a lot of dimensions non-integer, but the only
significant ones are the "palt" width adjustments, and I think that's
an acceptable tradeoff for making the standard widths more sensible.
{
"--extra-condensed",
" Extra Condensed",
- 62, /* xpix */
+ 62.5, /* xpix */
2, /* ttfwidth */
},
{
"--condensed",
" Condensed",
- 76, /* xpix */
+ 75, /* xpix */
3, /* ttfwidth */
},
{
"--semi-condensed",
" Semi Condensed",
- 88, /* xpix */
+ 87.5, /* xpix */
4, /* ttfwidth */
},
{
"--extended",
" Extended",
- 124, /* xpix */
+ 125, /* xpix */
7, /* ttfwidth */
},
};