Jonas Jenwald f68f60099e Remove usage of makeSubStream from Type1Parser.extractFontProgram in src/core/type1_parser.js (issue 9735)
This avoids the initialization of, potentially thousands of, unnecessary `Stream` objects, by getting the required number of bytes directly instead.
Given the special behaviour, when `length === 0`, of the `getBytes`/`skip` methods, it's also necessary to handle that particular case to prevent errors when encountering empty CharStrings.
2018-05-28 14:32:20 +02:00
..
2018-04-01 23:20:41 +02:00
2018-04-01 23:20:41 +02:00
2018-01-23 17:04:07 +02:00
2018-04-01 23:20:41 +02:00
2018-04-01 23:20:41 +02:00
2018-04-01 23:20:41 +02:00
2018-04-01 23:20:41 +02:00
2017-07-07 09:40:24 -05:00