本文介绍了WPF字体和System.Drawing.Font之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


如何更换System.Drawing.Font Header = new Font(FontFamily.GenericSansSerif,15,FontStyle.Bold);
到WPF字体类.

问候,
sajith


How to replace System.Drawing.Font Header = new Font(FontFamily.GenericSansSerif,15,FontStyle.Bold);
to WPF font class.

Regards,
sajith

推荐答案



这篇关于WPF字体和System.Drawing.Font之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-22 22:07