Opens a NSFontPanel and binds the fontSize and fontName parameters to the provided variables.
@State var fontName: String = "SF-Mono"
@State var fontSize: Int = 13
FontPicker("Font Picker", name: $fontName, size: $fontSize)FontPickerDelegate
Opens a NSFontPanel and binds the fontSize and fontName parameters to the provided variables.
@State var fontName: String = "SF-Mono"
@State var fontSize: Int = 13
FontPicker("Font Picker", name: $fontName, size: $fontSize)FontPickerDelegate