svg to png: font family is not rendered correctly

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
CharlesDou
Posts: 1
Joined: 2013-01-02T10:53:07-07:00
Authentication code: 6789

svg to png: font family is not rendered correctly

Post by CharlesDou »

Hi all.

I was trying to convert a svg file to png file. but the font family after conversion is not shown correctly. whatever the font in svg file is, the text is always be shown as "Arial" after conversion in the png file. Is there anyone who could help me out?
the command I use is: convert -background none path/to/file/test.svg path/to/file/test.png
Thank you.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: svg to png: font family is not rendered correctly

Post by snibgo »

Post the SVG file here, or the relevant portion of it. (You can cut and paste from a text editor.)
snibgo's IM pages: im.snibgo.com
Post Reply