×

Modifier: Font

iOS 14 +

Notes

Set the font for a view. You can find more info at https://widgetpack.app/documentation

Syntax

modifierFont(font: <#Object (Font)#>, view: <#Object (View)#>)

Example

modifierFont(font: Font(identifier: "SF Pro", displayString: "SF Pro"), view: View(identifier: "View1", displayString: "View One"))