File: stb_static.c

package info (click to toggle)
libstb 0.0~git20220908.8b5f1f3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,292 kB
  • sloc: ansic: 68,653; cpp: 1,501; makefile: 113; sh: 22
file content (12 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#define STBI_WINDOWS_UTF8
#define STB_IMAGE_STATIC
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"

#define STB_IMAGE_WRITE_STATIC
#define STB_IMAGE_WRITE_IMPLEMENTATION
//#include "stb_image_write.h"

#define STBTT_STATIC
#define STB_TRUETYPE_IMPLEMENTATION
#include "stb_truetype.h"