struct EE::Graphics::FontQuery

#include <systemfontresolver.hpp>

struct FontQuery {
    // fields

    std::string family;
    FontWeight weight { FontWeight::Normal };
    FontStretch stretch { FontStretch::Normal };
    bool italic { false };
};