I'm been testing the FakeSlant feature of the fontspec package. I have a question. The package documentation is not clear what the units are for the FakeSlant=# key=value parameter. My guess on the units based off testing is 1/100th of a degree, but I'm not confident about this honestly.
\setmainfont{Source Serif 4}[%Available for free on Google Fonts.
Kerning=On%
,SlantedFont={Source Serif 4}
,SlantedFeatures={%
Kerning=On%
,FakeSlant=0.18
}
]
EDIT: Did some more testing. It looks like the FakeSlant parameter accepts values from -1 to 1 but I'm still unsure what those values mean exactly.


