liballeg / allegro5

The official Allegro 5 git repository. Pull requests welcome!
https://liballeg.org
Other
1.9k stars 285 forks source link

[osx] ALLEGRO_TEXTLOG_MONOSPACE option for al_open_native_text_log doesn't work #1592

Closed connorjclark closed 1 week ago

connorjclark commented 1 week ago

The text dialog I get when doing this does not use monospace, even though the implementation seems correct to me.

m_textlog = al_open_native_text_log("ZScript", ALLEGRO_TEXTLOG_MONOSPACE);

image
SiegeLord commented 1 week ago

Thanks, I have a fix ready.

connorjclark commented 1 week ago

Confirmed the fix, thanks!