Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 09:59:59 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r43172 - head/share/misc
Message-ID:  <201311120959.rAC9xxYF077127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Tue Nov 12 09:59:59 2013
New Revision: 43172
URL: http://svnweb.freebsd.org/changeset/doc/43172

Log:
  - Explicitly list some font directories, it seems FOP does not find somee font
    otherwise
  
  Reported by:	many

Modified:
  head/share/misc/fop.xconf   (contents, props changed)

Modified: head/share/misc/fop.xconf
==============================================================================
--- head/share/misc/fop.xconf	Mon Nov 11 19:26:20 2013	(r43171)
+++ head/share/misc/fop.xconf	Tue Nov 12 09:59:59 2013	(r43172)
@@ -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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311120959.rAC9xxYF077127>