struct EE::UI::Tools::UIFontSelection

#include <uifontpickerdialog.hpp>

struct UIFontSelection {
    // fields

    FontDesc font;
    Uint32 size { 12 };
    bool underline { false };
    bool strikeThrough { false };
    bool antialiasing { true };
    Color color { Color::White };

    // methods

    bool operator==(const UIFontSelection& other) const;
    bool operator!=(const UIFontSelection& other) const;
};