X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: geda-user AT delorie DOT com Subject: Re: [geda-user] Text on solder side not mirrored. In-Reply-To: (geda-user@delorie.com) Date: Wed, 30 Jan 2019 18:44:34 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk The key code is this: if (GetLayerGroupNumberByNumber (INDEXOFCURRENT) == GetLayerGroupNumberBySide (BOTTOM_SIDE)) flag |= ONSOLDERFLAG; As long as the layer you're putting the copper text on is a "bottom layer" according to the layer groupings, the text should be created inverted. So, check your layer groups. Beware that the default GTK theme makes it nearly impossible to tell what checkboxes are checked. Make sure that the layer you're editing shares a group with the "bottom" special layer.