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
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
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
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
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
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
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