]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fixed a multi-threading bugfix, visible for example when opening examples/fo/basic...
authorJeremias Maerki <jeremias@apache.org>
Fri, 1 Jan 2010 13:57:10 +0000 (13:57 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 1 Jan 2010 13:57:10 +0000 (13:57 +0000)
commit59cf5844fee1fc289eefa96ca86c5e59aa7ca98a
treea3371d5390956d877f21094187feca8b31436ddc
parent1aa20c5c46f9dbc982a8e890782c5b78df72ead7
Fixed a multi-threading bugfix, visible for example when opening examples/fo/basic/readme.fo with the AWT Preview. Words could be jumbled and the wrong fonts were sometimes used.

The class still has a performance problem concerning the use of the TextLayout class for determining some font metrics otherwise not available from the Java2D/AWT subsystem.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@895012 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/java2d/Java2DFontMetrics.java