Skip to content

SDL2 fontrendering for keyboard

Martijn Braam requested to merge feature/sdl2-fonts into master

This adds letters to the keyboard

screenshot

this uses the SDL2_ttf library and reads the font file to use from the config file.

(it also makes the hardware keyboard work with the correct symbols instead of asterisks)

Merge request reports