I have created a WinForm app which has some labels with an special font that is not installed on clients' PCs, so when any of my clients run my app, font of labels are different. I have searched about this to find a solution & there were some options like adding font to resources and then set the properties of any control on app programmatically, so on; but I don't want to change the fonts of controls one by one programmatically! I want to have the labels with my special font when I add them to my app & I want that it looks like mine on cliens' PCs.
First question: How can I do this?
If it's not possible,
Second question: How can I install the fonts on Clients' PCs without letting them know? I mean, how can I install fonts programmatically not just on my project, but for Cliens' OS?