mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
Partially reverts #2239 due to reftest fails
This commit is contained in:
parent
19002cc8a3
commit
c129ecea8a
1 changed files with 0 additions and 4 deletions
|
@ -3557,10 +3557,6 @@ var Font = (function FontClosure() {
|
||||||
this.glyphNameMap = properties.glyphNameMap;
|
this.glyphNameMap = properties.glyphNameMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ids.length === 0) {
|
|
||||||
error('Valid glyph data is not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Converting glyphs and ids into font's cmap table
|
// Converting glyphs and ids into font's cmap table
|
||||||
cmap.data = createCMapTable(glyphs, ids);
|
cmap.data = createCMapTable(glyphs, ids);
|
||||||
var unicodeIsEnabled = [];
|
var unicodeIsEnabled = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue