"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "fontbox/src/main/java/org/apache/fontbox/util/autodetect/UnixFontDirFinder.java" between
pdfbox-2.0.23-src.zip and pdfbox-2.0.24-src.zip

About: Apache PDFBox is a Java PDF library tool that allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.

UnixFontDirFinder.java  (pdfbox-2.0.23-src):UnixFontDirFinder.java  (pdfbox-2.0.24-src)
skipping to change at line 39 skipping to change at line 39
* *
* @return a list of possible font locations * @return a list of possible font locations
*/ */
@Override @Override
protected String[] getSearchableDirectories() protected String[] getSearchableDirectories()
{ {
return new String[] { System.getProperty("user.home") + "/.fonts", // us er return new String[] { System.getProperty("user.home") + "/.fonts", // us er
"/usr/local/fonts", // local "/usr/local/fonts", // local
"/usr/local/share/fonts", // local shared "/usr/local/share/fonts", // local shared
"/usr/share/fonts", // system "/usr/share/fonts", // system
"/usr/X11R6/lib/X11/fonts" // X "/usr/X11R6/lib/X11/fonts", // X
"/usr/share/X11/fonts" // CentOS
}; };
} }
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)