pietsch     2003/06/14 10:43:09

  Modified:    src/documentation/content/xdocs fonts.xml
  Log:
  Made XML well formed in font config code samples.
  Submitted by: Johannes Fiala
  
  Revision  Changes    Path
  1.10      +2 -2      xml-fop/src/documentation/content/xdocs/fonts.xml
  
  Index: fonts.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/fonts.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- fonts.xml 1 May 2003 19:47:05 -0000       1.9
  +++ fonts.xml 14 Jun 2003 17:43:09 -0000      1.10
  @@ -79,7 +79,7 @@
         </p>
   <source><![CDATA[<font metrics-file="FTL_____.xml" kerning="yes"
         embed-file="C:\myfonts\FTL_____.pfb">
  -  <font-triplet name="FrutigerLight" style="normal" weight="normal">
  +  <font-triplet name="FrutigerLight" style="normal" weight="normal"/>
   </font>]]></source>
         <note>
           Starting from FOP version 0.20.5 you can use URLs for the paths to the font 
files. Relative URLs are resolved 
  @@ -157,7 +157,7 @@
           </p>
   <source><![CDATA[<font metrics-file="cyberbit.xml" kerning="yes"
         embed-file="C:\WINNT\Fonts\Cyberbit.ttf">
  -  <font-triplet name="Cyberbit" style="normal" weight="normal">
  +  <font-triplet name="Cyberbit" style="normal" weight="normal"/>
   </font>]]></source>
         </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to