Is there a way in SWT to get a monospaced font simply, that works across various operating systems?
For example. this works on Linux, but not Windows:
If you want just a Monospaced font use "Courier" => new Font(display, "Courier", 10, SWT.NORMAL)
new Font(display, "Courier", 10, SWT.NORMAL)