1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Read multi-byte character codes based on codespace ranges.

This commit is contained in:
Brendan Dahl 2013-09-25 10:32:04 -07:00
parent 31fda50123
commit f32e65b19f
9 changed files with 592 additions and 124 deletions

View file

@ -34,6 +34,7 @@ var files = [
'core/cidmaps.js',
'core/crypto.js',
'core/evaluator.js',
'core/cmap.js',
'core/fonts.js',
'core/font_renderer.js',
'core/glyphlist.js',