Add another possible font path, used by Gentoo Linux

svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=368646
This commit is contained in:
Albert Astals Cid 2004-12-05 13:22:06 +00:00
parent 3b38216405
commit b9dbc95cbf

View file

@ -85,6 +85,7 @@ static const char *displayFontDirs[] = {
"/usr/local/share/ghostscript/fonts",
"/usr/share/fonts/default/Type1",
"/usr/share/fonts/type1/gsfonts",
"/usr/share/fonts/default/ghostscript/",
NULL
};