X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Date: Wed, 2 Sep 2020 14:48:30 +0200 (CEST) From: Roland Lutz To: "Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via geda-help AT delore DOT com]" Subject: Re: [geda-help] Shifting Text In-Reply-To: <396df3f1-e447-b5ac-6120-4b96acbcb542@yahoo.com> Message-ID: References: <8ca87b95-6b3c-0832-e98a-7d9e743fe7ff AT yahoo DOT com> <396df3f1-e447-b5ac-6120-4b96acbcb542 AT yahoo DOT com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Glen, I think this may be due to a problem with the font metrics cache. Could you please replace line 862 in libgedacairo/edarenderer.c: metrics = g_hash_table_lookup (renderer->priv->metrics_cache, &size); with: metrics = NULL; then recompile and see if the problem persists? Roland