arz 2004 13:34
> An: Batik Users
> Betreff: Re: AW: AW: AW: PDFTranscoder
>
>
> Hans Stoessel wrote:
>
> > OK. In the attachment you find my SVG file.
>
> This is the problem. You shouldn't use:
>
> font-family="'Arial-BoldItalicMT'&
Hans Stoessel wrote:
OK. In the attachment you find my SVG file.
This is the problem. You shouldn't use:
font-family="'Arial-BoldItalicMT'" font-size="18"
You should use:
font-family="'Arial'" font-weight="bold" font-style="italic"
font-size="18"
When I do this I get the proper font
And here is the generated JPG. Neither bold nor italic...
Thanks for the help
Regards
Hans
<>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
OK. In the attachment you find my SVG file. The code to transcode it is:
//--
// JPG schreiben
//--
public boolean saveAsJPG() {