当字体只有小型大写字母时,如何伪造小写字母?小写字母是指比字体 x 高度略高的小型大写字母。在下面的 MWE 中,小写字母很好,但里面的大写字母\textsc{}
被拉长并且太高了。
下面的方法来修改可以不影响大写字母吗?或者有没有其他方法可以获得小写字母?
% !TeX program = lualatex
\documentclass{article}
\usepackage{fontspec}
\setmainfont[SmallCapsFeatures={Letters=SmallCaps,FakeStretch=0.8,Scale=1.25,LetterSpace=4}]{TeX Gyre Termes}
\begin{document}
A\textsc{Abcd}s
\end{document}