I'm converting SVG's to PNG using ImageMagick and all works like a charm until I tried adding custom fonts using @font-face and then in the SVG file. In Batik this worked fine but now in ImageMagick I just cant get it to work.
I can change the fonts to the ones listed in "convert -list font" but I will probably have to change fonts often so I want to point to the font-file on convert somehow instead using font-face or other solution doesnt matter.
The SVG files can also contain multiple font-families and my ImageMagick install includes rsvg delegate.
Any ideas? Thanks!