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 20:50

Ah, you want to the font that is used... Well, I don't believe that there is a built in way to do that, but this should do what you are looking for... foreach [style face] rebol/view/vid/vid-styles [ face/font: make face/font [name: "Verdana"] ] note though that it isn't going to change the font used in any faces that have already been passed through LAYOUT... HTH ~~Ammon ;~>