xkcd_assets.h 550 B

12345678910111213141516
  1. // This file was generated with the command-line:
  2. // /usr/local/bin/gd3asset -f xkcd.gd2 -o xkcd_assets.h /home/james/Downloads/xkcd-script.ttf,size=26
  3. #define XKCD_SCRIPT_HANDLE 0
  4. #define XKCD_SCRIPT_WIDTH 18
  5. #define XKCD_SCRIPT_HEIGHT 37
  6. #define XKCD_SCRIPT_CELLS 96
  7. #define ASSETS_END 32116UL
  8. #define LOAD_ASSETS() (GD.safeload("xkcd.gd2"), GD.loadptr = ASSETS_END)
  9. static const shape_t XKCD_SCRIPT_SHAPE = {0, 18, 37, 0};
  10. struct {
  11. Bitmap xkcd_script;
  12. } bitmaps = {
  13. /* xkcd_script */ {{ 18, 37}, { 9, 18}, 0x0UL, 2, 0}
  14. };