Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing fonts programmatically

Status
Not open for further replies.

TDelphiLearner

Programmer
Apr 10, 2003
1
GB
Whassup ppl!

I have some fonts stored on a CD and I need to know how to install them programmatically into the folder which stores all the fonts. Can anyone help?

Thanks in advance


 
Hi.
Read Registry, you should get the full path to the fonts directory there: HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders

Then, copy the font files into this directory.



//Nordlund
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top