强制使用小型大写字母 EB Garamond 中的长尾 q

强制使用小型大写字母 EB Garamond 中的长尾 q

高度相关:如何在 EB Garamond 中强制使用长尾 Q

EB Garamond 有几种不同的“Q”字尾,其中一种非常长且漂亮。但是,在小写字母(我想将其用于名词后缀字母)中,我似乎无法获得最长的字尾,尽管我可以轻松地为大写字母获得最长的字尾。能否在小写字母中获得最长的字尾?

有问题的示例:

\documentclass{standalone}
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont[RawFeature={+ss06,+swsh,+smcp}]{EB Garamond}
\newcommand\Qlong{\XeTeXglyph\the\XeTeXglyphindex "Q.long" \relax}
\begin{document}
\noindent 
\scshape \Qlong C \hspace{2ex} qc
\end{document}

在此处输入图片描述

相关内容