GhostScript?でMSゴシックを出力する方法。 標準のままではエラーになってしまう。
F:\temp>@"C:\Program Files\gs\gs8.71\bin\gswin32c.exe" -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pngalpha -r300 -sOutputFile="test.png" "test.pdf" GPL Ghostscript 8.71 (2010-02-10) Copyright (C) 2010 Artifex Software, Inc. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Processing pages 1 through 1. Page 1 Can't find CID font "MSゴシック". Substituting CID font /Adobe-Japan1 for /MSゴシック, see doc/Use.htm#CIDFontSubstitution. The substitute CID font "Adobe-Japan1" is not provided either. Will exit with error. Error: /undefined in findresource Operand stack: --dict:7/16(L)-- F28 44.0 --dict:6/6(L)-- --dict:6/6(L)-- MSゴシック --dict:11/12(ro)(G)-- --nostringval-- CIDFontObject --dict:7/7(L)-- --dict:7/7(L)-- Adobe-Japan1 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1910 1 3 %oparray_pop 1909 1 3 %oparray_pop 1893 1 3 %oparray_pop --nostringval-- --nostringval-- 2 1 1 --nostringval-- %for_pos_int_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- %array_continue --nostringval-- false 1 %stopped_push --nostringval-- %loop_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- %array_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- %loop_continueDictionary stack: --dict:1166/1684(ro)(G)-- --dict:1/20(G)-- --dict:77/200(L)-- --dict:77/200(L)-- --dict:108/127(ro)(G)-- --dict:288/300(ro)(G)-- --dict:22/25(L)-- --dict:6/8(L)-- --dict:21/40(L)-- --dict:10/15(L)-- Current allocation mode is local Last OS error: No such file or directory GPL Ghostscript 8.71: Unrecoverable error, exit code 1
そこで、 gs\gs8.71\lib配下にある、cidfmapに以下を追加。
<826C8272835383568362834E>cvn << /Path (C:/WINDOWS/Fonts/msmincho.ttc) /FileType /TrueType /SubfontID 0 /CSI [(Japan1) 3] >>
"<>"部分はフォント名をUTF-8・16進数で変換したのをセットする必要がある。
※日本語で、「/MSゴシック」や「/MSゴシックのUTF-8・16進数」はエラーになるので注意!