0

Currently I make a schematic library for MCP23017 and I have a little problem. I want to add something like this:
enter image description here

to my pin name, but I don't know how to do this in Altium. I can add underline , but not top line.

If somebody know how to add top line on text I would be grateful for help.

MatosKW
  • 15
  • 1
  • 2
  • 10

2 Answers2

1

There's a setting to allow you to invert the whole string without having to plop \ after each character. It's in Tools -> Prefs -> Schematic -> Graphical Editing "Single '' Negation". In this case you put a single backslash in the beginning.

Barleyman
  • 190
  • 11
0

I found the answer, based on docs (Tips section at the end of article). You must use char \ after character, for example:

enter image description here

Result:

enter image description here

I hope that help everyone who have same problem.

MatosKW
  • 15
  • 1
  • 2
  • 10