X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 22 Sep 2015 17:46:35 +0200 (CEST) From: Roland Lutz To: "Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Apollon the technical thread In-Reply-To: Message-ID: 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> <201509220522 DOT t8M5M6WF010656 AT envy DOT delorie DOT com> <20150922065143 DOT GA25726 AT visitor2 DOT iram DOT es> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Tue, 22 Sep 2015, Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > There is no need to depend on the availability of external fonts on a > particular system. I believe the lowest overhead way of doing this > would be to convert a true-type font to primitives (lines, arcs, > circles) and package it as a set of footprints in the layout database. > All that is needed is a script to convert a range of characters in a > true-type font into a library of footprints. That way, when a text > primitive is inserted into a design, the graphical editor just inserts > the converted footprints for each character. Also, depending on external fonts is a bad idea for PCBs because a font change may alter the layout, which is something a layout software should never do. If you prefer true-type fonts (IIRC, most people who I talked to prefered stroke fonts for PCBs), extending the font format to support filled shapes defined by lines and arcs (true-type fonts don't support proper circles) sounds like a viable solution.