makrohn / polymorphable

A total conversion, orthographic game based on Clint Bellanger's FLARE
51 stars 23 forks source link

Unable to determine default font! #86

Closed gabdab closed 6 years ago

gabdab commented 6 years ago

This is font.settings content (fonts present in fonts folder): `# Only .ttf files are supported, due to limitations in SDL_ttf

The font must be placed in /fonts

[font] id=font_regular style=default,DroidSansMono.ttf,12,1

[font] id=font_bold style=default,DroidSans-Bold.ttf,14,1

[font] id=font_talker style=default,DroidSans.ttf,13,1`

dorkster commented 6 years ago

The font setting syntax was changed in 2016 and we updated the font_settings.txt here accordingly. If you're using Flare 0.19, it won't work.