openMSX icon indicating copy to clipboard operation
openMSX copied to clipboard

Allow changing the default fonts using compiler flags

Open wijnen opened this issue 11 months ago • 1 comments

For Debian, we want to use the packaged font instead of the bundled one. I made a patch to allow this change using compile flags. Please consider including it.

font.txt

wijnen avatar Mar 09 '25 21:03 wijnen

Hmm, not really great that we define the default font both in _osd_menu.tcl (although it's hardly used anymore) and in the C++ code (but only in the OSD part, which is not used very intensively anymore). And then it's also kind of defined in the ImGUI font setting definition...

MBilderbeek avatar Mar 09 '25 22:03 MBilderbeek