AW: AW: Usage of Font.getWordWidth()

2008-12-18 Thread Georg Datterl
Hi Jeremias, I now have this code: FopFactory fopFactory = FopFactory.newInstance(); fopFactory.setUserConfig(new File(fonts/fop.xconf)); FOUserAgent foUserAgent = fopFactory.newFOUserAgent(); RendererFactory rf = new RendererFactory(); Renderer r = rf.createRenderer(foUserAgent,

AW: AW: Usage of Font.getWordWidth()

2008-12-18 Thread Georg Datterl
: Donnerstag, 18. Dezember 2008 13:22 An: fop-users@xmlgraphics.apache.org Betreff: AW: AW: Usage of Font.getWordWidth() Hi Jeremias, I now have this code: FopFactory fopFactory = FopFactory.newInstance(); fopFactory.setUserConfig(new File(fonts/fop.xconf)); FOUserAgent foUserAgent

Re: AW: AW: Usage of Font.getWordWidth()

2008-12-18 Thread Jeremias Maerki
FOP's internal unit is millipoints. Set fontSize in millipoints and the results will be more useful. On 18.12.2008 13:21:39 Georg Datterl wrote: Hi Jeremias, I now have this code: FopFactory fopFactory = FopFactory.newInstance(); fopFactory.setUserConfig(new File(fonts/fop.xconf));

AW: AW: AW: Usage of Font.getWordWidth()

2008-12-18 Thread Georg Datterl
@xmlgraphics.apache.org Betreff: Re: AW: AW: Usage of Font.getWordWidth() FOP's internal unit is millipoints. Set fontSize in millipoints and the results will be more useful. On 18.12.2008 13:21:39 Georg Datterl wrote: Hi Jeremias, I now have this code: FopFactory fopFactory = FopFactory.newInstance