|
From: Kevin K. <kk...@gm...> - 2015-02-03 19:06:21
|
How do I use TTF fonts that I have downloaded in an output .svg file? I was reading the svg help page here: http://gnuplot.sourceforge.net/docs_4.2/node421.html and tried the following: set term svg noenhanced fontfile '/user/kklein/.fonts/Monaco_Linux.ttf' mouse size 1600,1200 but the resulting .svg file seems to be invalid. If I try to open it directly with firefox I receive the following error: XML Parsing Error: not well-formed The .svg file contains a lot of binary data that must be the font file but the formatting is apparently incorrect. How do I correctly use true type fonts in an svg terminal? |