Swadge ESP32-S2  2.0.0
APIs to develop for the Magfest Swadge
Loading...
Searching...
No Matches
font_processor.h
Go to the documentation of this file.
1#ifndef _FONT_PROCESSOR_H_
2#define _FONT_PROCESSOR_H_
3
4#include <stdbool.h>
6
13
14#endif
const assetProcessor_t fontProcessor
The font processor reads specially formatted font PNG images and processes them into a compact bitmap...
Definition font_processor.c:13
Defines an asset processor.
Definition assets_preprocessor.h:764