pdftex 中的字体问题

pdftex 中的字体问题

我正在为在线出版物设计封面,但显然,pdf(使用 pdftex 从下面粘贴的文件创建)对某些用户无法正确显示。标题第二行的部分内容缺失。

\documentclass[extrafontsizes,14pt]{memoir}
\usepackage{graphicx}
\usepackage{humanist}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[T1]{fontenc}
\usepackage{vmargin}
\setmarginsrb{4cm}{5cm}% left, top
{4cm}{6cm} %right, bottom
{1cm}{0.7cm}%head height, sep
{0cm}{0cm}% foot height, sep
\usepackage{fourier-orns}
\begin{document}
\pagestyle{empty}
\noindent{\Huge\bfseries\hminfamily\color{red} Title of the Book\bigskip\\second line of title}\vspace{1.2cm}\\
{\small edited by}\medskip\\
{\large Name of the author}\vspace{1cm} \\\begin{center}
\includegraphics[width=2.2in]{cover1.jpg}
{\small
Somewhere 2012}\medskip\\{\color{Brown}\rule{2.5cm}{1pt}\aldine\rule{2.5cm}{1pt}}\bigskip\\
{\normalsize
Series title}
\end{center}
\end{document}

我将非常感激任何有关此事的帮助。这与嵌入字体有什么关系吗?这里的页面看起来不错,而且其他没有安装人文主义字体的用户也可以毫无问题地查看它。我听某人说文本在 Acrobat Reader 上显示正确,但在 Foxit 上显示不正确(在同一台机器上)。

答案1

是的,我又做了一些测试,发现这个错误似乎是 Foxit 独有的。(第二行以“B”开头,而 Foxit 显示为“P”。)非常感谢!

相关内容