TypographyKit 4.4.0
[4.4.0] - 2022-08-16
Changed
- When using the View modifier in SwiftUI, the scaling mode can be specified as a parameter e.g.
.typography(style: .interactive, scalingMode: .fontMetrics)
. By default the scaling mode specified in the configuration will be applied.