zenorogue / hyperrogue

A SDL roguelike in a non-euclidean world
GNU General Public License v2.0
554 stars 66 forks source link

Make fake-mobile fail cleanly if font missing. #378

Closed jlmjlm closed 1 month ago

zenorogue commented 1 month ago

Thanks! HyperRogue originally used the VeraBd font, it was updated to DejaVuSans-Bold at some point -- it is the same font but with international support -- but apparently fake-mobile was not updated, so the correct fix here was to change the font name. (Also TTF_OpenFont was potentially called in two places -- fixed this too.)