RetroArch
Macros | Variables
bitmap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FONT_WIDTH   5
 
#define FONT_HEIGHT   10
 
#define FONT_HEIGHT_BASELINE   8
 
#define FONT_WIDTH_STRIDE   (FONT_WIDTH + 1)
 
#define FONT_HEIGHT_STRIDE   (FONT_HEIGHT + 1)
 
#define FONT_OFFSET(x)   ((x) * ((FONT_HEIGHT * FONT_WIDTH + 7) / 8))
 

Variables

static const unsigned char bitmap_bin [1792]
 

Macro Definition Documentation

◆ FONT_HEIGHT

#define FONT_HEIGHT   10

◆ FONT_HEIGHT_BASELINE

#define FONT_HEIGHT_BASELINE   8

◆ FONT_HEIGHT_STRIDE

#define FONT_HEIGHT_STRIDE   (FONT_HEIGHT + 1)

◆ FONT_OFFSET

#define FONT_OFFSET (   x)    ((x) * ((FONT_HEIGHT * FONT_WIDTH + 7) / 8))

◆ FONT_WIDTH

#define FONT_WIDTH   5

◆ FONT_WIDTH_STRIDE

#define FONT_WIDTH_STRIDE   (FONT_WIDTH + 1)

Variable Documentation

◆ bitmap_bin

const unsigned char bitmap_bin[1792]
static