
where each letter (a, b, c, +, =) is a different text object. (used split-text extension)
Now I'd like to try out varying gap between each object to find the optimal length for my purpose. Something like one of these -
Code: Select all
a + b = c
a + b = c
a + b = c
I can do this by moving the last letter (c) to the desired place, selecting the line, one of the distribute buttons in align-distribute tool. (Even that becomes tricky when condensing a line rather than expanding it.)
- Is there an easier way, like selecting the group and dragging a corner (with a hotkey), which won't stretch/resize the objects but adjust the gaps?
- How do I collapse objects together? (remove gaps between them, a + b becomes a+b, without overlapping, preserving order & size)
- How do I set a specific gap (say 2 mm, horizontally) between two objects?
I know new text kerning tools are handy for such tasks. But my problem is not limited to text objects.
Thanks in advance