Font specification (iOS only) The sepcification must be compatible with UIFont's fontWithName:size: See: https://developer.apple.com/documentation/uikit/uifont/1619041-fontwithname
UIFont
fontWithName:size:
the full name of the font (includes the font family name and the specific style information for the font). E.g. "MyFont-Bold"
the scaling size of the font in points. Must be greater than 0.0.
Generated using TypeDoc
Font specification (iOS only) The sepcification must be compatible with
UIFont
'sfontWithName:size:
See: https://developer.apple.com/documentation/uikit/uifont/1619041-fontwithname