You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/12/02 15:59:44 UTC

svn commit: r351744 - /xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block_font-family.xml

Author: jeremias
Date: Fri Dec  2 06:59:39 2005
New Revision: 351744

URL: http://svn.apache.org/viewcvs?rev=351744&view=rev
Log:
Better not use something derived from "fantasy" since it's a keyword in the spec.

Modified:
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block_font-family.xml

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block_font-family.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block_font-family.xml?rev=351744&r1=351743&r2=351744&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block_font-family.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block_font-family.xml Fri Dec  2 06:59:39 2005
@@ -38,7 +38,7 @@
           <fo:block font-family="monospace">font-family="monospace"</fo:block>
           <fo:block font-family="Helvetica,sans-serif,Symbol">font-family="Helvetica,sans-serif,Symbol"</fo:block>
           <fo:block font-family="Helvetica, sans-serif, Symbol">font-family="Helvetica, sans-serif, Symbol"</fo:block>
-          <fo:block font-family="fantasy1,fantasy2,monospace,Symbol">font-family="fantasy1,fantasy2,monospace,Symbol"</fo:block>
+          <fo:block font-family="myfont1,myfont2,monospace,Symbol">font-family="myfont1,myfont2,monospace,Symbol"</fo:block>
         </fo:flow>
       </fo:page-sequence>
     </fo:root>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org