Thanks, I can use this ! ==christophe
> -----Original Message----- > From: Jean-Francois Bouzereau [SMTP:[EMAIL PROTECTED]] > Sent: 07 Jan 02 20:58 > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: Font size when text used into 'draw > > Coussement Christophe wrote: > > how can I determine the size (and other properties) of the text font > when > > used into a 'draw block ? > > > Hello, > I would use something like: > > my-font: make face/font [ > size: 50 > ] > > view layout [box 300x100 effect [draw [pen red font my-font text "Hello" > 20x20]]] > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
