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