X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=vlGMfVOE4ujj82IpoiP94F7r4cNBxwdm6TTi7DKBpAE=; b=Q6Ge/vrqxjOY+u/1k8h/2vCPyQHxu1bInWlLGgx2fzX4VnU0iQY1EXPlfdRYmPUfts J2A1w/97A9rm1wWzq+2jP9vNjHlhVONsQwbxXxTPAMN8VGbE/15fIkhpviV4VrXCGMbT qGZ8MO5GdjS3N24JaOOSHgwS33AgONG/aAdn50hR4JVZT1cVGmhFJk2e3JlEV8GSG40C SPaN7BQ1F6sx9q4l6iP3ujTUWKdIX4VGwwPRs5ontPFCT6QjQ6bKcI3+uyaCXQFSiM89 FWAGCi5cvVa88YcME8G5Em34nHWjQKO+PWYeL42QzLxkNn8BoI7UZoGxuicD2FPuxKpp 00mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=vlGMfVOE4ujj82IpoiP94F7r4cNBxwdm6TTi7DKBpAE=; b=tL+hbSKiMoCea4EoGw6BaErPBvmctfJudjCzVqB+sBWjN942KLRq3cgD7ggIvhgqLN FfQjNOwLL+hrIf0YzosUoRM2cOkXbIweYZs1uIFygLXvfGANsQAutQX7e6GEmG3DjjfY urFumosTToViVK9KOd3al2AmawndNThoO04X9ObBOSX3Ov8AXGH9DsmuGI9GMRg3ViUN FD/EvOXPUOr/q8YPUVi7fcFoJFanvjd9/rr8BYZLnvl17i3NvB6Eq+xKS14qsAudphS4 /sVaivBFrP77Q1vTAwik4od9QK2YIWn9TI/i5ldov5aT3cC564UyTb8sBKuDfMOY9xut eDpw== X-Gm-Message-State: AFeK/H35a0K3iipjUfiNKJkLOzp09EUnbWI/yA7XegwggflkwqqPsgMaOpAVwCNFJpPubSwrdXJC1NIzN8kRyw== X-Received: by 10.28.96.130 with SMTP id u124mr11653972wmb.81.1489420027978; Mon, 13 Mar 2017 08:47:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Mon, 13 Mar 2017 11:47:07 -0400 Message-ID: Subject: Re: [geda-user] [pcb] [dev] misfeature/bug report: fontmode, a.k.a. fontedit() is editing the wrong font To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=001a1148f03ab06f93054a9e9f10 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 --001a1148f03ab06f93054a9e9f10 Content-Type: text/plain; charset=UTF-8 When the font editor is started, it first creates a new board, then loads/converts the font. This means if the user has replaced the font in a pcb, the font editor will still edit the default font. In mainline, the default font isn't hard coded, it resides in a file. And the file that's used can be specified in the command line, so the user can load pcb with whatever font they want to edit. What's the intended method for saving the font to a file? Save the dummy pcb, then cut it out with a text editor? At the moment, yes. I'm planning to fix this in my font branch, but haven't gotten around to it yet. --Chad --001a1148f03ab06f93054a9e9f10 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

When the font editor is started, it first = creates a new board, then loads/converts the font. This means if the user h= as replaced the font in a pcb, the font editor will still edit the default = font.=C2=A0

<= div dir=3D"auto">In mainline, the default font isn't hard coded, it res= ides in a file. And the file that's used can be specified in the comman= d line, so the user can load pcb with whatever font they want to edit.

<= div class=3D"gmail_quote">
What's the intended = method for saving the font to a file? Save the dummy pcb, then cut it out w= ith a text editor?

=
At the moment, yes. I'm planning to fix this in= my font branch, but haven't gotten around to it yet.

--Chad
--001a1148f03ab06f93054a9e9f10--