×

Font

iOS 14 +

Notes

Create a custom font. You can find more info at https://widgetpack.app/documentation

Syntax

font(kind: <#Enumeration (FontKind)#>, size: <#Double#>, weight: <#Object (FontWeight)#>, design: <#Object (FontDesign)#>)

Example

font(kind: largeTitle, size: 16, weight: FontWeight(identifier: "Bold", displayString: "Bold"), design: FontDesign(identifier: "Rounded", displayString: "Rounded"))