Re: [Plplot-devel] Font problems

2015-11-27 Thread Greg Jung
> It didn't seem to want to left me build a pdf device. To get pdf device you will need the libharu library https://github.com/libharu/libharu/archive/RELEASE_2_3_0.zip which should build without issue. On Fri, Nov 27, 2015 at 8:57 AM, Peter Williams wrote: > Hi

Re: [Plplot-devel] Font problems

2015-11-27 Thread Jim Dishaw
The PS driver has support for unicode, though it relies on the fonts installed in the postscript device that is rendering the file. There is no reliable method for plplot to know which fonts are available to the postscript device. When the PLplot ps driver was converted to unicode, I think

Re: [Plplot-devel] Font problems

2015-11-27 Thread Peter Williams
Hi Alan & Arjen Thanks for your attention. Hope I am posting this correctly. One of the first things I did when I built Plplot5.11.1 was to run the c code examples. Example x07c.c runs fine and displays the character #(855) – an arrow head in a Postscript file. All very jolly! So, the fonts

Re: [Plplot-devel] Font problems

2015-11-27 Thread Arjen Markus
lto:ir...@beluga.phys.uvic.ca] > Sent: Thursday, November 26, 2015 7:21 PM > To: Peter Williams; Arjen Markus > Cc: PLplot development list > Subject: Re: [Plplot-devel] Font problems > > On 2015-11-26 14:24- Peter Williams wrote: > > > I am using plplot5.

[Plplot-devel] Font problems

2015-11-26 Thread Peter Williams
I am using plplot5.11.1 under Windows 7. There seems to be an inconsistency between the plots using wingcc (the Win32 GCC device) and PostScript. The libaries were build using cmake and MinGW. I plot with plptex and pllab. Under wingcc: "#(855)" correctly appears as an arrow head, "#(2243)"

Re: [Plplot-devel] Font problems

2015-11-26 Thread Arjen Markus
Peter Williams [mailto:peter.williams...@ntlworld.com] > Sent: Thursday, November 26, 2015 3:24 PM > To: plplot-devel@lists.sourceforge.net > Subject: [Plplot-devel] Font problems > > I am using plplot5.11.1 under Windows 7. There seems to be an inconsistency > between the plots

Re: [Plplot-devel] Font problems

2015-11-26 Thread Alan W. Irwin
On 2015-11-26 14:24- Peter Williams wrote: I am using plplot5.11.1 under Windows 7. There seems to be an inconsistency between the plots using wingcc (the Win32 GCC device) and PostScript. The libaries were build using cmake and MinGW. I plot with plptex and pllab. Under wingcc: "#(855)"