答案1
请注意,这\Large
并不需要争论。
\documentclass{memoir}
\usepackage{fontspec}
\setmainfont{Times New Roman}[
SmallCapsFont=TeX Gyre Termes,
SmallCapsFeatures={Letters=SmallCaps},
]
\NewDocumentCommand{\spacedscshape}{}{%
\scshape
\setlength{\spaceskip}{5\fontdimen2\font plus 5\fontdimen3\font minus \fontdimen3\font}%
\addfontfeatures{LetterSpace=50}%
}
\DeclareTextFontCommand{\textspacedsc}{\spacedscshape}
\begin{document}
\textspacedsc{Three separate words}
{\Large\spacedscshape Three separate words}
\end{document}
我使用小写字母是为了避免被指控偷羊。