File: test_easyfont.c

package info (click to toggle)
libstb 0.0~git20250907.fede005%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,520 kB
  • sloc: ansic: 80,787; cpp: 1,506; makefile: 114; sh: 22
file content (10 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#include "stb_easy_font.h"

void ef_dummy(void)
{
   // suppress unsused-function warning
   stb_easy_font_spacing(0);
   stb_easy_font_print(0,0,0,0,0,0);
   stb_easy_font_width(0);
   stb_easy_font_height(0);
}