X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Envelope-From: paubert AT iram DOT es Date: Sun, 23 Sep 2012 01:05:27 +0200 From: Gabriel Paubert To: geda-user AT delorie DOT com Subject: Re: [geda-user] Adjusting the Size of Junction Circles and Printing UTF-8 Characters in gschem Message-ID: <20120922230526.GA7990@visitor2.iram.es> References: <505E2B06 DOT 4040004 AT innocent DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <505E2B06.4040004@innocent.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SPF-Received: 2 X-Spamina-Bogosity: Ham 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 Sat, Sep 22, 2012 at 05:17:58PM -0400, Gus Fantanas wrote: > Hello All— > > > I was able to get gschem to print in color by adding one line to > ~/.gEDA/gschmerc : > > (load (build-path geda-rc-path "print-colormap-lightbg") > > This allows me to have dark background on the display and white (non-colored) background on the printed schematic, saving printer toner. However, two things prevent me from having the perfect gschem printout: > > 1. In light background (e.g. print) the filled circles of junctions look kind of small. Is there any way I can make them bigger? I looked at all configuration files and consulted the wiki, but found nothing about the size of junction circles. > No idea. > 2. (I asked a similar question before.) gschem displays UTF-8 characters faithfully, but does not print them. I do not understand how that can happen. Does gschem use different character sets for displaying vs. printing? Currently, the UTF-8 characters are just skipped on the printed output. I would like to be able to print them. > I believe that it is a matter of using cairo for all rendering, whether screen (done) or print/export (ps, pdf, and other formats). I don't know what it would take in terms of developer time to implement it. My feeling is that it does not present major technical difficulties, but is quite time consuming. Gabriel