使用 winfonts 包时没有某些字体的字母

使用 winfonts 包时没有某些字体的字母

我正在尝试在 Windows 8 上使用该winfonts软件包。我按照说明进行安装 — 将它们复制到 texmf-local,编辑本地配置文件,更新文件名和映射文件。当我在 pdflatex 下编译此测试文件时,

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{winfonts}
\begin{document}
\fontfamily{georgia}\selectfont
abcdefg

\fontfamily{arial}\selectfont
abcdefg

\fontfamily{times-ttf}\selectfont
abcdefg

\fontfamily{verdana}\selectfont
abcdefg

\fontfamily{franklingothic}\selectfont
abcdefg

\fontfamily{impact}\selectfont
abcdefg
\end{document}

其中三种字体显示正确(Georgia、Franklin Gothic 和 Impact),而其他三种只显示为▯▯▯▯▯▯。这是什么原因造成的?

我正在使用 TeXLive 2012,上次更新时间为 2012-12-26。


日志文件很长,但有一些有趣的东西

pdfTeX warning: pdflatex.exe (file c:/Windows/fonts/verdana.ttf): glyph `a' not found

相关内容