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 dep

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 J

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 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 Direct2D version on the

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 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 > hasn't set this yo

[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 >> 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 thi