Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: no rotated 'J' in pngcairo terminal with font "Arial, 10" Followup-To: comp.graphics.apps.gnuplot Date: Sun, 24 Feb 2013 07:51:27 -0800 Organization: gnuplot development team Lines: 34 Message-ID: References: <512a0b02$0$6968$e4fe514c@news2.news.xs4all.nl> Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Sun, 24 Feb 2013 15:50:26 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="e947cb29d2533e27aa00183e80187dbb"; logging-data="396"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/XtYvxh+PporokTNiuozSZ" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:5KwQ/A0GYryr9KdyedIxCPAn8II= Xref: csiph.com comp.graphics.apps.gnuplot:1662 Alex van der Spek wrote: > The capital letter J is only drawn half in the pngcairo terminal with > font "Arial, 10" Gnuplot does not do its own font handling, so whatever the problem is must lie in some external library or file. In this case I guess that would be libpango, but I suppose it's possible that the font file itself has become corrupted. I do not see this problem when running the Win 32 binary under wine on a linux system, which confirms that the problem is not in the gnuplot binary. Ethan > Only in rotated text. Gnuplot 4.6.0 Win 32 compile > > Reproduce this as follows: > > > ++++++++++++ > set ylabel 'ABCDEFGHIJKLMOPQRSTUVWXYZ abcdefghijklmopqrstuvwxyz' > set xlabel 'ABCDEFGHIJKLMOPQRSTUVWXYZ abcdefghijklmopqrstuvwxyz' > > set out 'tst.png' > set term pngcairo size 640, 480 font "Arial, 10" > plot x > set out > ++++++++++++ > > I know the Courier font does produce the rotated 'J' > > Regards, > Alex van der Spek