Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
lk
/
2a5baf83aaf8059ab98cb4ee91a56fdacd45cf13
/
.
/
include
/
lib
/
font.h
blob: c209c61fb491d52640ecd560af007ba2ed15da14 [
file
] [
log
] [
blame
]
#ifndef
__LIB_FONT_H
#define
__LIB_FONT_H
#include
<lib/gfx.h>
#define
FONT_X
6
#define
FONT_Y
12
void
font_draw_char
(
gfx_surface
*
surface
,
unsigned
char
c
,
int
x
,
int
y
,
uint32_t
color
);
#endif