I want to embed fonts in my WinForms application so that I don\'t have to worry about them being installed on the machine. I\'ve searched a bit on the MSDN site and found a
Can't I just use the resource part of my app?
Yes, but need to be native resources rather than .NET resources (i.e. using rc.exe, the native resource compiler).