|
From: <tim...@en...> - 2006-08-31 21:18:12
|
Richard Henwood a =E9crit : > Hi folks, > > I have a CVS gnuplot compiled on my 64bit Suse 10.1 with Gnome Desktop > > G N U P L O T > Version 4.1 patchlevel 0 > last modified August 2006 > System: Linux 2.6.16.21-0.13-smp > > The font size with wxt terminal is tiny by default, ie ~ 1 pixel of the > default window size on my disply (1600x1200). > > I've tried: > set term wxt font "Arial,12" > > and other values but this has no effect. > > Trawling through pango messages sends me off to gtk etc, all without > anything that I can make sense of. > > All the other apps (like Inkscape, which I think use pango) look fine. > =20 Hi Richard, Thank you for trying gnuplot with the wxt terminal. By default, the wxt=20 terminal chooses the font "Sans" (which may be considered as a generic=20 font name, pango may choose whatever "sans" font it has) for the size 10. I will need a couple more information to debug that: can you tell me if=20 the "oversampling" is enabled (look at the configuration dialog in the=20 plot window), and what version of pango you have ? A screenshot may be useful too. Best regards, Timoth=E9e |