Here it is, have fun: http://cvs.apache.org/viewcvs.cgi/xml-fop/src/org/apache/fop/svg/PDFTextElementBridge.java?rev=1.3&content-type=text/vnd.viewcvs-markup
On Thu, 2002-06-13 at 23:44, Vollmer, Thomas - CannonSA wrote: > > The text is shapes or not depending on whether it is possible to use > > plain text in the pdf document or not. > > It looks at the svg text element and if the text is "normal" then it > > will not stroke the text but place it directly in pdf. > > If the text has tspans, fractional fonts, various styling, replaced > > characters, unknown font etc. then it will be stroked. > > Could you point me to the place in the source code where these > decisions are made? (maybe a link to the web-based CVS?)