|
From: <tim...@en...> - 2006-09-04 12:38:57
|
> Ethan Merritt wrote: > >> On Thursday 31 August 2006 01:47 am, Richard Henwood wrote: >>> >>> 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 was bitten by this problem also. >> The wxt terminal obtains fonts via a shared desktop utility called >> "fontconfig". I was not using this utility prior to this, so on my >> machines no configuration had been set up and wxt could not find any >> useful fonts. >> >> Installing/running fontconfig will create an XML file >> /etc/fonts/fonts.conf that tells the support libraries where to >> find fonts on your system. >> >> It may also be that you do have a working fontconfig, but it >> doesn't know about any TrueType fonts (e.g. arial) you may have >> installed by other mechanisms. >> > > hmmmm... I suspected that gnuplot was having problems finding fonts. > > However, fontconfig is set up, the xml is correctly configured, I think= it > is working. Please, Richard, answer to my previous mail (or this one ;) otherwise we will never know where your problem comes from with wxt and we won't be able to debug it. Please confirm that you are using "oversampling" by looking at the configuration dialog in the wxt terminal (the tool icon on the right). Please also run 'fc-list' in a console, it will give you a list of fonts known to fontconfig. Please also try : set term wxt font ",200" or another very large font size just in case. Thank you in advance. Best regards, Timoth=E9e |