Skip to content

Rewrite FoFiType1::parse to be more flexible

Albert Astals Cid requested to merge aacid/poppler:rewrite_type1_parsing into master

Previous code needed Encoding to be at the start of it's own line

The file at issue #1422 (closed) doesn't have that and most of the other renderers show it correctly so we should do the same.

Also the code should be easier to understand now, and probably faster since we're not copying string around like before

Merge request reports