struct EE::Graphics::FontDesc

#include <systemfontresolver.hpp>

struct FontDesc {
    // fields

    std::string family;
    std::string path;
    Uint32 faceIndex { 0 };
    FontWeight weight { FontWeight::Normal };
    FontStretch stretch { FontStretch::Normal };
    bool italic { false };
    bool monospace { false };
};