如何讓 Illustrator 識別 Linux Libertine 字型?

如何讓 Illustrator 識別 Linux Libertine 字型?

我在 Windows 7 機器上使用 MikTeX 2.9/pdfLaTeX 編譯以下文檔,以 Linux Libertine 字型排版:

\pdfoutput=1
\documentclass{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{libertine}
\usepackage[protrusion=true,expansion=true]{microtype}
\begin{document}
My text
\end{document}

該文檔編譯時沒有錯誤和警告。我需要在 Adob​​e Illustrator CS6 中編輯此文件(以及其他類似的文件),但是當我打開它時,收到錯誤訊息:

Die Schrift LinLibertineT fehlt.  
Betroffener Text wird mit einer Ersatzschrift angezeigt. 

翻譯成英文:

The font LinLibertineT is missing.
The affected text will be displayed with a replacement font.

我下載並安裝了TTF 和 OTF字體來自Linux 浪子網站,但 Adob​​e Illustrator 仍然無法識別該字體。我在CTAN 上的 Libertine 包,並且有一個名為 的文件,LinLibertineT.pfb它的文件名很有前途,但我不知道如何使用它。

有沒有辦法安裝 Libertine 字體,以便 Adob​​e Illustrator 可以開啟我的​​文件?

或者,我可以嘗試以不同的方式使用字體,例如使用 XeTeX,但本身也並非沒有問題(微字體)。我更願意說服 Illustrator 使用目前的 pdf。

答案1

浪蕩子包託管於 CTAN有一個名為 的資料夾type1。該資料夾包含*.pfb檔案。雖然您無法使用 Windows 字型管理器輕鬆安裝這些文件,但您可以複製他們到本地字體資料夾Adobe Illustrator 的。在我的機器上,我必須在 處建立此資料夾 C:\Program Files\Common Files\Adobe\Fonts

複製*.pfb文件後,特別是文件LinLibertineT.pdf,我能夠匯入我的 pdf 文件。

相關內容