summaryrefslogtreecommitdiff
path: root/src/user/libfont/bdf.h
blob: 4ed4189fbeff3c2768b1b80424a61fdf5b2af652 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef LIBFONT_BDF_H
#define LIBFONT_BDF_H

#include <stdbool.h>

bool try_load_bdf(const char *path, struct font_info *into);

#endif