support even larger screens

This commit is contained in:
Markus Teich 2015-11-17 01:39:40 +01:00
parent 4a828c2d6c
commit 4ae761b8be

View File

@ -5,7 +5,7 @@ static char *fontfallbacks[] = {
"roboto", "roboto",
"ubuntu", "ubuntu",
}; };
#define NUMFONTSCALES 30 #define NUMFONTSCALES 42
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */ #define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
static const char *fgcol = "#000000"; static const char *fgcol = "#000000";