available_fonts.c 722 B

1234567891011121314151617181920212223
  1. #include "available_fonts.h"
  2. #include "712serif/712serif.h"
  3. #include "bedstead/bedstead.h"
  4. #include "dpcomic/dpcomic.h"
  5. #include "funclimbing/funclimbing.h"
  6. #include "graph35pix/graph35pix.h"
  7. #include "karma_future/karma_future.h"
  8. #include "mode_nine/mode_nine.h"
  9. #include "pixelflag/pixelflag.h"
  10. #include "redhat_mono/redhat_mono.h"
  11. #include "zector/zector.h"
  12. const FONT_INFO* const available_fonts[AVAILABLE_FONTS_COUNT] = {
  13. &modeNine_15ptFontInfo,
  14. &_712Serif_24ptFontInfo,
  15. &bedstead_17ptFontInfo,
  16. &dPComic_18ptFontInfo,
  17. &funclimbingDemo_18ptFontInfo,
  18. &graph35pix_12ptFontInfo,
  19. &karmaFuture_14ptFontInfo,
  20. &pixelFlag_18ptFontInfo,
  21. &redHatMono_16ptFontInfo,
  22. &zector_18ptFontInfo};