gpt4 book ai didi

ios - 了解 boldSystemFontOfSize :

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:58:37 25 4
gpt4 key购买 nike

我想知道为什么我的粗体字体在我的应用程序中不是粗体?我尝试将 Interface Builder 中的标签设置为 System-Bold,但字体看起来并不粗体。所以我开始调查,发现标签使用的字体实际上是 .HelveticaNeueInterface-MediumP4,字重为 bold。但它看起来是中等而不是粗体。所以我尝试使用 boldSystemFontOfSize: 将代码中的字体设置为粗体,但再次返回的字体是错误的。

因此调用 boldSystemFontOfSize 将返回中号字体。

NSLog(@"%@", [UIFont boldSystemFontOfSize:24]);
<UICTFont: 0x7f9ed0f4f380> font-family: ".HelveticaNeueInterface-MediumP4"; font-weight: bold; font-style: normal; font-size: 24.00pt

这是 UIFont 的错误吗?或者这里有什么问题?

最佳答案

没有问题。一切都按预期工作。

这些方法返回适合您正在使用的操作系统的字体。 “粗体”并不意味着“粗体”,它的意思是“与其他用户界面元素相比是粗体”。因此,当 Apple 决定更改 iOS 或 MacOS X 中文本的显示方式时,您不必更改代码。在 iOS 7 和 8 中,字体往往相当纤细,因此当您要求使用粗体时,您会得到中等字体以匹配整体主题。

关于ios - 了解 boldSystemFontOfSize :,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31652444/

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