<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Thu, 2010-12-16 at 14:54 -0800, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Signed-off-by: Alan Coopersmith &lt;<A HREF="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</A>&gt;
---
 xorg.xsl |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/xorg.xsl b/xorg.xsl
index d3b0612..2d04383 100644
--- a/xorg.xsl
+++ b/xorg.xsl
@@ -58,4 +58,21 @@ DEALINGS IN THE SOFTWARE.
     &lt;xsl:attribute name=&quot;color&quot;&gt;blue&lt;/xsl:attribute&gt;
   &lt;/xsl:attribute-set&gt;
 
+  &lt;!--
+     Since a number of documents, especially the credits section in the
+     ReleaseNotes, use characters not found in the fop default base-14
+     PostScript fonts, set the fonts for the fop generated documents to
+     use the free DejaVu and GNU Unifont fonts which cover a much wider
+     range of characters.
+
+     DejaVu is available from <A HREF="http://dejavu-fonts.org/">http://dejavu-fonts.org/</A>
+     GNU Unifont is available from <A HREF="http://unifoundry.com/unifont.html">http://unifoundry.com/unifont.html</A>
+
+     To set fop font paths to find them after installing, see
+     <A HREF="http://xmlgraphics.apache.org/fop/1.0/fonts.html#basics">http://xmlgraphics.apache.org/fop/1.0/fonts.html#basics</A>
+    --&gt;
+  &lt;xsl:param name=&quot;body.font.family&quot;&gt;DejaVu Serif&lt;/xsl:param&gt;
+  &lt;xsl:param name=&quot;symbol.font.family&quot;&gt;Times,Symbol,GNU Unifont&lt;/xsl:param&gt;
+
+
 &lt;/xsl:stylesheet&gt;
</PRE>
</BLOCKQUOTE>
<BR>
Reviewed-by: <TT><FONT COLOR="#1a1a1a">Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;</FONT></TT>
</BODY>
</HTML>