Is there a way or an API to install a font on the PC for every user, without logging off or restarting the PC?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See the MSDN document, Font Installation and Deletion, for full details. In summary:
%windir%\fonts).AddFontResource()to ensure the font is immediately available.WM_FONTCHANGEmessage.Thanks to @Alex K for cleaning this up and adding the fine detail.