That doesn't work on windows, either.
You missed the 'font-name dialect keyword:

        view layout [text "fonts test" font-size 40 font-name "courier"]

and you can also do it this way:

        view layout [text "fonts test" font [name: "courier" size: 40]]

or mix it up:

        view layout [
                text "fonts test" font-size 40 font [name: "courier"]
        ]

The three examples above should all give the same result,
and they assume you have a font "courier" installed.

Anton.

> I tried to view different fonts with 
> view layout [ text "Fonts test" font-size 40 [ name:
> "Speedo" ] ]
> 
> but it defaults to basic fonts 

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

Reply via email to