scrsnap: save framebuffer for selected tags
[fbpad.git] / font.h
blob1d875c5f5e0ae2b40ea6de183bc4e92c7ac9df2d
1 #define MAXDOTS (1 << 10)
3 int font_init(void);
4 void font_free(void);
5 int font_rows(void);
6 int font_cols(void);
7 int font_bitmap(void *dst, int c);