add note to scalable fonts in config.def.h

This commit is contained in:
Markus Teich 2014-06-23 11:58:33 +02:00
parent ee2c810152
commit 2a8ec74a60
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
/* The three fields set to 0 have to stay that way for a scalable font */
static char font[] = "-*-dejavu sans condensed-bold-r-*-*-0-0-*-*-*-0-*-*";
#define NUMFONTS 30
#define FONTSZ(x) ((int)(100.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTS-1] */