Installing Fonts

  • Thread starter Thread starter rsine
  • Start date Start date
R

rsine

I am interested in writing an application to install fonts on our web
server. Currently, when the server is rebooted, one has to remember to
run an asp page that has the code built into it to install the fonts. I
would like to right a .Net program that runs at startup to do this. So
far though, all I can find to do this are references to the
PrivateFontCollection. This appears to make fonts available only to the
application and not to the system. How can I make fonts available to
the system?
 

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