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
close your compiler then install the fonts then reopen then check your font if its already included in your IDE compiler
How to: Create a Private Font Collection - Windows Forms .NET Frame...
Learn how to create a private font collection to maintain a set of fonts specifically for an application.