Copy link to clipboard
Copied
I figured out an easy way to make text monospaced using the vertical type tool.
You can get around the spacing issue by applying the following expression to your source text:
value.replace(/ /g, " ");
Copy link to clipboard
Copied
That's a great trick. Thanks for creating and sharing the tutorial.
Best,
Nishu
Copy link to clipboard
Copied
That's really nice of you! A long time trying to figure it out to make my animations here, and now, saved by yout tip. Really thanks dude!