为啥 customFonts 标签中的每个字体都是可变数组?

Posted

技术标签:

【中文标题】为啥 customFonts 标签中的每个字体都是可变数组?【英文标题】:Why each font in customFonts tag is a mutable array?为什么 customFonts 标签中的每个字体都是可变数组? 【发布时间】:2015-05-04 09:54:44 【问题描述】:

很长一段时间以来,我都对任何故事板文件背后的 XML 感到好奇。我试着去理解它的每一部分。

这次我想知道这个:

<customFonts key="customFonts">
    <mutableArray key="FontName-Bold.otf">
        <string>FontName-Bold</string>
    </mutableArray>
    <mutableArray key="FontName.otf">
        <string>FontName</string>
        <string>FontName</string>
        <string>FontName</string>
        <string>FontName</string>
        <string>FontName</string>
        <string>FontName</string>
        <string>FontName</string>
    </mutableArray>
</customFonts>

为什么它是一个可变数组?为什么第二种字体出现很多,而第一种字体却只有一个?

【问题讨论】:

【参考方案1】:

情节提要中使用字体"FontName.otf" 的每个控件都会出现一次&lt;string&gt;FontName&lt;/string&gt;。您是否只有一个带有"FontName-Bold.otf" 的控件,而有 7 个使用常规字体的控件?

【讨论】:

以上是关于为啥 customFonts 标签中的每个字体都是可变数组?的主要内容,如果未能解决你的问题,请参考以下文章

为选择标签中的单独选项更改 css 字体系列

sizeWithFont:constrainedToSize 不适用于自定义字体

转csdn某位同学的 感谢bmfont

WKWebView 和动态类型 + 自定义字体

echart 横坐标标签倾斜显示实现不了,横坐标加粗字体都可以设置,但是不可以倾斜,为啥?

UITableViewCell 中的 UILabel 将每个 willDisplayCell 的字体大小加倍