File: stb_rect_pack_truetype.c

package info (click to toggle)
libstb 0.0~git20200713.b42009b%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,276 kB
  • sloc: ansic: 69,121; cpp: 1,488; makefile: 110; sh: 18
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"