gpt4 book ai didi

iphone - 如何以编程方式设置标签字体

转载 作者:行者123 更新时间:2023-12-03 18:51:52 28 4
gpt4 key购买 nike

如何在 Xcode 4 中设置标签字体?

我试过了

mylabel.setfont = @"DBLCDTempBlack";

最佳答案

使用以下之一

[mylabel setFont:[UIFont systemFontOfSize:13]];
[mylabel setFont:[UIFont boldSystemFontOfSize:13]];//or use this
myLabel.font=[UIFont systemFontOfSize:13]];//or
mylabel.font=[UIFont boldSystemFontOfSize:13]//or

[mylabel setFont:[UIFont fontWithName:@"DBLCDTempBlack" size:128.0]];

还有一些其他方法请参阅创建 UIFont 的开发人员文档

关于iphone - 如何以编程方式设置标签字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6568101/

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