Re: [OpenJDK 2D-Dev] NPE in X11FontManager.getDefaultPlatformFont

2013-06-11 Thread Jiri Vanek
I'm quite curious why OpenJDK can not have its fall-back font. Will "Oracle" JDK lost its headless advantage? Throw out an NoFontsFound exception, log it later, and fall to default (even dummy) font. Still better then die on nothing saying NPE On 06/07/2013 09:19 PM, Phil Race wrote: "Orac

Re: [OpenJDK 2D-Dev] sun.java2D.Pisces renderer Performance and Memory enhancements

2013-06-11 Thread Laurent Bourgès
Dear Java2D members, Sorry to ask but does anybody care about improving java2D rendering (quality, performance) ? I sent several emails for one month and nobody answered. Should I consider that there is no interest and give up ? I am still waiting for feedback and support before going on worki

Re: [OpenJDK 2D-Dev] NPE in X11FontManager.getDefaultPlatformFont

2013-06-11 Thread Phil Race
On 6/11/13 3:59 AM, Jiri Vanek wrote: I'm quite curious why OpenJDK can not have its fall-back font. Why it "cannot" or why it "does not" ? It could, but it would be up to whoever re-distributed it to provide it since it "does not" happen to have one which is license compatible with both Or

Re: [OpenJDK 2D-Dev] NPE in X11FontManager.getDefaultPlatformFont

2013-06-11 Thread Volker Simonis
On Tuesday, June 11, 2013, Phil Race wrote: > On 6/11/13 3:59 AM, Jiri Vanek wrote: > >> >> I'm quite curious why OpenJDK can not have its fall-back font. >> > >> And probably because nobody has taken care until now. I think it would be great if we could find a set of basic fonts which could be ch

[OpenJDK 2D-Dev] JDK-6870661 : Setting a custom PrintService on a PrinterJob leads to a PrinterException

2013-06-11 Thread Patrick Reinhart
Hi Phil, I just started looking into this Bug and have already written a test to prove a later fix though. As it seems that there missing two checks make sure, that the actual PrintService is a instance of W32PrintService before passing it to the native method setNativePrintService() Fix pr