struct stbtt__bitmap

Overview

#include <imstb_truetype.h>

struct stbtt__bitmap
{
    // fields

    int w;
    int h;
    int stride;
    unsigned char* pixels;
};