|
Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
|
Functions | |
| bool | process_font (processorInput_t *arg) |
| uint32_t | getPx (unsigned char *data, int w, int x, int y) |
| void | appendCharToFile (FILE *fp, unsigned char *data, int w, int h, int charStartX, int charEndX) |
| TODO. | |
Variables | |
| const assetProcessor_t | fontProcessor |
| The font processor reads specially formatted font PNG images and processes them into a compact bitmapped font format. | |
| bool process_font | ( | processorInput_t * | arg | ) |
| uint32_t getPx | ( | unsigned char * | data, |
| int | w, | ||
| int | x, | ||
| int | y ) |
TODO
| data | |
| w | |
| x | |
| y |
| void appendCharToFile | ( | FILE * | fp, |
| unsigned char * | data, | ||
| int | w, | ||
| int | h, | ||
| int | charStartX, | ||
| int | charEndX ) |
TODO.
| fp | |
| data | |
| w | |
| h | |
| charStartX | |
| charEndX |
| const assetProcessor_t fontProcessor |
The font processor reads specially formatted font PNG images and processes them into a compact bitmapped font format.