Hi all,

I'm currently implementing functionality which allows Inkscape to use fonts *not* installed on the system [1].

While the last point could be especially interesting (e.g. it would allow people to simply distribute fonts required by an SVG alongside with it) it's also a bit tricky: fontconfig scans directories recursively. This means if the user were to open an SVG file somewhere at the top of the directory tree, fontconfig suddenly would scan *a lot* of directories for fonts.

So I basically want to collect some opinions:

Let me know what you think!

Best Regards,
Eduard

[1] https://gitlab.com/inkscape/inkscape/merge_requests/102