Re: [Plplot-devel] Driver behavior questions and wingdi preview

2015-06-11 Thread Greg Jung
The recent addition to struct wingcc_dev: PLGraphicsIn gin; Serves no purpose (other than to break backwards compatibility) and shouldn't be propagated. It was only thrown in there because xwin.c has something similar. I would like to try wingdi.c but dont have a baseline file to run a patch

Re: [Plplot-devel] Driver behavior questions and wingdi preview

2015-06-11 Thread Phil Rosenberg
Hi Jim The documentation states that the provided text height will be in mm. The user can set dpi with plspage so you should use the PLStream-xdpi and PLStream-ydpi to size your text in pixels. In case the user hasn't set this you should use a sensible default. Of course the actual value will

Re: [Plplot-devel] Driver behavior questions and wingdi preview

2015-06-11 Thread Alan W. Irwin
On 2015-06-10 21:44-0400 Jim Dishaw wrote: [...]The driver does not support alpha blending or native gradient fills. I’m not sure if it is worthwhile to add these features in this driver, particular with a Direct2D version on the horizon. To Jim and Aaron: I didn't completely understand what

Re: [Plplot-devel] Driver behavior questions and wingdi preview

2015-06-11 Thread Jim Dishaw
On Jun 11, 2015, at 11:42 AM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2015-06-10 21:44-0400 Jim Dishaw wrote: [...]The driver does not support alpha blending or native gradient fills. I’m not sure if it is worthwhile to add these features in this driver, particular with a

Re: [Plplot-devel] Driver behavior questions and wingdi preview

2015-06-11 Thread Jim Dishaw
On Jun 11, 2015, at 4:06 AM, Phil Rosenberg p.d.rosenb...@gmail.com wrote: Hi Jim The documentation states that the provided text height will be in mm. The user can set dpi with plspage so you should use the PLStream-xdpi and PLStream-ydpi to size your text in pixels. In case the user

[Plplot-devel] Jim's 0001-Fixes-to-correct-builds-on-WIN32.patch

2015-06-11 Thread Alan W. Irwin
On 2015-06-07 00:25-0400 Jim Dishaw wrote: I have attached two sets of patches. One fixes some build problems I was having with MSVC [...] Hi Jim: I have just now (commit id = 6cde620) pushed that first patch series 0001-Fixes-to-correct-builds-on-WIN32.patch after amending it with a styling

Re: [Plplot-devel] Driver behavior questions and wingdi preview

2015-06-11 Thread Alan W. Irwin
On 2015-06-11 12:20-0400 Jim Dishaw wrote: On Jun 11, 2015, at 11:42 AM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2015-06-10 21:44-0400 Jim Dishaw wrote: [...]The driver does not support alpha blending or native gradient fills. I’m not sure if it is worthwhile to add these