Closed gabdab closed 6 years ago
This is font.settings content (fonts present in fonts folder): `# Only .ttf files are supported, due to limitations in SDL_ttf
[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`
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.
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`