aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/h/gpfont_port.h
blob: 4ea71b60d4c97e826f49416e3b6e7b34e74b0ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __GPFONT_PORT_H__
#define	__GPFONT_PORT_H__

#define KORFONT_W		12	/* pixel */
#define KORFONT_H		12	/* pixel */
#define ENGFONT_W		8	/* pixel */
#define ENGFONT_H 		16	/* pixel */
#define FONT_CHARGAP   	4	/* percentage */
#define FONT_LINEGAP	4	/* percentage */

#endif