www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/10/21/22:40:34

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
Date: Sat, 22 Oct 2016 04:38:25 +0200 (CEST)
X-X-Sender: igor2 AT igor2priv
To: "Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu"
From: gedau AT igor2 DOT repo DOT hu
Subject: Re: [geda-user] Some PCB usability questions wrt RefDes text, bom
In-Reply-To: <1477089908.2909.123.camel@linetec>
Message-ID: <alpine.DEB.2.00.1610220425100.7286@igor2priv>
References: <1477080832 DOT 2909 DOT 106 DOT camel AT linetec> <201610212041 DOT u9LKfw5r031245 AT envy DOT delorie DOT com> <1477089908 DOT 2909 DOT 123 DOT camel AT linetec>
User-Agent: Alpine 2.00 (DEB 1167 2008-08-23)
MIME-Version: 1.0
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


On Sat, 22 Oct 2016, Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com] wrote:

> DJ Delorie schreef op vr 21-10-2016 om 16:41 [-0400]:
>>> Question: Is there a simple way to change or set the RefDes text size of
>>> all selected elements?
>>
>> :ChangeSize(SelectedTexts,...) but I don't recall what
>> the meanings of the values are
>
> Hm, apparently, it should be something like
>
> :ChangeSize(SelectedTexts,+5,mil)
>
> or, by inference
>
> :ChangeSize(SelectedTexts,0.5,mm)


Or you can just use pcb-rnd and the property editor dialog box:

http://igor2.repo.hu/tmp/propedit5.png

1. select all the element names you want to change (or you can just select 
the elements, doesn't really matter); top window on the sceenshot

2. ctrl+e; this brings up the property editor on all selected objects 
(bottom window on the screenshot)

3. select the row p/text/scale

4. edit the bottom left "change property of all objects" from 100 to 50 
(note: text scale is in %; 100 is the default text size)

5. click apply, close the property editor


Alternatively you can do this without the dialog box (and from within the 
lesstif or batch HID) using the propset() action:

1. select your element names or elements

2. execute action propset(p/text/scale, 50)


(Please use pcb-rnd from svn for this, the last release still had a bug in 
element-text handling in the property editor)

HTH,

Igor2


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019