scaledFont(for:)
Returns a version of the specified font that adopts the current font metrics.
Declaration
func scaledFont(for font: UIFont) -> UIFontParameters
- font:
The base font to use when applying the style information. Set the size of your font to the standard Dynamic Type size that you use for the corresponding content. Do not specify a font that has already been scaled; doing so results in an exception.
Mentioned in
Return Value
A version of the specified font with the appropriate style information applied to it, and scaled to the current Dynamic Type setting.