Author: lou
Date: 2007-12-18 04:39:56 -0800 (Tue, 18 Dec 2007)
New Revision: 7586

Modified:
   openlaszlo/trunk/docs/src/developers/fonts.dbk
Log:
Change 20071218-lou-p by [EMAIL PROTECTED] on 2007-12-18 08:27:56 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fonts chapter in the dguide: example 23.2 canvas bgcolor not rendering 
properly

New Features:

Bugs Fixed:LPP-5276

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

added    

<parameter role="canvas">height: 100, width: 500, bgcolor: 'gray'</parameter>

to programlisting



Modified: openlaszlo/trunk/docs/src/developers/fonts.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/fonts.dbk      2007-12-18 12:36:15 UTC 
(rev 7585)
+++ openlaszlo/trunk/docs/src/developers/fonts.dbk      2007-12-18 12:39:56 UTC 
(rev 7586)
@@ -86,6 +86,7 @@
 <example role="live-example">
    <title>Using device fonts</title>
    <programlisting language="lzx">
+   <parameter role="canvas">height: 400, width: 800</parameter>
    <textobject><textdata fileref="programs/fonts-$1.lzx"/></textobject> 
    </programlisting>
 </example>
@@ -101,6 +102,7 @@
 <example role="live-example">
    <title>setting the default font on the canvas</title>
    <programlisting language="lzx">
+   <parameter role="canvas">height: 100, width: 500, bgcolor: 
'gray'</parameter>
    <textobject><textdata fileref="programs/fonts-$2.lzx"/></textobject> 
    </programlisting>
 </example>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to