mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 20:42:36 +02:00
Enlarge the font by adding 2 pixels above the cap height
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <SDL/SDL.h>
|
||||
|
||||
#define CELLW 12
|
||||
#define CELLH 10
|
||||
#define CELLH 12
|
||||
|
||||
#define XRES 800
|
||||
#define YRES 600
|
||||
|
@@ -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];
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#include "font.h"
|
||||
|
||||
#define CELLW 12
|
||||
#define CELLH 10
|
||||
#define CELLH 12
|
||||
|
||||
char font[256][CELLH][CELLW];
|
||||
char width[256];
|
||||
|
Reference in New Issue
Block a user