如何使用Inkscape将SVG中文字符导出到PNG?

时间:2012-12-23 02:17:01

标签: linux ubuntu unicode svg inkscape

尝试使用Inkscape将带有中文字符的SVG文件导出到PNG时,中文字符会消失。我在Ubuntu中使用这个命令:

inkscape /root/21.svg -e /root/1.png

1 个答案:

答案 0 :(得分:2)

尝试创建另一个svg文件并通过示例添加简单文本:汉语/汉语

我的svg:

enter image description here

我的命令:

inkscape Desktop/chinese.svg -e Desktop/test.png

我的结果:

enter image description here