test_easyfont.c 212 B

12345678910
  1. #include "stb_easy_font.h"
  2. void ef_dummy(void)
  3. {
  4. // suppress unsused-function warning
  5. stb_easy_font_spacing(0);
  6. stb_easy_font_print(0,0,0,0,0,0);
  7. stb_easy_font_width(0);
  8. stb_easy_font_height(0);
  9. }