How to install a font in VB.Net?

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
E

Elmo Watson

How can you 'install' a font, using VB.Net?

I tried System.IO - just copying it, but it didn't add it to the system's
list of installed fonts immediately. when my app loads, it populates a
combobox with the installed fonts - then, I need to install a font, clear
the list, and then fill the list again, including the new font.
 
Back
Top