Distributing SVG files which use custom fonts has been a pain point (as people viewing them might not have the custom fonts installed).
It would be good if unigd had an option where text using custom fonts would get converted to paths so they look the same everywhere (at the expense of file size, although most plots aren't very text heavy and don't use many unique glyphs).
I believe this is achievable with system fonts+freetype+harfbuzz but non trivial.
Distributing SVG files which use custom fonts has been a pain point (as people viewing them might not have the custom fonts installed).
It would be good if unigd had an option where text using custom fonts would get converted to paths so they look the same everywhere (at the expense of file size, although most plots aren't very text heavy and don't use many unique glyphs).
I believe this is achievable with system fonts+freetype+harfbuzz but non trivial.