|
From: Tatsuro M. <tma...@ya...> - 2008-12-01 23:10:17
|
Hello --- Pierre Joye <pie...@gm...> wrote: > > Without having tested it recently under mingw, I would suggest to > first use a more recent version (.35 or .36-cvs). > > Cheers, > -- > Pierre I will try and report you and gnuplot-beta/ML. However, I have caught a cold so that the trial will be delayed. Thank for Ethan and Pierre for kind treatments of the matter. BTW //#if !defined(GD_NEED_LOCAL_FONT_POINTERS) BGD_EXPORT_DATA_PROT gdFontPtr gdFontSmall; /* 6x12 */ BGD_EXPORT_DATA_PROT gdFontPtr gdFontLarge; /* 8x16 */ BGD_EXPORT_DATA_PROT gdFontPtr gdFontMediumBold; /* 7x13 */ BGD_EXPORT_DATA_PROT gdFontPtr gdFontGiant; /* 9x15 */ BGD_EXPORT_DATA_PROT gdFontPtr gdFontTiny; /* 5x8 */ //#else //static gdFontPtr gdFontSmall; /* 6x12 */ //static gdFontPtr gdFontLarge; /* 8x16 */ //static gdFontPtr gdFontMediumBold; /* 7x13 */ //static gdFontPtr gdFontGiant; /* 9x15 */ //static gdFontPtr gdFontTiny; /* 5x8 */ //#endif Quick and dirty modification the above seemed to work well yesterday for gcc-4.3.0 (mingw) building. ********************************************** gnuplot> set term png small Terminal type set to 'png' Options are 'nocrop font arial 10 size 640,480 ' gnuplot> set term png medium Terminal type set to 'png' Options are 'nocrop font arial 12 size 640,480 ' gnuplot> set term png large Terminal type set to 'png' Options are 'nocrop font arial 14 size 640,480 ' *********************************************** The above are the same as those by wgnuplot.exe build by Petr (gp43-Nov21_2008-winbin.zip) However, the above modification of course is permitted only for personal purpose. Anyway first I have to do is to get rid of the cold. :-) Regards Tatsuro -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |