本文介绍了如何更改字体名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想更改字体名称,大小等等。
I wanna change the Font Name, Size and so on seperate.
this. Font.Name = "Times New Roman"
但它不起作用
你有什么想法吗?如何更改名称,大小......?
感谢您的帮助
But it doesn't work
Do you have any idea? How can i change the name, size...?
Thanks for help
推荐答案
YourLabel.Font = new Font("Times New Roman", 24,FontStyle.Bold);
这篇关于如何更改字体名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!