]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed deprecated method
authorVincent Hennebert <vhennebert@apache.org>
Wed, 30 May 2012 13:35:59 +0000 (13:35 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Wed, 30 May 2012 13:35:59 +0000 (13:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1344254 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fonts/MultiByteFont.java

index 4db5ece84e907a8b37e68546b8a248f8a5ffa060..54b772b2e92fa691f47653a058d6f90b6cfd108d 100644 (file)
@@ -292,17 +292,6 @@ public class MultiByteFont extends CIDFont implements Substitutable, Positionabl
         return (findGlyphIndex(c) != SingleByteEncoding.NOT_FOUND_CODE_POINT);
     }
 
-    /**
-     * 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