ref: 6d2d4dd3526807d33abd1bf6fa402678135222f8
dir: /libpt/pt_private.h/
#include "stb_truetype.h"
struct Sfont {
Memimage *g;
Memimage *b;
Rectangle bb;
float scale;
float height;
int asc;
int desc;
int linegap;
int lineh;
stbtt_fontinfo fi;
};