struct ImFontAtlasRect

Overview

#include <imgui.h>

struct ImFontAtlasRect
{
    // fields

    unsigned short x;
    unsigned short y;
    unsigned short w;
    unsigned short h;
    ImVec2 uv0;
    ImVec2 uv1;
};