hi Christophe,

The Easy-Draw example gives you a start on things. Here's a snippet:

        do [
                italic-font: make face/font [
                        size: 15
                        style: [italic bold]
                        name: font-serif
                ]
        ]
        box 200x200 gold effect [
                draw [
                        pen blue text 20x20 "Default Font"
                        font italic-font
                        pen black text 20x60 "Bold Times Italic Font"
                ]
        ]

--Gregg
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to