Page 1 of 1

Adding fonts (ttf/otf/woff) to ImageMagick on a web server

Posted: 2015-04-22T10:05:11-07:00
by pfriedl
I've seen many references to adding a type.xml o the ImageMagick config, but is there a definitive tutorial on doing this? I've got a web app that has to take SVGs that may have N number of fonts and composite them with a PNG or JPG.

And more importantly, does it support WOFF format fonts? The web app is using those, so having that directory of fonts as the source would be optimal.

Any help is appreciated!