]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add comment re: multithreading with the AWT Renderer
authorWilliam Victor Mote <vmote@apache.org>
Sun, 15 Jun 2003 21:18:29 +0000 (21:18 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Sun, 15 Jun 2003 21:18:29 +0000 (21:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196501 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/embedding.xml

index 035b37d70bafe68737c6f61163c6459e96df7f09..1a0da13136165806afeff07a96e5e76ab7f66778 100644 (file)
@@ -345,6 +345,8 @@ Here are some tips to mitigate these problems:
         class to encapsulate the configuration settings and to run FOP in synchronized methods.
       </li>
     </ul>
+    <p>There is also a known issue with fonts being jumbled between threads when using the AWT renderer (which is used by the -awt and -print output options).
+In general, you cannot safely run multiple threads through the AWT renderer.</p>
   </section>
 <section id="examples">
   <title>Examples</title>