- Explicitly list some font directories, it seems FOP does not find somee font

otherwise

Reported by:	many
This commit is contained in:
Gabor Kovesdan 2013-11-12 09:59:59 +00:00
parent ae0395da63
commit 91b1380f4e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43172

View file

@ -18,6 +18,9 @@
</filterList>
<fonts>
<directory recursive="true">/usr/local/lib/X11/fonts</directory>
<directory>/usr/local/share/fonts/TrueType</directory>
<directory>/usr/local/share/fonts/OTF</directory>
<auto-detect/>
</fonts>