Hey guys,
I have a SVG, with a font integrated in it (the font was ttf got converted to svg and integrated into the svg file). When I convert it to PDF it does not use the fonts in the SVG, it uses time-new-roman or something. This is understandable but the question remains: Having the ttf fonts, how do I tell prince to use them when it is converting the svg to pdf. (the svg file contains tags that have the font-family defined inline E.g.: <tspan x="0" y="0" font-family="MyriadPro-Regular" font-size="14">...</tspan> )
I have a SVG, with a font integrated in it (the font was ttf got converted to svg and integrated into the svg file). When I convert it to PDF it does not use the fonts in the SVG, it uses time-new-roman or something. This is understandable but the question remains: Having the ttf fonts, how do I tell prince to use them when it is converting the svg to pdf. (the svg file contains tags that have the font-family defined inline E.g.: <tspan x="0" y="0" font-family="MyriadPro-Regular" font-size="14">...</tspan> )