[JAVA2D] Using an OpenType font

2006-04-05 Thread java2d
I am having some difficulty using an Adobe OpenType font in my application. I've tried the two routes I could come up with, via the constructor and static createFont api. It seems the format is unrecognized by the createFont method; and I am wondering how I could go about massaging the font

[JAVA2D] changing swing.volatileImageBufferEnabled dynamically?

2006-04-05 Thread Rob Ross
I asked this about a week ago and didn't get a response, so let me try again. If there is another list that might be more appropriate, I'd appreciate that info too. Is there a way to change the behavior of a Java app at runtime that will switch from enabling and disabling the volatile image

Re: [JAVA2D] Using an OpenType font

2006-04-05 Thread Phil Race
We do not support OpenType fonts - ie CFF fonts in a TrueType wrapper, There is an open RFE which addresses it. RFE: T2K should be used to rasterize CID/CFF fonts http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4356282 But that won't be addressed until at least the next major release after

Re: [JAVA2D] changing swing.volatileImageBufferEnabled dynamically?

2006-04-05 Thread Chris Campbell
Hi Rob, On Apr 5, 2006, at 8:42 AM, Rob Ross wrote: I asked this about a week ago and didn't get a response, so let me try again. If there is another list that might be more appropriate, I'd appreciate that info too. Have you asked on the Swing forum on java.net? This is more of a Swing

Re: [JAVA2D] Full Screen Mode on Linux

2006-04-05 Thread java2d
Hi, Glad to hear you got it working. Just so we can understand better, is this working properly on FC4 with both the default (X11-based pipeline) and with the OGL pipeline enabled (with - Dsun.java2d.opengl=True)? No, it works only with the opengl pipeline. The set up I've sent before was