gpt4 book ai didi

ios - 使 UILabel 的文本加粗

转载 作者:IT老高 更新时间:2023-10-28 11:35:51 44 4
gpt4 key购买 nike

我想让 UILabel 的文字加粗

infoLabel=[[UILabel alloc]initWithFrame:CGRectMake(90,150, 200, 30)];
[infoLabel setText:@"Drag 14 more Flavors"];
[infoLabel setBackgroundColor:[UIColor clearColor]];
[infoLabel setFont:[UIFont fontWithName:@"Arial" size:16]];

[infoLabel setTextColor:[UIColor colorWithRed:193.0/255
green:27.0/255
blue:23.0/255
alpha:1 ]];

最佳答案

如果要保留系统字体并加粗:

[infoLabel setFont:[UIFont boldSystemFontOfSize:16]];

关于ios - 使 UILabel 的文本加粗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4602586/

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