diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-06-02 14:30:39 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-06-02 14:30:39 +0000 |
commit | b7afb754ecf4e1d7d242e87cae68499272e827e7 (patch) | |
tree | e04efce74435f5497b62f3b72eed6e9460a3db5e /conf | |
parent | f12468ebca3f5ccb89483380af3b0955bd756622 (diff) | |
download | xmlgraphics-fop-b7afb754ecf4e1d7d242e87cae68499272e827e7.tar.gz xmlgraphics-fop-b7afb754ecf4e1d7d242e87cae68499272e827e7.zip |
* getImageUri() implementation provided on Graphics2DAdaptor implementations.
* Refactored data object creation abilities from AbstractResourceGroupContainer into a new DataObjectFactory class.
* Added mime type to ObjectType inner class in Registry for warn/error logging purposes.
* Fixed problem with handling ObjectContainer objects in IncludeObject.
* Added documentation for configuring AFP resource group files.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@662448 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r-- | conf/fop.xconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index 53cd142c9..c1bdc3ffb 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -110,7 +110,9 @@ the location of this file. --> <images mode="b+w" bits-per-pixel="8"/> <renderer-resolution>240</renderer-resolution> + <resource-group-file>resources.afp</resource-group-file> <goca-enabled/> + <fonts> <!-- Below is an example using raster font configuration using FOP builtin base-14 font metrics. |