Am Dienstag, den 05.12.2006, 01:04 +0100 schrieb Mark Wielaard: > Hi Roman, > > On Mon, 2006-12-04 at 19:34 +0100, Roman Kennke wrote: > > I have implemented a GlyphPainter (for painting text in > > javax.swing.text) based on the new TextLayout class. While doing so I > > came across some small problems (namely, hitTestChar() returning null > > when it shouldn't) which are fixed by this patch. > > > > IMO this should be in the release as it's a clear bugfix (and doesn't > > have the potential for regressions as this method is new in this > > release). > > Added to release and generics branch. I am not adding your > FreetypeGlyphVector and GlyphPainter patches for now. Let me know > whether you think they are safe. They seem too experimental just before > release.
Agreed. Also, they don't really fix anything serious. Mostly performance improvements. /Roman
