Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1661 > unrolled thread
| Started by | "Alex van der Spek" <zdoor@xs4all.nl> |
|---|---|
| First post | 2013-02-24 13:43 +0100 |
| Last post | 2013-02-24 07:51 -0800 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
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
| From | "Alex van der Spek" <zdoor@xs4all.nl> |
|---|---|
| Date | 2013-02-24 13:43 +0100 |
| Subject | no rotated 'J' in pngcairo terminal with font "Arial, 10" |
| Message-ID | <512a0b02$0$6968$e4fe514c@news2.news.xs4all.nl> |
The capital letter J is only drawn half in the pngcairo terminal with font "Arial, 10" 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
[toc] | [next] | [standalone]
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Date | 2013-02-24 07:51 -0800 |
| Message-ID | <kgdcs2$cc$1@dont-email.me> |
| In reply to | #1661 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web