使用 Roboto 字体时出现 xdvipdfmx 警告

使用 Roboto 字体时出现 xdvipdfmx 警告

当将 Roboto 字体与 XeLaTeX 一起使用时,我遇到以下警告:

xdvipdfmx:warning: Removed 14 null character(s) from fontname --> Roboto-Regular

MWE 是

\documentclass{article}
\usepackage{fontspec}
\setmainfont{Roboto}
\begin{document}
Hello world!
\end{document}

我使用xelatex -no-pdf testxdvipdfmx test(假设文件名为test.tex)进行编译。Roboto 字体的版本是2.001101; 2014

虽然我没有在 PDF 中发现任何错误,但有人能解释为什么会出现这样的警告以及如何抑制它吗?

相关内容