1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-08-25 15:47:44 +03:00
eda-tools/sch2fig/TODO
Werner Almesberger a36ec41dc6 sch2fig/lib.c (draw_pin_name, draw_pin_num), TODO: support "outside" pin names
There's still a rotation bug affecting this, but this existed before.
2016-07-26 13:45:19 -03:00

15 lines
547 B
Plaintext

- better text size guessing
- hierarchical labels
- sub-sheets
- unify alignment, direction
- support fonts attributes ?
- support line thickness ?
- ~ as space (grep for ~ in out.fig)
- ~ as overline (grep for ~ in out.fig)
- glabel: build for "right" style, then rotate poly
- break into file reading, internal storage, rendering
- show open pins / wires
- check remaining alignment / direction / rotation cases in switch statements
- convert abort / assert(0) to proper error indications
- support mirroring (and detect-complain if unexpected)