为什么 fontspec 没有在 Libertinus Serif 中激活 +zero 功能?

为什么 fontspec 没有在 Libertinus Serif 中激活 +zero 功能?

Libertinus Serif 字体的文档指出,OpenType 标签zero应启用带斜线的零。但是,在 中添加此功能时fontspec,它似乎不起作用。这是我的(非工作)最小示例,它生成不带斜线零的 2020。

\documentclass{standalone}
\usepackage{fontspec}
\setmainfont[RawFeature={+zero}]{Libertinus Serif}
\begin{document}
    2020
\end{document}

相关内容