PatchworkOS
Loading...
Searching...
No Matches
glyphs.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  glyph_t
 
struct  glyph_cache_t
 

Macros

#define GLYPH_HEIGHT   16
 
#define GLYPH_WIDTH   8
 
#define GLYPH_AMOUNT   256
 

Functions

const glyph_cache_tglyph_cache_get (void)
 

Macro Definition Documentation

◆ GLYPH_AMOUNT

#define GLYPH_AMOUNT   256

Definition at line 9 of file glyphs.h.

◆ GLYPH_HEIGHT

#define GLYPH_HEIGHT   16

Definition at line 7 of file glyphs.h.

◆ GLYPH_WIDTH

#define GLYPH_WIDTH   8

Definition at line 8 of file glyphs.h.

Function Documentation

◆ glyph_cache_get()

const glyph_cache_t * glyph_cache_get ( void  )

Definition at line 3848 of file glyphs.c.

References cache.

Referenced by log_screen_put().