Question
Easy trick to make any text monospace
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, " ");
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, " ");
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.