X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=7DKcCaExhrg/p0/PTshN4qMhjsfrZZiuRGo7TeOlpiw=; b=IokePz/p2+q3FhamIr651U9Iyo11Ycxp4sCeCuZm99MG6FYKWOWi26LMEY1fdUTalJ W+BexMetgnnIbvN8QuOw5YBdn0CSysEjpgke7MnixhSc19ehgxyHZqm0HZVP6gNaWvvQ JycHJkf9RJNVyqqiUJUie36VSO2NaPoFhnuxyKnNAgY/Vj1gx3SQXwr1x9H1+nBQfTJJ GLJAH9O6gHFIg/fKtFJMKbVHMJZH/OVA1XsVdv12eZ6UR70WsBqnyCuWa/9mmYquVyIL lDsHzHr/UuuOR4ICsIo98592YOyODlsK9U12WRKE9erzvNtfGP0dyCWT3fnpOxoVIC3d 7OPQ== Date: Mon, 15 Oct 2012 21:13:27 +0400 From: Vladimir Zhbanov To: geda-user AT delorie DOT com Subject: Re: [geda-user] Text scaling during zoom in gschem Message-ID: <20121015171327.GA25788@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <507b8d7c DOT 8ad3440a DOT 7926 DOT ffff8637 AT mx DOT google DOT com> <20121015092411 DOT 4eca1f3f AT svelte> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20121015092411.4eca1f3f@svelte> User-Agent: Mutt/1.5.21 (2010-09-15) 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 Mon, Oct 15, 2012 at 09:24:11AM -0700, Colin D Bennett wrote: ... > It's as if, when the exact font face (Liberation Sans?) is not > found, some default font is used, without regard to the requested > point size. Exact font is Arial. This is defined in gschem/src/o_text.c in gschem sources. It is used for displaying, for printing output gschem uses Helvetica (and this is defined in libgeda/src/f_print.c). If the exact font is not found, X window system will substitute it with some other font which in its opinion fits best (and the printing system operates in the same way). -- http://vzhbanov.byethost33.com