Removing refreshToUnicode

This commit is contained in:
notmasteryet 2011-11-28 19:49:02 -06:00
parent e4e864766d
commit 88310a09c2

View File

@ -1974,9 +1974,6 @@ var Font = (function Font() {
}
}
this.toUnicode = map;
this.refreshToUnicode = function refreshToUnicode() {
this.font_rebuildToUnicode(properties);
};
},
loadCidToUnicode: function font_loadCidToUnicode(properties) {