gpt4 book ai didi

导航栏中的快速粗体标题

转载 作者:行者123 更新时间:2023-11-28 11:41:15 27 4
gpt4 key购买 nike

title navigation bar安装的字体

UINavigationBar.appearance().titleTextAttributes = [.font: UIFont(name: "OpenSans", size:50 )!,NSAttributedString.Key.foregroundColor : UIColor.purple]

如何让它变粗?

发现,原来是可以这样做的,不过毕竟细则我已经定好了

.font : UIFont.boldSystemFont(ofSize: 50)

最佳答案

您必须说明您要使用的字体名为 OpenSans,样式为 Bold

"OpenSans-Bold"

所以使用这个:

.font: UIFont(name: "OpenSans-Bold", size: 50)!

关于导航栏中的快速粗体标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53619318/

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