Browse Source

Bugzilla #53143: Ensure fonts are not loaded twice (redundantly).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330050 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Glenn Adams 12 years ago
parent
commit
6d5a9a834d
2 changed files with 3 additions and 1 deletions
  1. 0
    1
      src/java/org/apache/fop/fonts/autodetect/FontFileFinder.java
  2. 3
    0
      status.xml

+ 0
- 1
src/java/org/apache/fop/fonts/autodetect/FontFileFinder.java View File

@@ -168,7 +168,6 @@ public class FontFileFinder extends DirectoryWalker implements FontFinder {
*/
public List<URL> find(String dir) throws IOException {
List<URL> results = new java.util.ArrayList<URL>();
super.walk(new File(dir), results);
File directory = new File(dir);
if (!directory.isDirectory()) {
eventListener.fontDirectoryNotFound(this, dir);

+ 3
- 0
status.xml View File

@@ -63,6 +63,9 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
<action context="Fonts" dev="GA" type="fix" fixes-bug="53143">
Ensure fonts are not loaded twice (redundantly).
</action>
<action context="Test" dev="GA" type="update" fixes-bug="50196" due-to="Matthias Reischenbacher">
Add test for basic-link with padding.
</action>

Loading…
Cancel
Save