How do I embed my own fonts in a WinForms app?

后端 未结 5 1345
醉酒成梦
醉酒成梦 2020-12-02 15:23

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

5条回答
  •  一向
    一向 (楼主)
    2020-12-02 16:11

    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).

提交回复
热议问题