我在 LuaLaTeX 中使用 OTF 格式的特殊符号字体时遇到问题。字体本身已正确安装并在编译期间找到。但 LOG 文件指出缺少字符(实际上是所有字符)。示例消息如下所示:
Missing character: There is no a (U+0061) in font
[/Library/Fonts/TokyoNew-Regular.otf]:mode=node;+tlig;!
或者
Missing character: There is no a (U+0061) in font TokyoNew-Regular!
我可以在 Illustrator 中正确使用相同的字体——所有字符都在那里。
顺便问一下,是否存在用于显示字体中的所有字符的包(与 LuaLaTeX 一起使用)?
有任何想法吗?
乌尔里希
PS 测试:
\documentclass{article}
\usepackage{fontspec}
%\usepackage[utf8]{luainputenc}
\newfontface\Tokyo{TokyoNew-Regular}
%\newfontfamily\Tokyo{TokyoNew}
\begin{document}
{\Tokyo abcdef1234}
\end{document}