: You can apply pre-defined styles to text objects or individual characters using specific automation methods like applyStyle() . Troubleshooting Version 1.3.4 If "Omni Toolbox" refers to a specific utility or plugin:

: You can programmatically "make" or insert text using Omni Automation scripts. For example, to create a new text object with a specific style, you would use the new Text(string:String, style:Style) command in the console.

: In the Omni ecosystem, text is often handled as a Text Object . This is a container that stores the string of text along with its formatting (styles) and any attachments.