许多默认应用程序的 collection 视图 headers 中使用的粗体动态字体是什么?

What's the boldfaced dynamic type font that is used in many default app's collection view headers?

我注意到 iPhone 上的许多使用 collection 视图的默认应用程序对于 headers 具有独特的风格。字体粗细看起来很粗,并且可以动态调整大小。健康、照片和提醒等应用程序都使用它。这是一个例子

它似乎不是这些文本样式中的任何一种https://developer.apple.com/documentation/uikit/uifont/textstyle。这到底是什么字体?另外,有没有办法可以通过模拟器检查这些默认应用程序中使用的字体?

注意笔划末端的圆角。 (“M”垂直线的底部是有效的半圆。)因此大概是具有 .rounded 设计的粗体系统字体:

所以:

let f = UIFont.systemFont(ofSize: n, weight: .bold)
    .fontDescriptor.withDesign(.rounded)!
let f2 = UIFont(descriptor: f, size: 0)

...其中 n 是所需的大小。

无法从模拟器中获取准确的字体名称。

我认为确切的字体是Proxima Nova Soft Bold 您可以从多个站点获取带有捕获图像的相似字体。

https://www.myfonts.com/WhatTheFont/

https://www.fontsquirrel.com/