Default Fonts and Chinese
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I am having a hard time understanding how default system fonts are obtained in .NET. Specifically, I need to internationalize an app, and I need to be able to specify the font for various controls. What I want is something like the the old GDI call GetStockObject to return GUI font, system font, fixed width font etc. Can someone point me in the right direction?