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.
 
Top