how to get custom font in text box or label control

  • Thread starter Thread starter Joanne
  • Start date Start date
J

Joanne

hi

I need to display a custom font from a text control or label. I can place
the font on my pocket pc in the windows/font directory then open it in
pocket word and all looks well. but i would like to make my application text
box use the font. how can i get visual studio to use my custom font from the
development environment? can i place the font file ttf in a special
directory where VS will see it then allow me to pick the font for a text box
in my app?

thanks :)
 
Just install the font on your desktop.
(Drag-n-drop the ttf file into the X:\Windows\Fonts directory
 
Back
Top