.. index:: pair: struct; EE::UI::Tools::UIFontSelection .. _doxid-struct_e_e_1_1_u_i_1_1_tools_1_1_u_i_font_selection: struct EE::UI::Tools::UIFontSelection ===================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct UIFontSelection { // fields :ref:`FontDesc` :target:`font`; :ref:`Uint32` :target:`size` { 12 }; bool :target:`underline` { false }; bool :target:`strikeThrough` { false }; bool :target:`antialiasing` { true }; :ref:`Color` :target:`color` { Color::White }; // methods bool :target:`operator==`(const UIFontSelection& other) const; bool :target:`operator!=`(const UIFontSelection& other) const; };