我关注了我的项目this answer,但由于找不到文件错误而无法启动。
A first chance exception of type 'System.IO.FileNotFoundException' occurred in System.Drawing.dll
Additional information: File not found.
这是我的代码:
PrivateFontCollection modernFont = new PrivateFontCollection();
modernFont.AddFontFile("digital.ttf");
label5.Font = new Font(modernFont.Families[0], 40);
字体文件位于命名空间目录中,文件路径有问题吗?