7 lines
123 B
C
7 lines
123 B
C
#include "quik_stbtt.h"
|
|
|
|
QUIK_DEFINE_LIB(quik_stbtt);
|
|
|
|
#define STB_TRUETYPE_IMPLEMENTATION 1
|
|
#include "stb/stb_truetype.h"
|