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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
CONTENTS DELETED
The author has deleted this message.
|
In reply to this post by Ricardo Terra
It does work! Thanks a lot Milton.
Cheers, -- Ricardo Terra _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by akevalion
Hi!
I have just added RTLabelled>>fontSize: Check this: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= v := RTView new. vv := 10 to: 100 by: 10. shape := RTEllipse new size: #yourself. es := shape elementsOn: vv. v addAll: es. es @ (RTLabelled new fontSize: #yourself). RTCircleLayout new radius: 250; on: es. v -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cheers, Alexandre On Jan 22, 2015, at 12:31 PM, milton mamani <[hidden email]> wrote: -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
nice. On Fri, Jan 23, 2015 at 6:43 AM, Alexandre Bergel <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Ricardo Terra
That is even better!
-- Ricardo Terra On Thu, Jan 22, 2015 at 11:43 PM, <[hidden email]> wrote: Hi! _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |