What's the right way to use a monospaced font for all text in a StyledTextCtrl? I'm using it over the simpler TextCtrl because I need the FindText() functionality which is oddly missing from a standard text control.
I'd also like to avoid hard-coding a specific font face, and instead rely on the monospace font defined by the system if possible.