Formatting text in Dynamo

HI all!

Is there a way to format a text in Dynamo? I am trying to insert some Notes into a drawing and some text needs an underline or be written in cursive. Is there a way to achieve this?

Thank you!

Hi,

Easiest solution I see is to pre create the text type that you need, and just set it with a SetParameterByName node in dynamo.


Hope it helps.

1 Like

We would need more info in order to give you better feedback. However, Revit’s text editor is notoriously bad (limited). It may not be your best option if formatting is the main goal.

1 Like

Apologies for not being specific enough. This is for C3D and not Revit. I have found a workaround! Rather than creating the MText through code block/strings node, I have saved the notes as a block in my resources folder. Then, I imported it do my drawing and created a block reference. See the screenshot below: