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.
