I wish to load and use a font to a desktop application in C#. It\'s that possible without installing the font on the system?
It\'s a kind of question like this but n
Load a font from disk, stream or byte array
Try this...
The blog describes how to use the FontCollection classes.