Author: vhennebert
Date: Wed May 30 13:35:59 2012
New Revision: 1344254

URL: http://svn.apache.org/viewvc?rev=1344254&view=rev
Log:
Removed deprecated method

Modified:
    
xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/java/org/apache/fop/fonts/MultiByteFont.java

Modified: 
xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/java/org/apache/fop/fonts/MultiByteFont.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/java/org/apache/fop/fonts/MultiByteFont.java?rev=1344254&r1=1344253&r2=1344254&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/java/org/apache/fop/fonts/MultiByteFont.java
 (original)
+++ 
xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/java/org/apache/fop/fonts/MultiByteFont.java
 Wed May 30 13:35:59 2012
@@ -293,17 +293,6 @@ public class MultiByteFont extends CIDFo
     }
 
     /**
-     * Sets the array of BFEntry instances which constitutes the Unicode to 
glyph index map for
-     * a font. ("BF" means "base font")
-     * @param entries the Unicode to glyph index map
-     * @deprecated use {@link #setCMap(CMapSegment[])} instead
-     */
-    @Deprecated
-    public void setBFEntries(CMapSegment[] entries) {
-        setCMap(entries);
-    }
-
-    /**
      * Sets the defaultWidth.
      * @param defaultWidth The defaultWidth to set
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to