summaryrefslogtreecommitdiff
path: root/font.h
blob: d1494d0c88a8fe64305efac4b5530b20fd1a431e (plain)
1
2
3
4
5
6
#pragma once
#define FONT_W 16
#define FONT_H 32

int font_init(const char *path);
void font_draw(int x, int y, const char *s, int size);