Symbols in Label Text Property

  • Thread starter Thread starter fripper
  • Start date Start date
F

fripper

I want to add a symbol (in this case the symbol for Pi) in the middle of the
text property of a label control. I cannot figure out how to do this ...
can someone point me in the right direction?


Thanks
 
fripper said:
I want to add a symbol (in this case the symbol for Pi) in the middle of
the text property of a label control. I cannot figure out how to do this
... can someone point me in the right direction?

Start "charmap", enter "pi" into the "Search for" box and search for the
character. Then simply copy the character and paste it into the label's
'Text' property. Note that you'll have to use a font which contains a glyph
for the pi character.
 
fripper said:
Of COURSE! Why didn't I think of that?!? Thanks Herfried.

I am glad it worked for you. However, be sure you are using a font which
you have the rights for distribution for when using it in an application
which gets distributed to clients.
 

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

Back
Top