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=CaWhsYTBTQU6kUbmJUNkQEl+h/atACEIA2l9DcfXuDY=; b=nQiNL20clAgrLfP68A5sqh3wgjVhZbhbetjMhn5gwSf1clYIJwXadHoC4KgQH/FdqG PjCHEl5nee0F4iBOid+kh6jIpdyN4FW0ezVoEPog/1quKaL+XRBgRKEFU4iwu8iZ8H3g /s/oThVvOOmdrSz7HskgVwPgABGO8k/SsstJwR4LiNY1T5uxTcBA/WZW1wtnlK9DPve0 EcTLRVd73TGVtCUOjMEdHt/HCBPPtkoaW0rqU93KsNc6jWxlOlkH05QmFsmsWuzfFN93 T/SUP5HuGEgILnjDdkA/itLmJ648dACW8co0MZ1qKhASncceRo77CicN4TXX5UxfUxza ee6w== X-Received: by 10.180.23.231 with SMTP id p7mr2978393wif.30.1443000521701; Wed, 23 Sep 2015 02:28:41 -0700 (PDT) Date: Wed, 23 Sep 2015 11:28:39 +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: <20150923112839.bdc9d0ead29c8df8f60820d5@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> 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 > > Yes, text is not yet implemented. My take on this is to use > > graphical primitives, and draw texts from those, just like gEDA/pcb > > uses lines. > > > This feels backward to me. It was so nice when gschem finally replaced > stick-letters by a real font via cairo. I'd rather go the other > direction and also introduce real fonts to pcb. 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. Even though the functionality might be missing right now it might be implemented in the future.