Re: Problem with fonts, ImageTranscoder and Java 7

2013-02-16 Thread DeWeese Thomas
oth java versions. > > Thank you again, > > Luke > > From: DeWeese Thomas [mailto:thomas.dewe...@gmail.com] > Sent: Donnerstag, 14. Februar 2013 12:10 > To: batik-users@xmlgraphics.apache.org > Subject: Re: Problem with fonts, ImageTranscoder and Java 7 > > Hi L

RE: Problem with fonts, ImageTranscoder and Java 7

2013-02-15 Thread Kölbener Lukas
hing works as expected with both java versions. Thank you again, Luke From: DeWeese Thomas [mailto:thomas.dewe...@gmail.com] Sent: Donnerstag, 14. Februar 2013 12:10 To: batik-users@xmlgraphics.apache.org Subject: Re: Problem with fonts, ImageTranscoder and Java 7 Hi Luke, Is it possible th

Re: Problem with fonts, ImageTranscoder and Java 7

2013-02-14 Thread DeWeese Thomas
Hi Luke, Is it possible the SVGDocument embedded the font in it? You can check by seeing if there is a "font" element in the document. Otherwise you might want to take a look at what sources/org/apache/batik/gvt/font/FontFamilyResolver.java is finding installed on the system. Tho