Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
Defines an asset processor.
Definition assets_preprocessor.h:752
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