Browse Source

Partially reverts #2239 due to reftest fails

Yury Delendik 13 years ago
parent
commit
c129ecea8a
  1. 4
      src/fonts.js

4
src/fonts.js

@ -3557,10 +3557,6 @@ var Font = (function FontClosure() { @@ -3557,10 +3557,6 @@ var Font = (function FontClosure() {
this.glyphNameMap = properties.glyphNameMap;
}
if (ids.length === 0) {
error('Valid glyph data is not found');
}
// Converting glyphs and ids into font's cmap table
cmap.data = createCMapTable(glyphs, ids);
var unicodeIsEnabled = [];

Loading…
Cancel
Save