Re: [JAVA2D] Using GlyphVectors

2006-06-23 Thread Peter B. West
On Tue, 2006-06-20 at 22:23 -0700, Chris Nokleberg wrote: On Tue, Jun 20, 2006 at 07:41:32PM -0700, douglas felt wrote: Have you filed RFE's for the features you had to implement yourself? Not yet, but I'll try to put something together. The worst part is that there is no way to work

[JAVA2D] Font instances

2006-06-23 Thread Peter B. West
I have a requirement for accurate measurement of text to generate a layout in one part of a work flow, and the rendering of the text in a later part of the workflow, using the same fonts. For example, I layout text to be rendered later in PDF. For this to work, I need to know that the font I

Re: [JAVA2D] Measuring oblique fonts

2006-06-23 Thread Phil Race
I don't know of any problems measuring italic fonts. I suspect its a bug in your code but have no idea what. Also the zero width spaces should be mapped to an invisible glyph id but I don't know how you are creating the glyph vectors. I can't imagine anything other than a *small* complete sample

Re: [JAVA2D] Font instances

2006-06-23 Thread Phil Race
Peter B. West wrote: I have a requirement for accurate measurement of text to generate a layout in one part of a work flow, and the rendering of the text in a later part of the workflow, using the same fonts. For example, I layout text to be rendered later in PDF. For this to work, I need to