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 21:53

The question is how do you decide what is default and what is not? Almost every face that is intended to display text has a different font object! And the problem with the code I gave you is that it is going to change the font object for every style. Just which facets of the font object would you say need to be changed across all styles and would everyone agree with you? Just a few thoughts I had on it... Enjoy!! ~~Ammon ;~> ps. You could change the code there a bit... foreach [style face] rebol/view/vid/vid-styles [ face/font/name: "Verdana" ] and get the same result...