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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=aKwhHfuY634NZVrjUns9hV9FfCholPpeJkfWj/U3GvA=; b=Zku6Z0oows3NfoFH2+/pZaWXXX24F0pAmeQ5EyuijDDt2tqLx5xphKKraS/88M9imV GCHDwhyfe3Lxfw8LamGb68F2UHbzDZrEuW5E/CKYEqFLkGn9KrQBapllsmuUqi2ZoxvT mG7jw9bBk0EIhXwD7ieD3spqI5yQlHaKaxK2wCM6JKD5ptdXTL3QWCy8iVK7XnLbq+v/ lR3++fLlJW2xOIYYyXX+vUVUAfIjQYwbqWSUwP8pG6JlHimZw6CB4827Q3sGPC3luc7I VtHVKiF0G5CxAXBdzAfV9g0e8dz7SR+vq6VADNdF5KaVFXsAntWSPse6sRJGMolKPtoZ CQpA== X-Received: by 10.180.89.101 with SMTP id bn5mr9755747wib.20.1443304161050; Sat, 26 Sep 2015 14:49:21 -0700 (PDT) Date: Sat, 26 Sep 2015 23:49:15 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Apollon the technical thread Message-Id: <20150926234915.d9ee32fcb34bfd25d292074c@gmail.com> In-Reply-To: References: <20150921001659 DOT 0c211170 AT jive DOT levalinux DOT org> <55FF3F4B DOT 8000406 AT jump-ing DOT de> <20150921225908 DOT 480bde74 AT jive DOT levalinux DOT org> <20150923112839 DOT bdc9d0ead29c8df8f60820d5 AT gmail DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 > > For display on the screen I would agree but for the layout data: > > -- There will gerber files, does it work for gerber files? > > -- Does it work for design rule check? > > -- Other electrical tests especially if made in copper? > > > > I would say it would be stupid to choose a font solution that does not > > work with design rule check or electric calculations. > > For the record: current implementation of text in pcb hardly provide these > checks, in the first place. DRC just looks at the line width and > connection check simply ignores text in copper. > > > > Even though the > > functionality might be missing right now it might be implemented in the > > future. If the font should look the same on screen as in the gerbers geometry must be such that it work for gerber files. For DRC to figure out the line width there must be a reasonable method to determine line width. It would be useful to check if text short circuit any connections. If the font library output some kind of bitmadded graphics it might be rather hard to implement check of line width.