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

[REBOL] Re: Global Font settings

From: ammon:addept:ws at: 20-Feb-2004 19:41

Try something like... Stylize/master [ text: text with [ font: make font [;desired settings go here ] ] ] before you LAYOUT the faces... HTH ~~Ammon ;~> ----- Original Message ----- From: "Paul Tretter" <[ptretter--charter--net]> To: <[rebol-list--rebol--com]> Sent: Friday, February 20, 2004 7:15 PM Subject: [REBOL] Global Font settings
> I was looking thru anamonitor trying to find where to change the font
globally. I would assume this is something trivial. I tried setting the font on vid-face but no luck. Any ideas? I know I can use 'with to set the font but want the same font by default on all rendered faces.