First init.
This commit is contained in:
21
libraries/mcu-renderer/tools/fontconv/export.h
Normal file
21
libraries/mcu-renderer/tools/fontconv/export.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* MCU renderer fontconv
|
||||
* Font export
|
||||
*
|
||||
* (C) 2023 Gissio
|
||||
*
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
#if !defined(EXPORT_C_H)
|
||||
#define EXPORT_C_H
|
||||
|
||||
#include "font.h"
|
||||
|
||||
void exportFont(Font &font,
|
||||
std::string variableName,
|
||||
std::string charcodes,
|
||||
std::vector<uint8_t> &fontData,
|
||||
std::string filename);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user