G
Guest
We have a .Net 1.1 application that runs as a Service. It prints to various
printers. It uses a custom font that we have created.
Sometimes when we install the application on a new server and install the
font, we have to reboot the server *twice* before the application recognizes
the font.
The first time we reboot, the application does not recognize the font. It
prints with a generic font that looks like Arial. However, if we start up
WordPad, WordPad *does* recognize the font, and prints properly.
We have tried installing the font by copying the TTF file to the Fonts
folder, and by using the Control Panel Font application, with similar results.
We create text for printing by means of the Graphics.DrawString method.
Is there any explanation for this, and/or way around it?
printers. It uses a custom font that we have created.
Sometimes when we install the application on a new server and install the
font, we have to reboot the server *twice* before the application recognizes
the font.
The first time we reboot, the application does not recognize the font. It
prints with a generic font that looks like Arial. However, if we start up
WordPad, WordPad *does* recognize the font, and prints properly.
We have tried installing the font by copying the TTF file to the Fonts
folder, and by using the Control Panel Font application, with similar results.
We create text for printing by means of the Graphics.DrawString method.
Is there any explanation for this, and/or way around it?