Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Global Font settings

From: ptretter:charter at: 20-Feb-2004 21:08

That doesn't seem to work globally. I tried the following:
>> Stylize/master [
[ text: text with [ [ font: make font [name: "Verdana"] [ [ ] [ ] == [face make object! [ type: 'face offset: 0x0 size: none span: none pane: none ...
>> view layout [backdrop forest a: banner "Superfonttest"] >> a/font/name
== "arial"
>>
Maybe, I'm assuming to much to think there is something more global in this case. Paul