MASSIVE Mac OS X Performance Increase!

The glyph composition seems to be still very slow with the CoreGraphics renderer, and its always the bottleneck. However, i can make it much faster when i previously convert the text into a path, and draw that. I guess if routines like drawFittedText have some kind of cache which would use this technique, this could enormously speed up redraw cpu consumption on Mac OSX.

3 Likes