Thanx, it works, but i get the following Error:
[ERROR]: unknown font dialog,italic,bold so defaulted font on any
this is my code:
<fo:block>
<fo:instream-foreign-object>
<svg width="30" height="100" xmlns="http://www.w3.org/2000/svg">
<text x="40px" y="10px" transform="rotate(-90) translate(-115,3)"
style="fill:rgb(0,0,0);font-size:12;font-family:sans-serif">
Fonts
</text>
<text x="40px" y="10px" transform="rotate(-90) translate(-79,3)"
style="fill:rgb(0,0,0);font-size:12;font-family:sans-serif;font-weight:b
old;font-style:italic;">
text
---^^^^^^^^ this text is defaulted
</text>
</svg>
</fo:instream-foreign-object>
</fo:block>
is this a limitation of this strokesvgtext-thing? is there a workaround
to set the font-style and weight?
(by the way i tried font-family:helvetica, too)
> -----Urspr�ngliche Nachricht-----
> Von: J.Pietschmann [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 23. April 2002 20:43
> An: [EMAIL PROTECTED]
> Betreff: Re: Font-Smoothing of embedded SVG in fop
>
>
> Sam Prokop wrote:
> > the problem is that the fonds i use in the svg aren�t displayed with
> > font-smoothing in Acrobat Reader.
> > the question can this be done and, if yes, how?
>
> I hope you use fonts in your SVG.
> Have you tried to set strokeSVGText to false? Look
> here:
> http://marc.theaimsgroup.com/?l=fop-dev&m=100525846132084&w=2
>
>
> J.Pietschmann
>
>