List:Commits« Previous MessageNext Message »
From:mcbrown Date:December 27 2006 2:44pm
Subject:svn commit - mysqldoc@docsrva: r4345 - trunk/xsl.d
View as plain text  
Author: mcbrown
Date: 2006-12-27 15:44:46 +0100 (Wed, 27 Dec 2006)
New Revision: 4345

Log:
Removing fonts that don't work as expected



Modified:
   trunk/xsl.d/userconfig.std.xml


Modified: trunk/xsl.d/userconfig.std.xml
===================================================================
--- trunk/xsl.d/userconfig.std.xml	2006-12-27 14:01:44 UTC (rev 4344)
+++ trunk/xsl.d/userconfig.std.xml	2006-12-27 14:44:46 UTC (rev 4345)
Changed blocks: 2, Lines Added: 1, Lines Deleted: 14; 1410 bytes

@@ -48,8 +48,7 @@
 -->
 
 <!--
-We currently define three fonts, although only one is included in the 
-source files
+We only use one font now, Microsoft Arial Unicode, as this provides everything we need (so far)
 -->
 
 <fonts>

@@ -60,18 +59,6 @@
    <font-triplet name="ArialUnicode" style="normal" weight="bold"/>
    <font-triplet name="ArialUnicode" style="italic" weight="bold"/>
 </font>
-<font metrics-file="/home/mysqldoc/fonts/msgothic2.xml" kerning="no" embed-file="/home/mysqldoc/fonts/msgothic2.ttf">
-   <font-triplet name="Gothic" style="normal" weight="normal"/>
-   <font-triplet name="Gothic" style="italic" weight="normal"/>
-   <font-triplet name="Gothic" style="normal" weight="bold"/>
-   <font-triplet name="Gothic" style="italic" weight="bold"/>
-</font>
-<font metrics-file="/home/mysqldoc/fonts/msgothic0.xml" kerning="no" embed-file="/home/mysqldoc/fonts/msgothic0.ttf">
-   <font-triplet name="GothicMono" style="normal" weight="normal"/>
-   <font-triplet name="GothicMono" style="normal" weight="bold"/>
-   <font-triplet name="GothicMono" style="italic" weight="normal"/>
-   <font-triplet name="GothicMono" style="italic" weight="bold"/>
-</font>
 
 </fonts>
 


Thread
svn commit - mysqldoc@docsrva: r4345 - trunk/xsl.dmcbrown27 Dec