C
C#11mo ago
Maycon

Add custom font in c# winforms

I'm trying to add a custom font to my C# winforms project and I get this error when selecting the font: Only TrueType fonts are supported, this is not a TrueType font Does anyone know how I can solve it? the font is already in TTF
2 Replies
ACE OF SPADES
ACE OF SPADES11mo ago
close your compiler then install the fonts then reopen then check your font if its already included in your IDE compiler

Did you find this page helpful?