Enlarge the font by adding 2 pixels above the cap height

This commit is contained in:
mniip
2018-04-29 04:08:03 +03:00
parent 67132c9925
commit 16acc95621
6 changed files with 310 additions and 310 deletions

View File

@@ -7,7 +7,7 @@
#include <SDL/SDL.h>
#define CELLW 12
#define CELLH 10
#define CELLH 12
#define XRES 800
#define YRES 600

View File

@@ -6,7 +6,7 @@
#include <math.h>
#define CELLW 12
#define CELLH 10
#define CELLH 12
//#define EXTENDED_FONT 1
char font[256][CELLH][CELLW];

View File

@@ -11,7 +11,7 @@
#include "font.h"
#define CELLW 12
#define CELLH 10
#define CELLH 12
char font[256][CELLH][CELLW];
char width[256];