X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sun, 4 Jun 2017 19:48:07 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: [geda-user] [pcb-rnd] UI improvement: move text with proper outline Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi gEDA users, I am working on the subcircuit upgrade. Since subcircuits can be moved and can contain text, I felt it was a good time to fix a long standing UI inconvenience. When text is grabbed for a move, it is indicated with a bounding box instead of the readable outline of the text. https://archive.org/details/pcb-rnd_text_outline_old This is unlike other objects (line, arcs, polygons, vias) which have proper outline drawing. The new code, available in svn, draws the outline of the text, using the font the text uses: https://archive.org/details/pcb-rnd_text_outline_new This has been tested with lines, arcs and polygons in font and multiple fonts on the same design - all work properly. Thanks to bendikss for recording the videos. Regards, Igor2