【发布时间】:2015-02-25 09:34:29
【问题描述】:
Gnuplot 4.6.5.
Gnuplot 默认使用 True Type 字体生成 pdf 文件,更具体地说是 True Type (CID) 字体。
我在使用 Ghostscript 处理生成的 PDF 文件时遇到问题,因为它有 CID 字体。如何在 PDF 中使用 type 1 字体并使用 CID 字体?
这是一个测试脚本:
set term pdfcairo
set output "gpdf.pdf"
#set xlabel "α"; set ylabel "β"
set xlabel "x"; set ylabel "y"
plot sin(x)
当我打开 PDF 并且它的文档属性显示:
【问题讨论】: