gpt4 book ai didi

ios - 更改 fontWithName 中的大小值没有明显效果

转载 作者:行者123 更新时间:2023-11-29 10:29:57 25 4
gpt4 key购买 nike

我正在尝试使用此代码将我的文本字体设置为 Helvetica Neue Thin

[UIFont fontWithName:@"Helvetica Neue Thin" size:14.0f];

文本具有给定的字体,但更改代码中的大小对应用中可见的文本没有影响。

编辑-

完整代码块

nameLabel = [[UILabel alloc] initWithFrame:CGRectMake(190, 5, screenWidth-210, 15)];
nameLabel.font = [UIFont fontWithName:@"Helvetica Neue Thin" size:6.0f];
nameLabel.textColor = [UIColor grayColor];
nameLabel.textAlignment = NSTextAlignmentRight;
[self.contentView addSubview:nameLabel];

有什么原因吗?

最佳答案

[UIFont fontWithName:@"HelveticaNeue-Thin" size:14.0];

您的字体名称不正确。

关于ios - 更改 fontWithName 中的大小值没有明显效果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30223059/

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