Is there a way to spread text out a bit?

M

ManningFan

I have a textbox on a form, and I want to make it so that there is a
single space between each letter of text. Is there a quick way to do
this, maybe a text format I'm unaware of? I'm pretty sure I've seen
this capability in another application, though it may have been
Photoshop or something.
 
R

Rick Brandt

ManningFan said:
I have a textbox on a form, and I want to make it so that there is a
single space between each letter of text. Is there a quick way to do
this, maybe a text format I'm unaware of? I'm pretty sure I've seen
this capability in another application, though it may have been
Photoshop or something.

An InputMask of...

a\ a\ a\ a\ a\ a\ a\ a\ a\ a etc.

....will give you that display. Can't think of any other way to do it off-hand.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top