Mozilla 0.9.x에서는 한글 프린팅이 잘 되었는데 1.0이상에서는 안되는군요.
만들어진 postscript file을 들여다 보니 이전에는
/ko_ls {
/NativeFont /Baekmuk-Gulim-KSC-EUC-H def
/UCS2Font /Courier def
/Unicode2NativeDict Unicode2NativeDictko def
/unicodeshow1 { real_unicodeshow } bind def
/unicodeshow2 { real_unicodeshow_native } bind def
} bind def
과같은 구문이 있는데 새 버졍에서 만든 파일에서는 그런 내용이 없군요. 프린트 방법을
아시는 분은 답변을 부탁합니다.