mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Use built in CMaps and unify the glyph mapping.
This commit is contained in:
parent
7be2d6db58
commit
b5b94a4af3
16 changed files with 891 additions and 1130 deletions
|
@ -386,7 +386,7 @@ describe('font', function() {
|
|||
var parser = new Type1Parser(stream);
|
||||
var props = { overridableEncoding: true };
|
||||
var program = parser.extractFontHeader(props);
|
||||
expect(props.baseEncoding[33]).toEqual('arrowright');
|
||||
expect(props.builtInEncoding[33]).toEqual('arrowright');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue