Mail Archives: geda-user/2016/10/21/22:40:34
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 -