struct EE::UI::Tools::UIFontSelection

Overview

#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;
};

Detailed Documentation

Fields

Uint32 size { 12 }

Font size in density-independent pixels.