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