in C# winform, I got: “only truetype fonts are supported. This is not a TrueType Font”

后端 未结 5 417
孤街浪徒
孤街浪徒 2021-01-01 13:05

I have C# winform, I installed a couple of ttf fonts, but when i set the text box font to any of the ones i downloaded, i get this error Even though I\'m 100% sure that the

5条回答
  •  情话喂你
    2021-01-01 13:31

    Have font with License "Source Sans Pro". Installed and usable in every MS-Application. For VS Forms-Project, i needed to "reinstall" it with

    Right-click on the Font and select 'Install for all Users'

    After VS restart, the misleading error vanished.

提交回复
热议问题