aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2007-05-28 14:31:24 +0000
committerJeremias Maerki <jeremias@apache.org>2007-05-28 14:31:24 +0000
commit8c1aba3f976127d33ec50b67d760f56364c08487 (patch)
treeadfdca730f41c1b9029324bf53535aa25bf16d27 /lib
parent7ada0a06fe2b9ce0e1867d2c9c47f71ea47a43b2 (diff)
downloadxmlgraphics-fop-8c1aba3f976127d33ec50b67d760f56364c08487.tar.gz
xmlgraphics-fop-8c1aba3f976127d33ec50b67d760f56364c08487.zip
Bugzilla #41831:
- Add support font auto-detection (easier font configuration) including a font cache to speed up the auto-detection process. - Refactoring of the configuration code: All Avalon configuration stuff is extracted into separate "Configurator" classes. - Refactoring of the FOURIResolver. Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com> Changes to the patch by jeremias during the review: - Font cache simplified (Java object serialization instead of XML), functionality fixed and moved to the fonts.package. - Relocated default cache file location to user directory. - Fixed the font configuration for PDFDocumentGraphics2D/PDFTranscoder that got lost with the patch. - Fixed a problem with having a non-file URL as font base URL. - Simplified RendererContextInfo stuff to make it easier to understand. - Fixed handling of Type 1 fonts in auto-detection. - Reduced verbosity of font-related log output. - Updated Jakarta Commons IO to version 1.3.1 (the patch depends on it) - Various javadocs improvements git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@542237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib')
-rw-r--r--lib/commons-io-1.1.jarbin61562 -> 0 bytes
-rw-r--r--lib/commons-io-1.3.1.jarbin0 -> 83613 bytes
-rw-r--r--lib/commons-io.NOTICE.txt3
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/commons-io-1.1.jar b/lib/commons-io-1.1.jar
deleted file mode 100644
index 624fc1a72..000000000
--- a/lib/commons-io-1.1.jar
+++ /dev/null
Binary files differ
diff --git a/lib/commons-io-1.3.1.jar b/lib/commons-io-1.3.1.jar
new file mode 100644
index 000000000..7affdefcd
--- /dev/null
+++ b/lib/commons-io-1.3.1.jar
Binary files differ
diff --git a/lib/commons-io.NOTICE.txt b/lib/commons-io.NOTICE.txt
index 439eb83b2..ce3b94a0f 100644
--- a/lib/commons-io.NOTICE.txt
+++ b/lib/commons-io.NOTICE.txt
@@ -1,3 +1,6 @@
+Apache Jakarta Commons IO
+Copyright 2001-2007 The Apache Software Foundation
+
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).