keiron 02/04/26 01:51:01
Modified: src/org/apache/fop/render/pdf/fonts LazyFont.java
Log:
comment for possible thread problem
Revision Changes Path
1.6 +4 -1 xml-fop/src/org/apache/fop/render/pdf/fonts/LazyFont.java
Index: LazyFont.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/render/pdf/fonts/LazyFont.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- LazyFont.java 11 Feb 2002 09:45:39 -0000 1.5
+++ LazyFont.java 26 Apr 2002 08:51:01 -0000 1.6
@@ -1,5 +1,5 @@
/*
- * $Id: LazyFont.java,v 1.5 2002/02/11 09:45:39 keiron Exp $
+ * $Id: LazyFont.java,v 1.6 2002/04/26 08:51:01 keiron Exp $
* Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
@@ -34,6 +34,9 @@
if(! isMetricsLoaded){
isMetricsLoaded = true;
try{
+
+ // TODO - Possible thread problem here
+
FontReader reader = new FontReader(metricsFileName);
reader.useKerning(useKerning);
reader.setFontEmbedPath(fontEmbedPath);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]