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


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

Re: no rotated 'J' in pngcairo terminal with font "Arial, 10"

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: no rotated 'J' in pngcairo terminal with font "Arial, 10"
Followup-To comp.graphics.apps.gnuplot
Date 2013-02-24 07:51 -0800
Organization gnuplot development team
Message-ID <kgdcs2$cc$1@dont-email.me> (permalink)
References <512a0b02$0$6968$e4fe514c@news2.news.xs4all.nl>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


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

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


Thread

no rotated 'J' in pngcairo terminal with font "Arial, 10" "Alex van der Spek" <zdoor@xs4all.nl> - 2013-02-24 13:43 +0100
  Re: no rotated 'J' in pngcairo terminal with font "Arial, 10" sfeam <sfeam@users.sourceforge.net> - 2013-02-24 07:51 -0800

csiph-web