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

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
pfriedl
Posts: 12
Joined: 2015-04-22T10:00:38-07:00
Authentication code: 6789

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

Post 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!
Post Reply