File: stb_rect_pack_truetype.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 (15 lines) | stat: -rw-r--r-- 977 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
////////////////////////////////////////////////////////////////////////////////////
//                                                                                //
//                                                                                //
// COMPILER WARNING ?!?!?                                                         //
//                                                                                //
//                                                                                //
// if you get a compile warning due to these symbols being defined more than      //
// once, move #include "stb_rect_pack.h" before #include "stb_truetype.h"         //
//                                                                                //
////////////////////////////////////////////////////////////////////////////////////

#define STB_RECT_PACK_IMPLEMENTATION
#include "stb_rect_pack.h"
#define STB_TRUETYPE_IMPLEMENTATION
#include "stb_truetype.h"