如何更改 type1 字體中的字形名稱?

如何更改 type1 字體中的字形名稱?

在 cmtex10.pfb 我們看到dup 45 /minus put.怎麼改成呢dup 45 /hyphen put?下面的解決方案正確嗎?

t1disasm `kpsewhich cmtex10.pfb` > cmtex10.pps
perl -i -pe 's!45 /minus!45 /hyphen!' cmtex10.pps
t1asm cmtex10.pps cmtex10.pfb
rm cmtex10.pps

這個問題與問題。

相關內容