Hi All,
although my preview post didn't got much attention, i'm trying to figure things out myself.
What i am trying to do is converting the svg below to an jpeg image for example.
I'm using the jpeg transcoder. The problem i'm having right now is that the font is just
displaying like a system font (i think Arial). Anybody any clue on how to get the right font?
Thanks,
Patrick
<?xml version="1.0"?>
<svg
xmlns:xlink="http://www.w3.org/1999/xlink"
id="Layer_1"
enable-background="new 0 0 177.809 150.361"
version="1.1"
xml:space="preserve"
width="177.809px"
viewBox="0 0 177.809 150.361"
height="150.361px"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px">
<defs>
<font-face font-family="Parchment">
<font-face-src>
<font-face-uri xlink:href="./PARCHM.TTF">
<font-face-format string="truetype"/>
</font-face-uri>
</font-face-src>
</font-face>
</defs>
<g id="Layer_3">
<text
fill="#B60000"
font-size="60"
font-family="'Parchment-Regular'"
transform="matrix(1 0 0 1 103.2854 104.696)">
P
</text>
</g>
</svg>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]