FontConstructor

typealias FontConstructor = (weight: FontWeight, variationSettings: FontVariation.Settings) -> Font

A function returning a Font object, taking as parameters the weight (FontWeight) and the other variation settings (FontVariation.Settings)