PatchworkOS
Loading...
Searching...
No Matches
glyphs.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
5// Glyph data generated using tools/generate_glyph_cache.
6
7#define GLYPH_HEIGHT 16
8#define GLYPH_WIDTH 8
9#define GLYPH_AMOUNT 256
10
11typedef struct
12{
14} glyph_t;
15
16typedef struct
17{
20
#define GLYPH_AMOUNT
Definition glyphs.h:9
#define GLYPH_HEIGHT
Definition glyphs.h:7
const glyph_cache_t * glyph_cache_get(void)
Definition glyphs.c:3848
#define GLYPH_WIDTH
Definition glyphs.h:8
__UINT32_TYPE__ uint32_t
Definition stdint.h:15