Page 1 of 1

Rasterize svg text fonts

Posted: 2016-10-11T07:01:03-07:00
by gringo974
Hello,

I would like to rasterize svg that contain text, but the used font file is not on the disk.
I loaded the font into memory with the FreeType lib (FT_New_Memory_Face) and I would like to insert this FT font into the pangocairo font map.
Is it possible to do it or the lib only uses the font system directory or the fontconfig directory?

Moreover I'm not able to use the pangocairo FreeType backend (HAVE_CAIRO_FREETYPE) instead of the win32 one.
Could you please help me on this point?

Version: ImageMagick 7.0.3-1 Q8 x64 with Magick++ API