【发布时间】:2015-07-13 21:15:10
【问题描述】:
如何在 Delphi XE8 firemonkey 多设备项目中将 TLabel 设置为 Bold 并恢复正常运行时?
我试过了,但它不起作用:
label.TextSettings.Font.Style := [TFontStyle.fsBold];
也试过了:
label.Font.Style := [TFontStyle.fsBold];
【问题讨论】:
标签: delphi fonts firemonkey delphi-xe8 tlabel