Hi, how do I write subscript in a label or a textbox?
For example C8 where the number 8 would be subscript.
C<sub>8</sub>
Hi, how do I write subscript in a label or a textbox?
For example C8 where the number 8 would be subscript.
C<sub>8</sub>
You could use a RichText
with these properties:
to get this result:
Alternatively, if the Rich Text padding is too much, and you need it to be a Label/TextBox, then you could use the corresponding Unicode character, e.g., from https://www.unicodetables.com/
C₈
Above, I’ve copied and pasted directly from their Superscripts and Subscripts PDF.