First init.
This commit is contained in:
22
libraries/mcu-renderer/tools/fontconv/import_bdf.h
Normal file
22
libraries/mcu-renderer/tools/fontconv/import_bdf.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* MCU renderer fontconv
|
||||
* BDF import
|
||||
*
|
||||
* (C) 2023 Gissio
|
||||
*
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
#if !defined(IMPORT_BDF_H)
|
||||
#define IMPORT_BDF_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
#include "font.h"
|
||||
|
||||
Font loadBDFFont(std::string filename,
|
||||
std::set<Charcode> &charcodeSet);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user