Copy link to clipboard
Copied
I'm working on a map with hundreds of labels, each associated with a point location, which are small circles. Labels are positioned to the left of the circles, with the last letter touching the circle. Client needs to be be able to edit the text and/or it's point size. Since the text is anchored on the left, this shifts the text away from or on top of its associated circle. Result is utter confusion, labels losing their visual link to their circles.
These circles and labels are created in GIS software, which will only create left-justified text. I export the GIS circles & labels to svg file and then open that in Illsutrator.
So I'm looking for a workaround or script to reverse the justification en masse. Process or script would be:
User manually selects some or all of the type on a single layer.
For each selected text object:
if object is left-justified:
get length of text
change to right justified # (shifts text to the left)
move text to the right by its length
Any help or suggestions are appreciated
You don’t even need a script:
Copy link to clipboard
Copied
There are scripts that do it. For example here, provided by sky-chaser-high:
Copy link to clipboard
Copied
You don’t even need a script:
Copy link to clipboard
Copied