-
Notifications
You must be signed in to change notification settings - Fork 500
Truetype font selection not remembered #6200
Copy link
Copy link
Open
Labels
Description
Describe the bug
Latest DOSBox-X, macOS Sequoia 15.7.5.
No matter what I do, I can’t seem to get DOSBox-X to remember the TTF font I selected.
90,857
Steps to reproduce the behaviour
- Activate TTF output
- Save the absolute font /System/Library/Fonts/Menlo, Monaco, SFNSMono etc. in the configuration manually.
- Restart DOSBox-X.
I can see the TTF output, but the default font does not change. Normally I would not mind, but it does not have the Turkish characters, so I need to change it. It works, when I select the font from the application “Video” menu, but does not persist.
Expected behavior
No response
What operating system(s) this bug have occurred on?
macOS 15.7.5
What version(s) of DOSBox-X have this bug?
2026.03.29
Used configuration
[sdl]
output = ttf
[dosbox]
language = tr_TR.lng
configuration tool theme = Arizona
working directory default = /Users/user/Documents
[render]
euro = 164
[ttf]
font = /System/Library/Fonts/SFNSMono.ttf
fontbold = /System/Library/Fonts/SFNSMono.ttf
fontital = /System/Library/Fonts/SFNSMono.ttf
fontboit = /System/Library/Fonts/SFNSMono.ttf
strikeout = true
[dos]
keyboardlayout = tr440
[4dos]
[config]
country = 90,857
set path = Z:\;Z:\SYSTEM;Z:\BIN;Z:\DOS;Z:\4DOS;Z:\DEBUG;Z:\TEXTUTIL
set prompt = $P$G
set temp =
[autoexec]Output log
Additional information
No response
Have you checked that no similar bug report(s) exist?
- I have searched and didn't find any similar bug report.
Code of Conduct & Contributing Guidelines
- I agree to follow the code of conduct and the contributing guidelines.
Reactions are currently unavailable