Author: hqm
Date: 2008-02-25 20:09:34 -0800 (Mon, 25 Feb 2008)
New Revision: 8103

Modified:
   openlaszlo/branches/devildog/test/swf9/hello.lzx
Log:
Change 20080225-hqm-5 by [EMAIL PROTECTED] on 2008-02-25 23:08:39 EST
    in /Users/hqm/openlaszlo/devildog2
    for http://svn.openlaszlo.org/openlaszlo/branches/devildog

Summary: add embedded font to hello.lzx  test

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:

add text with embedded font to the test    

Tests:



Modified: openlaszlo/branches/devildog/test/swf9/hello.lzx
===================================================================
--- openlaszlo/branches/devildog/test/swf9/hello.lzx    2008-02-26 04:08:31 UTC 
(rev 8102)
+++ openlaszlo/branches/devildog/test/swf9/hello.lzx    2008-02-26 04:09:34 UTC 
(rev 8103)
@@ -1,4 +1,6 @@
 <canvas width="1000" height="600" bgcolor="#eeeeff"> 
+    <font name="chev" src="chevaraor.ttf"/>
+
   <!--    <text bgcolor="#ccffcc">Hello OpenLaszlo!</text> -->
   <text oninit="this.setText('runtime='+canvas.runtime)"/>
 
@@ -49,7 +51,7 @@
     <view id="foo" bgcolor="0xcccccc" x="-100" y="-100"  height="200" 
width="200"
           onclick="this.parent.animate('rotation', 90, 1000, true)" >
 
-      <text>This is <b><i>some</i></b> text</text>
+      <text font="chev" embedfonts="true">This is <b><i>some</i></b> 
text</text>
 
     <view bgcolor="blue" width="40" height="40" 
           x="59" y="59"


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

Reply via email to