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=JQNrorOzLIZArjdYV33GN7O2Gb6IgLH3PnjqF1q+ugU=; b=yIu4yblOZ9X2lnS/81CvYx0+kp2OnrkdWqT7bIN8NXbWp/ah4ja9kFn55FSh3w2KLN EHWVyYOp12TNR6eXqW2BW8MS00Ku6cPALUATwL8g2scGjsxRQlKsKJi5hVP1h3v5qnF/ BYOmTW7LxFYIIXBCWQyn+X9tvgKisEvOSKECeDU8EbmEMwNER9QqX3u7xL7Xt0OMlzfP EAg1VW9NDv6ybV8uZVknmCAQ5O94DJFoOQMHB52HgL3KzsyKBVCG4jDzSPPl4hhiLKIy SiMOZ41RYdlgdpusvmoZaLSyyL2iiPYLA1GLPJpdQKjlBBHJmrVVlaILNDtVI1fdnUNi UTlA== X-Received: by 10.180.91.12 with SMTP id ca12mr19085417wib.4.1442915856148; Tue, 22 Sep 2015 02:57:36 -0700 (PDT) Date: Tue, 22 Sep 2015 11:57:31 +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 (gerber font) Message-Id: <20150922115731.10568cb684859ab811ff5956@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> <201509220522 DOT t8M5M6WF010656 AT envy DOT delorie DOT com> <20150922065143 DOT GA25726 AT visitor2 DOT iram DOT es> 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, 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]" < > > 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) here http://www.artwork.com/gerber/274x/rs274x.htm there are the primitives: Circle, Line vector, Line center, Liner-Lower left, Outline, Polygon, Moire, Thermal. I guess these primitives could make a font and I think the are macros in the gerber file formats. With macros for the characters there would be a gerber font.