Implemented #394: now there is 'XLarge', 'XXLarge' and 'XXXLarge' for default fonts as well.

This commit is contained in:
Matthias Koefferlein 2019-11-03 17:34:25 +01:00
parent 5a288b7224
commit 5ba657b790
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#include <stdio.h>
// The system font to use
// NOTE: "Libration Mono" works only well for Ubuntu 16. The version from
// Ubuntu 18++ does not come with good hinting and is bad without AA.
static const char *font_name = "Liberation Mono";
/**