|
From: <tim...@en...> - 2006-11-07 09:13:29
|
Dmitri A. Sergatskov wrote: > I just compiled recent CVS version of gnuplot on Fedora Core 6 and noti= ced > that the fonts in zoom mode are not consistent: while fonts for titles > and labels > are non-serif, the fonts that marks corner of zoom region are Serifs an= d bigger. > > This is not such a big deal (those marks are transient and do not affec= t the > final plot), but the inconsistency suggests that the font > initialization is not very > robust -- perhaps gnuplot takes the first font that the underlying > windows system > hands to it. > > Just let you know. > > Sincerely, > > Dmitri. > =20 Hi Dmitri, Thank you for taking the time to write about this. You're right, fonts=20 are not the same because plot fonts come from gnuplot font options "set=20 term wxt font "name,size" (defaulting to Sans, 10) while zoom fonts is=20 simply the default wxWidgets font (and I don't know where this one comes=20 from). Making the zoom font be the same is a two-line patch, I'll commit it=20 soon (tonight maybe). Best regards, Timoth=E9e |