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

[REBOL] Font size when text used into 'draw

From: christophe:coussement:mil:be at: 7-Jan-2002 15:53

Hi Fellow REBOLians: I didn't use draw dialect a lot until now, and I have this little problem: how can I determine the size (and other properties) of the text font when used into a 'draw block ? None of those seems to work :
>> view layout [box effect [draw [pen red text "hello" 20x20 font [size:
50]]]]
>> view layout [box effect [draw [pen red font [size: 50] text "hello"
20x20]]] Thanks for helping me, and Happy New Year to all ;-)) ==christophe