Skip to content

Use gperf for the BuiltinFonts hash table

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

Instead of creating one by hand on runtime we create one at compile time

It's faster and lets us declare things as static const instead of just static and also allows us to remove two init/destroy functions

Edited by Albert Astals Cid

Merge request reports