【发布时间】:2019-12-07 14:19:07
【问题描述】:
我正在尝试在 Windows 上使用 GhostScript 9.27 将一些 PDF 文件转换为 PDF/A 文件。但是,安装的字体会被 Helvetica 替换,即使它应该在系统的字体目录中可用。
这是调试输出的相关部分:
%Resolving: [7 0]
resmp ResourceStatus beg /RotisSansSerifStd-Regular
cidcm GetCIDSystemInfo beg
resmp ResourceStatus beg /RotisSansSerifStd
resmp ResourceFileName beg RotisSansSerifStd
resmp ResourceFileName : have NO map record.
resmp ResourceFileName : retrieving %rom%Resource/CIDFont/RotisSansSerifStd
resmp ResourceFileName end
resmp ResourceStatus end
cidcm GetCIDSystemInfo end
resmp ResourceStatus end
据我所知,Ghostscript 应该可以使用 otf 字体,我想知道为什么当我添加到 Fontmap.GS 时会发现“没有地图记录”:
/RotisSansSerifStd (C:\Windows\Fonts\RotisSansSerifStd-Regular.otf) ;
/RotisSansSerifStd,Bold (C:\Windows\Fonts\RotisSansSerifStd-Bold.otf) ;
/RotisSansSerifStd-Regular (C:\Windows\Fonts\RotisSansSerifStd-Regular.otf) ;
/RotisSansSerifStd-Bold (C:\Windows\Fonts\RotisSansSerifStd-Bold.otf) ;
我做错了什么?
【问题讨论】:
标签: windows pdf ghostscript opentype