For Unicode, type the following escape sequence into the label text field while creating the dimension or in the property editor:
- Code: Select all
\U+####
Where #### is the hex Unicode of the character to insert.
For example (for an 'A'):
- Code: Select all
\U+0041
Note that the QCAD fonts don't contain glyph definitions for all of the Unicode characters.
To learn how to extend fonts, please refer to this thread:
http://www.ribbonsoft.com/rsforum/viewtopic.php?t=9Since you want to create stacked texts, the escape sequence for stacked text might also be interesting:
- Code: Select all
\Stop\bottom;
This produces "top" over "bottom". See also user manual at:
http://www.ribbonsoft.com/qcad/manual_r ... r23.html#1
-> 23.1 Advanced Text Commands