[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

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