Skip to content

Only initialize fontconfig once

Matthias Clasen requested to merge fcinit-once into master

When multiple fontmaps are created in quick succession, we would send off a thread to call FcInit for each one of them, which is not really necessary. Just do it once.

Merge request reports