Super and subscript

Use this forum to ask questions about how to do things in QCAD.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Super and subscript

Post by andrew » Thu Oct 03, 2019 3:53 pm

From a QCAD user:
How can I format text as superscript / subscript / both?

User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Re: Super and subscript

Post by andrew » Thu Oct 03, 2019 4:00 pm

The DXF/DWG code for superscript / subscript is:

Code: Select all

\SA^B;
where A is superscript and B is subscript. Both are optional. This is also known as "stacked text", when superscript and subscript are used at the same time:

Code: Select all

ABC\SA^B;
Screenshot 2019-10-03 at 16.59.42.png
Screenshot 2019-10-03 at 16.59.42.png (22.6 KiB) Viewed 1863 times

Post Reply

Return to “QCAD 'How Do I' Questions”