[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: YARR (refdes-update)



On Fri, Feb 16, 2007 at 10:17:53PM -0500, DJ Delorie wrote:
> 
> So, it's a race between refdes update utilities and PCB HIDs?  ;-)

Actually I started hacking on djboxsym, got frustrated, started over
and I'm up to about 550 lines of perl, and you can do things like:

        # Labels appear at the lower left of the part box
        gaf::gsave;
        gaf::rmoveto(0, -50);
        foreach my $label (@{$self->{labels}->{pins}}) {
                gaf::text(str => $label->{label}, color => 5, alignment => 2);
                gaf::rmoveto(0, -$pinspacing);
        }
        gaf::grestore;

Let the race begin.  ;-)

-- 
Ben Jackson AD7GD
<ben@xxxxxxx>
http://www.ben.com/


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user