You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2007/11/05 13:45:17 UTC

svn commit: r591978 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/Typeface.java

Author: jeremias
Date: Mon Nov  5 04:45:16 2007
New Revision: 591978

URL: http://svn.apache.org/viewvc?rev=591978&view=rev
Log:
Make Vincent happy.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/Typeface.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/Typeface.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/Typeface.java?rev=591978&r1=591977&r2=591978&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/Typeface.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/Typeface.java Mon Nov  5 04:45:16 2007
@@ -27,6 +27,10 @@
  */
 public abstract class Typeface implements FontMetrics {
 
+    /**
+     * Used to identify whether a font has been used (a character map operation is used as
+     * the trigger). This could just as well be a boolean but is a long out of statistical interest.
+     */
     private long charMapOps = 0;
     
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org