MenuButtonsView
struct MenuButtonsView: View
Menu Items and Keyboard shortcuts for font size
Note
Unfortunately, this cannot be placed in aMenu
because it does not proper update its state…
-
The app state
Declaration
Swift
private var appState
-
The scene state in the environment
Declaration
Swift
private var sceneState: SceneState?
-
The range of font sizes
Declaration
Swift
private let fontSizeRange = ChordProEditor.Settings.fontSizeRange
-
The body of the
View
Declaration
Swift
var body: some View