gpt4 book ai didi

ios - 为 preferredFontForTextStyle 自定义 UIFont

转载 作者:IT王子 更新时间:2023-10-29 07:49:46 26 4
gpt4 key购买 nike

如何从 preferredFontForTextStyle 为每个 Text style 返回自定义 UIFont?

例如我想为 UIFontTextStyleHeadline 使用 ArialHebrew-Bold 字体,为 UIFontTextStyleBody

使用 ArialHebrew

最佳答案

如果你只是喜欢动态字体大小和你自己的字体,你可以这样做

UIFontDescriptor *userFont = [UIFontDescriptor preferredFontDescriptorWithTextStyle:UIFontTextStyleBody];
float userFontSize = [userFont pointSize];
UIFont *font = [UIFont fontWithName:@"ArialHebrew-Bold" size:userFontSize];

关于ios - 为 preferredFontForTextStyle 自定义 UIFont,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19028107/

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