Hi, on MacOS, Ozone v3.22b, the font cannot be changed using the Preferences window.
Attempting to change the font by clicking the "..." button will bring up the system font picker.
But not matter what font is selected, Ozone will issue the same command which can be seen in the Console:
Edit.Font (FONT_SRC_CODE, "Helvetica, 11pt, Regular");
This happens for any font (Source Code, Application, Execution counters, Line Numbers, etc..):
Edit.Font (FONT_SRC_CODE, "Helvetica, 11pt, Regular");
Edit.Font (FONT_LINE_NUMBERS, "Helvetica, 11pt, Regular");
Edit.Font (FONT_EXEC_CNT_SRC, "Helvetica, 11pt, Regular");
Edit.Font (FONT_ASM_CODE, "Helvetica, 11pt, Regular");
Edit.Font (FONT_APP, "Helvetica, 11pt, Regular");
...etc..
No matter what font or size I pick, it's always immediately changed back to Helvetica, 11pt, Regular (which is not a nice font for viewing source code or disassembly, as it's proportional). The Preferences dialog box displays "Helvetica, 11pt Regular" as well (it does not change when I pick a different font).
However, I type the Edit.Font() command in the terminal, I can change the font manually. And the new font is used properly for whatever I select. And the Preferences dialog box will display the new font. But if I try to change it again using the Preferences dialog box, it'll force me back to Helvetica, 11pt. Regular.
This didn't happen in Ozone v3.22a.
thanks
Dan
Attempting to change the font by clicking the "..." button will bring up the system font picker.
But not matter what font is selected, Ozone will issue the same command which can be seen in the Console:
Edit.Font (FONT_SRC_CODE, "Helvetica, 11pt, Regular");
This happens for any font (Source Code, Application, Execution counters, Line Numbers, etc..):
Edit.Font (FONT_SRC_CODE, "Helvetica, 11pt, Regular");
Edit.Font (FONT_LINE_NUMBERS, "Helvetica, 11pt, Regular");
Edit.Font (FONT_EXEC_CNT_SRC, "Helvetica, 11pt, Regular");
Edit.Font (FONT_ASM_CODE, "Helvetica, 11pt, Regular");
Edit.Font (FONT_APP, "Helvetica, 11pt, Regular");
...etc..
No matter what font or size I pick, it's always immediately changed back to Helvetica, 11pt, Regular (which is not a nice font for viewing source code or disassembly, as it's proportional). The Preferences dialog box displays "Helvetica, 11pt Regular" as well (it does not change when I pick a different font).
However, I type the Edit.Font() command in the terminal, I can change the font manually. And the new font is used properly for whatever I select. And the Preferences dialog box will display the new font. But if I try to change it again using the Preferences dialog box, it'll force me back to Helvetica, 11pt. Regular.
This didn't happen in Ozone v3.22a.
thanks
Dan