[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/27987] TODO: Replace Graphics.drawString with TextLayout.draw
From: |
sven at physto dot se |
Subject: |
[Bug swing/27987] TODO: Replace Graphics.drawString with TextLayout.draw() |
Date: |
11 Jun 2006 04:11:51 -0000 |
------- Comment #1 from sven at physto dot se 2006-06-11 04:11 -------
I should add that that is drawing to a ComponentGraphics context.
Drawing off-screen (CairoSurfaceGraphics) , which is probably the more relevant
GC here gives 9860 ms versus 863 ms under the same conditions.
Interestingly, The JDK consistently does it in about 600 ms for both calls
calls and contexts.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27987