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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=YKJjdcP+aSIIufUpq69tGKWiVhP+coqeF4fTq8XlkMo=; b=P8Sx9b7omBJYR1WJe6oWFZaF50qJ0yJzeyxrwDJbrjt/k7k0xwOlrmgbbPEzRzRyVW mDVR77iy7+FqBWcoTGSBZtX7LHPTbH9ywUz9ybR5WuqPwh+f79tNUhtq4QMY4bXvk65e vbt8XhpcdVcai2CcJfw8p9RC3Ey7C9qw3vX1icAjYW+/YPWqiJYd9tG78vQTQG6CPbNc NYoDm0LFgbmJp7ECpzl03/GYlNf87ViwwrzeUpJ3eQgSn/Be60IBwoML6UWtNGvjHc4V omrSKFl/+5LrV1fIRVhs13Dn4XRStbj5PvwhkAiYRubJ0HUPogez/wdKBZugnz1cpDrQ uVZQ== MIME-Version: 1.0 X-Received: by 10.182.58.5 with SMTP id m5mr15313133obq.22.1442933598895; Tue, 22 Sep 2015 07:53:18 -0700 (PDT) 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> <201509220522 DOT t8M5M6WF010656 AT envy DOT delorie DOT com> <20150922065143 DOT GA25726 AT visitor2 DOT iram DOT es> Date: Tue, 22 Sep 2015 10:53:18 -0400 Message-ID: Subject: Re: [geda-user] Apollon the technical thread From: "Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 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. On Tue, Sep 22, 2015 at 3:30 AM, Levente (leventelist AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Yes, that would be nice to have pretty fonts on the layout, and also > arbitrary bitmap. To be honest, I don't know how to implement that when it > comes to gerber output. > > Maybe with one of these? > > https://en.wikipedia.org/wiki/Comparison_of_raster-to-vector_conversion_software > > Lev > > On Tue, Sep 22, 2015 at 8:51 AM, Gabriel Paubert (paubert AT iram DOT es) [via > geda-user AT delorie DOT com] wrote: >> >> On Tue, Sep 22, 2015 at 01:22:06AM -0400, DJ Delorie wrote: >> > "Lev (leventelist AT gmail DOT com) [via geda-user AT delorie DOT com]" >> > wrote: >> > > 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. >> > >> > If you are considering a change to how text is implemented, please >> > seriously consider UTF8 plus TrueType (or other external fonts) rather >> > than one hard-coded 7-bit stick-figure font. >> >> Seconded, but I have 2 questions: >> >> Is is possible to guarantee a minimal set of available fonts on any >> system? >> (Honestly I have no idea, I use TeX, never MSOffice or LibreOffice for >> writing documents). >> >> A good library to transform UTF8 8 to vector/polygons that can be used >> for Gerber/gcode? >> (Maybe related to the first) >> >> Gabriel >> > -- Jason White