TinkMoneyManagerUI Documentation Beta

Protocol Font​Providing

public protocol FontProviding

A type that can provide fonts for Tink views.

FontProviding FontProviding FontProvider FontProvider FontProvider->FontProviding

Types Conforming to Font​Providing

FontProvider

A type that can provide custom fonts for Tink views.

Requirements

font(for:​)

func font(for weight: Font.Weight) -> Font

Returns the FontType to use based on the weight provided.

Parameters

weight Font.​Weight

The weight of the font that is asked for.