Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am using vs2008,c#.net window application.
I want to include font file in my setup.In file system i haved added special font folder. but i don't know how to pick ttf file from the system.

how to find ttf file in system and how to include in my setup.

i haved checked this link but i m'nt getting understand.
http://jgvimalan.wordpress.com/2011/02/22/installing-font-using-c-setup-project/[^]

so plz help........
help will be appreciated

mukesh
Posted

1 solution

Hi,

1.use this path
C:\WINDOWS\Fonts

2.Select Font Name which you wish.
3.copy font and paste your location.
4.create setup and add special font folder.
5. add file and specify path from the font.
6. after complete setup try to run.

thnk's
mukesh
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900