Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing a font on a client machine

I'm using Visual Studio 2008 and the built-in installation tools for a C# client application. How can I use this installer to install a font on the client machine (if it's not already there)?

like image 782
Andrew Avatar asked Sep 24 '08 11:09

Andrew


People also ask

How do I install a font on my operating system?

Go to search in the start menu. Search for Fonts in settings. Click on the Fonts Folder to open the Font folder. Drag and Drop or Copy and Paste the unzipped fonts files into the Fonts folder to install.

What does it mean to install a font?

Installing a new font lets you use that font to change the appearance of text in your documents.


1 Answers

In VS2005 (so I assume 2008 as well), right click on the File System on Target Machine, Add Special Folder -> Fonts Folder, then place your font file there.

like image 119
Timothy Carter Avatar answered Sep 20 '22 12:09

Timothy Carter