First init.
This commit is contained in:
20
libraries/mcu-renderer/tools/fontconv/encode.h
Normal file
20
libraries/mcu-renderer/tools/fontconv/encode.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* MCU renderer fontconv
|
||||
* Font encoder
|
||||
*
|
||||
* (C) 2023 Gissio
|
||||
*
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
#if !defined(ENCODER_H)
|
||||
#define ENCODER_H
|
||||
|
||||
#include "font.h"
|
||||
#include "bitwriter.h"
|
||||
|
||||
void encodeFont(Font &font,
|
||||
uint32_t bitsPerPixel,
|
||||
BitWriter &bitstream);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user