Re: Absolute path of font file ...

2004-07-30 Thread Clay Leeds
On Jul 30, 2004, at 7:53 AM, Chris Bowditch wrote: Varadharajan Sethuraman wrote: Thank you very much ... is It possible to refer metrics-file attribute for one directory, and embed-file attribute for another directory? for example ... I have metrics xml file in c:\my\metrics-base\dir\fontmetri

Re: Absolute path of font file ...

2004-07-30 Thread Chris Bowditch
Varadharajan Sethuraman wrote: Thank you very much ... is It possible to refer metrics-file attribute for one directory, and embed-file attribute for another directory? for example ... I have metrics xml file in c:\my\metrics-base\dir\fontmetrics1.xml and ttf file in c:\my\embed-base\dir\ari

Re: Absolute path of font file ...

2004-07-30 Thread Varadharajan Sethuraman
Thank you very much ...   is It possible to refer metrics-file attribute for one directory, and embed-file attribute for another directory?   for example  ...I have metrics xml file in c:\my\metrics-base\dir\fontmetrics1.xml and ttf file in c:\my\embed-base\dir\arial.ttf org.apache.fop.configurati

Re: Absolute path of font file ...

2004-07-28 Thread J.Pietschmann
Varadharajan Sethuraman wrote: we can set the *baseDir and fontBaseDir* using org.apache.fop.configuration.Configuration. Unless I'm greatly mistaken, you can set fontBaseDir, baseDir and baseURL in the userconfig.xml file too. J.Pietschmann

Re: Absolute path of font file ...

2004-07-28 Thread Chris Bowditch
Varadharajan Sethuraman wrote: org.apache.fop.configuration.Configuration.put("baseDir","/my/base/dir"); Here is another that sets baseDir in a Windows environment: org.apache.fop.configuration.Configuration.put("baseDir","C:\my\base\dir"); How do I use that values for /font-metrics or embed-fil

Re: Absolute path of font file ...

2004-07-28 Thread Varadharajan Sethuraman
Hi,   As per the http://xml.apache.org/fop/configuration.html and http://xml.apache.org/fop/embedding.html document,   we can set the baseDir and fontBaseDir using org.apache.fop.configuration.Configuration. Here is an example that sets the "baseDir" configuration in a Unix environment: org.apach

Re: Absolute path of font file ...

2004-07-28 Thread Clay Leeds
On Jul 27, 2004, at 8:57 PM, Varadharajan Sethuraman wrote: my problem is that I don't want to specify the absolute path for the font-metrics or embed-file attribute (C:\Fop_0.20.5\fonts\ or C:\windows\fonts\) in the userconfig.xml to support the fonts. Because it will cause the portablity probl