AW: AW: AW: AW: PDFTranscoder

2004-03-10 Thread Hans Stoessel
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'&

Re: AW: AW: AW: PDFTranscoder

2004-03-10 Thread Thomas DeWeese
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

AW: AW: AW: PDFTranscoder

2004-03-10 Thread Hans Stoessel
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]

AW: AW: AW: PDFTranscoder

2004-03-10 Thread Hans Stoessel
OK. In the attachment you find my SVG file. The code to transcode it is: //-- // JPG schreiben //-- public boolean saveAsJPG() {