[JAVA2D] Native font rasterization in JDK 7

2009-05-03 Thread java2d
Just downloaded the latest b57 of JDK 7, and it looks like the native font rasterizer (for Windows) has not been forward ported. Is this correct? If this is indeed so, are there plans to do the port in the near future? Thanks Kirill [Message sent by forum member 'kirillcool' (kirillcool)]

Re: [JAVA2D] Recording program - AWT.Robot or Paint/Print performance

2009-05-03 Thread java2d
Thanks for all the tips so far. The paintmanager I made was partly inspired from that post you linked to, coxcu. But you got me interested in the native peers section. Only, I cannot seem to find any tutorials on how to get started on the subject. On to the other solutions: The main usage for

Re: [JAVA2D] Native font rasterization in JDK 7

2009-05-03 Thread Phil Race
It has been in JDK7 for a long time. Since b28 according to the bug database. -phil. On May 3, 2009, at 2:40 PM, jav...@javadesktop.org wrote: Just downloaded the latest b57 of JDK 7, and it looks like the native font rasterizer (for Windows) has not been forward ported. Is this correct?

Re: [JAVA2D] Native font rasterization in JDK 7

2009-05-03 Thread java2d
You're right. I was testing b57 window translucency and forgot that i had factor 0.95 used on popup menus. And the native rasterizer is not used on translucent surfaces... Thanks Kirill [Message sent by forum member 'kirillcool' (kirillcool)]