diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2012-05-30 13:35:59 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2012-05-30 13:35:59 +0000 |
commit | f9544fb7a61934ef65ef623c71550be13a199c95 (patch) | |
tree | 43223bea0c9b132d1e553e6afaf7e43f8fa0c969 /src | |
parent | a5c4a9c5d50b8766015e74046be3baeb34916205 (diff) | |
download | xmlgraphics-fop-f9544fb7a61934ef65ef623c71550be13a199c95.tar.gz xmlgraphics-fop-f9544fb7a61934ef65ef623c71550be13a199c95.zip |
Removed deprecated method
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1344254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/java/org/apache/fop/fonts/MultiByteFont.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/java/org/apache/fop/fonts/MultiByteFont.java b/src/java/org/apache/fop/fonts/MultiByteFont.java index 4db5ece84..54b772b2e 100644 --- a/src/java/org/apache/fop/fonts/MultiByteFont.java +++ b/src/java/org/apache/fop/fonts/MultiByteFont.java @@ -293,17 +293,6 @@ public class MultiByteFont extends CIDFont implements Substitutable, Positionabl } /** - * 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 */ |