RText is a prototype replacement for the Text command. It adds several new features:
RText objects gets the default font, font size, and other properties from Annotation Styles. This lets you change the way multiple text objects look by changing the appropriate Annotation Style, rather than changing each piece of text individually.
Individual words, phrases, or the whole block of Text can be formatted with Bold, Italic, and Underline.
Text wrapping is controlled with a ruler in the RText dialog. It can also be controlled with grips on the object after itās added to the model.
A future release of Rhino WIP will replace the current Text command with RText.
The list is populated with the styles in your file.
If you started Rhino with an inch template, you would not have mm styles on the list.
You can import or create new annotation styles and then they will show up on the list.
Great!!
Please consider strike through.
I use this a lot in programs that support itā¦
And please make this text formatting thing part of the notes pane.
I like the possibilities of this so far. See one formating problem.
If you open existing rtext to modify it, changing the right left justifying of the the text field it will move the block of text positionally but not update the actual justification until you also alter the Vertical justification to refresh it.
Color and strikethrough are supported at the low level by RText and by rtf parsing. Not connected up to reality yet and Iām not sure how many details need to be hooked up, but probably not too many.
I donāt think the notes pane would be exactly connected to this but it could be an Eto RichTextArea I suppose.
Iāll look at the failure to rebuild the justification.
The wrapping is pretty ragged so far in whatās out there too. I made a lot of progress on that yesterday and today
Rhino WIP for Mac is still based on V5 code.
After V6 for Windows is released, then we will work on getting Mac Rhino shifted over to the V6 code base.
One of the reasons we had decided not to add color was because of the confusion that would be created by the fact that for all other objects, color is set at the object or layer
How would the text colour then show in the Properties panel, if only part of the rich text had its colour changed?
I like the idea of being able to change text colour for part of the text, btw - just trying to think about how the added layer of complexity is handled.