struct FontData

struct FontData
{
    //
fields

    std::vector<uint8_t> data;
    bool prepared_to_big_endian = false;
};