StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
297 stars 21 forks source link

Preserve text orientation during symbol rotation and flipping #189

Closed georgtree closed 2 months ago

georgtree commented 3 months ago

Hello! I have a question - is it possible to preserve text orientation regardless of symbol rotation and flipping? Mainly I need it during rotation to save readability of component properties - of course I can make text floating and manually rotate each of it, but it is very tedious for large circuits...

Thank you in advance.

StefanSchippers commented 2 months ago

It is better to convert symbol texts to floaters before rotating the symbol. So you don't have to rotate and align the texts, just move them to the best place.

georgtree commented 2 months ago

Good idea 💡, thank you