-
Extendscript: Is it possible to get individual character properties including its size and coordinates?
I have to animate a lot of text with multiple color images as part of the text (the same way we use emojis in chats, just as font). Since it’s impossible to do this natively, the basic idea was to use some text placeholders (like special characters) to be replaced by the script with images later. So, is it possible to find the position and rectangle size of these characters?

If not, I will really appreciate any other ideas.