gpt4 book ai didi

iphone - 如何在ios中加粗按钮文本?

转载 作者:可可西里 更新时间:2023-11-01 05:01:45 26 4
gpt4 key购买 nike

在我的应用程序中,我使用的是自定义字体,效果非常好。但我需要按钮文本加粗。我用谷歌搜索它只有系统字体。

代码

button.titleLabel.font = [UIFont fontWithName:@"YanaR" size:20.0]; 

感谢您的帮助。

最佳答案

在 fontWithName 之后你必须使用 boldSystemFontOfSize:

[button.titleLabel setFont:[UIFont fontWithName:@"Arial" size:13.f]];
[button.titleLabel setFont:[UIFont boldSystemFontOfSize:13.f]];

关于iphone - 如何在ios中加粗按钮文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11868024/

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