Skip to content

Modernize fontinfo

Oliver Sander requested to merge sander/poppler:modernize-fontinfo into master

In particular, make FontInfo::scan return a std::vector object by value rather than as a pointer. This avoids some needless internal copying, makes memory handling more robust, and the code gets more readable, too.

Merge request reports