Search found 3 matches

by Brian Kohrs
Fri Jul 09, 2021 8:14 pm
Forum: .NET
Topic: .NET 5 String Measurement
Replies: 1
Views: 5932

.NET 5 String Measurement

I am in the process of converting a .NET Framework 4.7.2 application that uses TeeChart 4.1.2012.2283 to .NET 5. The application has two parts, a WinForms designer, and a backend application that generates documents that include chart images generated by TeeChart. The backend application under .NET ...
by Brian Kohrs
Fri Jul 09, 2021 7:39 pm
Forum: .NET
Topic: .NET 5 Console App Fonts
Replies: 1
Views: 6050

.NET 5 Console App Fonts

If you have a .NET 5 console application and attempt to set the font name to a non-default value, the application fails with the following exception. Unhandled exception. SixLabors.Fonts.Exceptions.FontFamilyNotFoundException: Tahoma could not be found at SixLabors.Fonts.FontCollection.FindInternal(...
by Brian Kohrs
Fri Jul 09, 2021 3:52 pm
Forum: .NET
Topic: .NET 5 Licensing Issue
Replies: 2
Views: 7197

.NET 5 Licensing Issue

I am trying to license a .NET 5 application and am having some trouble with it. My TeeChart code is in a class library so it can be used by multiple other projects. I have referenced the library in a console application, and included the TeeChart.licenses file as an embedded resource. When I run it,...