X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Subject: Re: [geda-user] Text scaling during zoom in gschem From: Stefan Salewski To: geda-user AT delorie DOT com In-Reply-To: <20121018093927.1dd2dbda@svelte> References: <507b8d7c DOT 8ad3440a DOT 7926 DOT ffff8637 AT mx DOT google DOT com> <20121015092411 DOT 4eca1f3f AT svelte> <20121015171327 DOT GA25788 AT localhost DOT localdomain> <1350343173 DOT 2413 DOT 29 DOT camel AT AMD64X2 DOT fritz DOT box> <20121017170502 DOT GA6695 AT localhost DOT localdomain> <20121017102314 DOT 0dbdba04 AT svelte> <507F173E DOT 5000209 AT sbcglobal DOT net> <1350518911 DOT 2469 DOT 5 DOT camel AT AMD64X2 DOT fritz DOT box> <20121018093927 DOT 1dd2dbda AT svelte> Content-Type: text/plain; charset="us-ascii" Date: Fri, 19 Oct 2012 00:18:13 +0200 Message-ID: <1350598693.2512.4.camel@AMD64X2.fritz.box> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit 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 On Thu, 2012-10-18 at 09:39 -0700, Colin D Bennett wrote: > On Thu, 18 Oct 2012 02:08:31 +0200 > Stefan Salewski wrote: > > > But currently I have no idea how to check what font an application > > really uses. At least it must be one of the gentoo (Gnome2) base > > fonts, I have no extra font packages installed. > > I have wondered this too. A few minutes of research showed that > fontconfig, which implements the font matching algorithm, has a > nice FC_DEBUG environment variable that is useful. > > Try running gschem like this: > > FC_DEBUG=1 gschem > Good to know this, thanks. Seems that on my gentoo box gschem uses DejaVuSans.ttf. Other Gnome2 tools like gedit or eog uses that font too, it seems to be the default for my box, and works fine for gschem. stefan AT AMD64X2 ~ $ FC_DEBUG=1 gschem|egrep "^\s*(fullname|file):" fullname: "DejaVu Sans"(w) file: "/usr/share/fonts/dejavu/DejaVuSans.ttf"(w) fullname: "DejaVu Sans"(w) file: "/usr/share/fonts/dejavu/DejaVuSans.ttf"(w) file: "/usr/share/fonts/urw-fonts/n019003l.pfb"(w) (gschem:2630): GLib-GObject-WARNING **: g_object_set_valist: construct property "type" for object `Log' can't be set after construction file: "/usr/share/fonts/urw-fonts/n019003l.pfb"(w) file: "/usr/share/fonts/urw-fonts/n019003l.pfb"(w) file: "/usr/share/fonts/urw-fonts/n019003l.pfb"(w) stefan AT AMD64X2 ~ $ stefan AT AMD64X2 ~ $ stefan AT AMD64X2 ~ $ stefan AT AMD64X2 ~ $ stefan AT AMD64X2 ~ $ stefan AT AMD64X2 ~ $ FC_DEBUG=1 eog|egrep "^\s*(fullname|file):" fullname: "DejaVu Sans"(w) file: "/usr/share/fonts/dejavu/DejaVuSans.ttf"(w) fullname: "DejaVu Sans"(w) file: "/usr/share/fonts/dejavu/DejaVuSans.ttf"(w) stefan AT AMD64X2 ~ $