struct ImGui_ImplFreeType_Data

Overview

struct ImGui_ImplFreeType_Data
{
    // fields

    FT_Library Library;
    FT_MemoryRec_ MemoryManager;
};