On iOS, I'm happy having the user use the system's text size controls (DynamicType). On macOS, I think I need to provide menu commands to scale the UI. Text scale controls are too new and hidden.
I've got Make Text Bigger (textformat.size.larger), Make Text Smaller (textformat.size.smaller) and Reset Text Size.
1. Is this the right approach?
2. Are those reasonable command names?
3. What, if any, SF symbol should Reset use? #SwiftUI #macDevelopment


