struct stbtt__buf

Overview

#include <imstb_truetype.h>

struct stbtt__buf
{
    // fields

    unsigned char* data;
    int cursor;
    int size;
};