Contents

scaledFont(for:compatibleWith:)

Returns a version of the specified font that adopts the current font metrics and supports the specified traits.

Declaration

func scaledFont(for font: UIFont, compatibleWith traitCollection: UITraitCollection?) -> UIFont

Parameters

  • 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.

  • traitCollection:

    The trait collection to use when determining compatibility. The returned font is appropriate for use in an interface that adopts the specified traits.

Return Value

A version of the specified font with the appropriate style information applied to it, and scaled to the current Dynamic Type setting.

See Also

Creating Scaled Fonts