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

[REBOL] Re: Changing font type in REBOL/View

From: jelinem1:nationwide at: 14-Mar-2001 13:28

Here's how I do it. Within the list definition, I define the text rows as: text 1000 with [font: [name: "courier new" size: 14]] - Michael Jelinek [wonko--algonet--se]@rebol.com on 03/14/2001 02:33:23 AM From: [wonko--algonet--se]@rebol.com on 03/14/2001 02:33 AM Please respond to [rebol-list--rebol--com] Sent by: [rebol-bounce--rebol--com] To: [rebol-list--rebol--com] cc: Subject: [REBOL] Changing font type in REBOL/View Changing font type in REBOL/View Hello! How should I do if I want to change the font type and size for a text-list box in a layout? Best regards, Peter Carlsson