Index: action_src/aligntext.html =================================================================== --- action_src/aligntext.html (revision 30778) +++ action_src/aligntext.html (nonexistent) @@ -1,22 +0,0 @@ -

-AlignText(X, [Lefts/Rights/Centers, [First/Last/pcb_crosshair/Average[, Gridless]]]) -

-AlignText(Y, [Tops/Bottoms/Centers, [First/Last/pcb_crosshair/Average[, Gridless]]]) -

-Arguments: -

- -
X or Y - Select which axis will move, other is untouched. - -
Lefts, Rights, Tops, Bottoms, Centers - Pick alignment point within each element.
NB: text objects have no Mark. - -
First, Last, pcb_crosshair, Average - Alignment reference, First=Topmost/Leftmost, Last=Bottommost/Rightmost, Average or pcb_crosshair point \n - -
Gridless - Do not force results to align to prevailing grid. \n -
-

-Defaults are Lefts/Tops, First Index: action_src/distributetext.html =================================================================== --- action_src/distributetext.html (revision 30778) +++ action_src/distributetext.html (nonexistent) @@ -1,20 +0,0 @@ -

-DistributeText(X, [Lefts/Rights/Centers/Gaps, [First/Last/pcb_crosshair, First/Last/pcb_crosshair[, Gridless]]]) -

-DistributeText(Y, [Tops/Bottoms/Centers/Gaps, [First/Last/pcb_crosshair, First/Last/pcb_crosshair[, Gridless]]]) -

-As with align, plus: -

- -
Gaps - Make gaps even rather than spreading points evenly. - -
First, Last, pcb_crosshair - Two arguments specifying both ends of the distribution, they can't both be the same. - -
-

-Defaults are Lefts/Tops, First, Last -

-Distributed texts always retain the same relative order they had -before they were distributed.