Try this code:

.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.
v := RTView new.
box := RTBox elementOn: nil.
v add: box.
label := RTLabelled new text: 'blabla'.
box @ label.
label lbl fontSize: 50.
box trachelShape translateTo: box trachelShape position.
box @ RTDraggable.
v
.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.

2015-01-22 12:02 GMT-03:00 Ricardo Terra <rterrabh@gmail.com>:
Hi everyone,

I'm working on a visualization using Roassal where
I created a label for a RTBox:

box @ (RTLabelled new text: (Text fromString: 'blabla')).

It works perfectly, but I'd like to change the font size of
the text. Does anyone know how to do it?

Cheers,
--
Ricardo Terra

_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev