gpt4 book ai didi

c# - 如何为 System.Windows.Fontstyle 设置粗体字样?

转载 作者:太空狗 更新时间:2023-10-29 23:00:50 24 4
gpt4 key购买 nike

只有ItalicNormalOblique。但我需要将我的 FontStyle 设置为粗体。

最佳答案

Bold 不是 FontStyle。这是一个字体粗细。参见 thisthis链接。

例如:

control.FontWeight = FontWeights.Bold;

更新:当然这个答案是针对基于 XAML 的框架(WPF、Silverlight、WinPhone、WinRT)的。在其他框架中,粗体可以是样式或其他东西。

关于c# - 如何为 System.Windows.Fontstyle 设置粗体字样?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13449389/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com