[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users-jp 00488] Re: mgp2ps



>>>>> On Tue, 25 May 1999 15:09:20 +0900, HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp> said:
 >> 	久しぶりに mgp2ps を利用したのですが、mgp2ps に -e の option がつい
 >> 	たころから mgp2ps が吐き出す PS file がGS/GhostViewで見られなくなり
 >> 	ました。PS Printer にも出ないところをみると、PS file がおかしいよう
 >> 	です。

うーん。ごめんなさい。。
以下のパッチを試していただけますか?

#アマチュアすぎ。。
--
西田佳史
nishida@sfc.wide.ad.jp



*** print.c.orig	Tue May 25 18:07:27 1999
--- print.c	Tue May 25 18:06:47 1999
***************
*** 572,578 ****
  	switch(cp->ct_op) {
  	case CTL_SIZE:
  		char_size[0] = window_height * cp->ctf_value / 100;
! 		fprintf(fp, "%d setcharsize\n", char_size);
  		break;
  
  #ifdef VFLIB
--- 572,578 ----
  	switch(cp->ct_op) {
  	case CTL_SIZE:
  		char_size[0] = window_height * cp->ctf_value / 100;
! 		fprintf(fp, "%d setcharsize\n", char_size[0]);
  		break;
  
  #ifdef VFLIB