How do we rotate text inside symbol?

Search for “SW_Coded_SH-7010” in standard library. How do I rotate numbers there? I see no GUI option for text angle, in v6.99 at least…

There is no GUI for it, you have to hack the symbol library files currently (which are editable as text).

2 Likes

Quick example - Here’s what I did:

• Created the Text in LibreDraw (could use any Graphics program and, best to use Transparency background)
• Exported the Text as .PNG
• Opened the PNG in Kicad’s Image Convertor (set to Black/white and set Threshold and Size
• Exported as Symbol
• In Symbol Editor, Import the exported file (must Import Symbol, not add symbol)

Now can edit/tweak as you would any symbol

(I drew arrow, box…)

EDIT: Clarification: Import Symbol when in the Symbol
Editor

Final Result in Schematic Editor

Image Convertor Tool

1 Like

For further reading, click on the title below…

1 Like

Yep, I have created a duplicate issue of yours, sorry :slightly_smiling_face:

Or, in 6.0, select text in symbol editor, cut, paste into any text editor, change the rotation in ⅒°, select all, copy, and paste back into symbol editor.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.