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 ad...@apache.org on 2007/07/14 10:49:14 UTC

svn commit: r556245 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonFont.java

Author: adelmelle
Date: Sat Jul 14 01:49:13 2007
New Revision: 556245

URL: http://svn.apache.org/viewvc?view=rev&rev=556245
Log:
Removal of unused method

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonFont.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonFont.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonFont.java?view=diff&rev=556245&r1=556244&r2=556245
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonFont.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonFont.java Sat Jul 14 01:49:13 2007
@@ -114,15 +114,6 @@
     }
     
     /**
-     * Overrides the font-family.
-     * @param value the new font-family
-     */
-    public void overrideFontFamily(String value) {
-        this.fontFamily = new String[] {value};
-        
-    }
-    
-    /**
      * Create and return a Font object based on the properties. 
      * 
      * @param fontInfo



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