Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1777

Re: Italic fonts on windows ? update

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Italic fonts on windows ? update
Followup-To comp.graphics.apps.gnuplot
Date 2013-04-23 08:54 -0700
Organization gnuplot development team
Message-ID <kl6al2$2tq$1@dont-email.me> (permalink)
References (4 earlier) <kl3ltq$lhe$1@dont-email.me> <op.wvyxnob8zrz2e1@aluminiumdreams.local> <kl55k0$d4d$1@dont-email.me> <kl5hl9$iid$1@news.rz.uni-karlsruhe.de> <kl5kk9$jsl$1@news.rz.uni-karlsruhe.de>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


Karl wrote:

> Am 23.04.2013 08:44, schrieb Karl:
>> 
>> Aha, the attribute is added without comma! Works. Also this :
>>   gp> set label 1 at 0,-1 "Fancy Label" font "Times New Roman Italic"
> 
> There is something fishy going on in there: (complete script below)
> 
> gp> set term wtx noenhanced
> gp> set label 1 at 0,-1 "Fancy Label" font "Times New Roman Italic"
> gp> plot x
> 
> voilĂ , fancy italic label in Times. now
> 
> gp> set term wxt enhanced
> gp> replot
> 
> now fancy label, in Times, in roman!

That looks like a bug in the cairo terminal code.
Fortunately there is an easy work-around:
  set label 1 at 0,-1 "Fancy Label" font "Times New Roman Italic" 
  set label 1 noenhanced

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Italic fonts on windows ? Karl <mail.kfr@gmx.net> - 2013-04-17 18:27 +0200
  Re: Italic fonts on windows ? update Karl <mail.kfr@gmx.net> - 2013-04-22 03:37 +0200
    Re: Italic fonts on windows ? update sfeam <sfeam@users.sourceforge.net> - 2013-04-21 20:08 -0700
      Re: Italic fonts on windows ? update Karl <ratzsch@polymer.uka.de> - 2013-04-22 11:41 +0200
        Re: Italic fonts on windows ? update sfeam <sfeam@users.sourceforge.net> - 2013-04-22 08:47 -0700
          Re: Italic fonts on windows ? update "Ed Bennett" <ed.bennett@ntlworld.com> - 2013-04-23 01:44 +0100
            Re: Italic fonts on windows ? update sfeam <sfeam@users.sourceforge.net> - 2013-04-22 22:21 -0700
              Re: Italic fonts on windows ? update Karl <mail.kfr@gmx.net> - 2013-04-23 08:44 +0200
                Re: Italic fonts on windows ? update Karl <mail.kfr@gmx.net> - 2013-04-23 09:34 +0200
                Re: Italic fonts on windows ? update sfeam <sfeam@users.sourceforge.net> - 2013-04-23 08:54 -0700
                Re: Italic fonts on windows ? update Karl <mail.kfr@gmx.net> - 2013-04-23 21:14 +0200
                Re: Italic fonts on windows ? update sfeam <sfeam@users.sourceforge.net> - 2013-04-23 14:58 -0700
                Re: Italic fonts on windows ? update Karl <ratzsch@polymer.uka.de> - 2013-04-24 14:28 +0200

csiph-web