SubscriptTool
The Subscript tool makes text subscripted. It is a toolbar icon when appropriate, but you can also make a text selection subscripted in the properties window
See also:
| Tool | 
You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:
- 
                            To refer to it by name, use 
SubscriptTool(make sure the library Library.Tools.Write is included with Include Libaries) - To refer to it by its full path, use 
Library.Tools.Write.SubscriptTool 
See also: