[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Norman Richards norman.richards at jboss.com
Mon Jul 23 20:59:50 EDT 2007


  User: nrichards
  Date: 07/07/23 20:59:50

  Modified:    doc/reference/en/modules  itext.xml
  Log:
  update font attributes
  
  Revision  Changes    Path
  1.13      +6 -3      jboss-seam/doc/reference/en/modules/itext.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: itext.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/itext.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- itext.xml	4 Jul 2007 23:41:06 -0000	1.12
  +++ itext.xml	24 Jul 2007 00:59:50 -0000	1.13
  @@ -10,7 +10,7 @@
               controls, which are used to construct views that can render to PDF, and the DocumentStore component, which
               serves the rendered documents to the user. To include PDF support in your application, included
                   <literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> directory along with the
  -            iText JAR file. There is no further configuration needed to use Seam's iText support. </para>
  +            iText JAR file. There is no further configuration needed to use Seam's iText supportfon. </para>
           <para> The Seam iText module requires the use of Facelets as the view technology. Future versions of the library
               may also support the use of JSP. Additionally, it requires the use of the seam-ui package.</para>
   
  @@ -319,8 +319,7 @@
   
                                   <itemizedlist>
                                       <listitem>
  -                                        <para><literal>family</literal> &#8212; The font family. One of:
  -                                                <literal>COURIER</literal>, <literal>HELVETICA</literal>,
  +                                        <para><literal>name</literal> &#8212; The font name, for example:                                                <literal>COURIER</literal>, <literal>HELVETICA</literal>,
                                                   <literal>TIMES-ROMAN</literal>, <literal>SYMBOL</literal> or
                                                   <literal>ZAPFDINGBATS</literal>.</para>
                                       </listitem>
  @@ -336,6 +335,10 @@
                                               <literal>UNDERLINE</literal>, <literal>LINE-THROUGH</literal></para>
   
                                       </listitem>
  +                                    
  +                                    <listitem>
  +                                        <para><literal>encoding</literal> &#8212; The character set encoding.</para>
  +                                    </listitem>
                                   </itemizedlist>
                                   <para>
                                       <emphasis>Usage</emphasis>
  
  
  



More information about the jboss-cvs-commits mailing list