.. index:: pair: class; EE::UI::UIFontStyleConfig .. _doxid-class_e_e_1_1_u_i_1_1_u_i_font_style_config: class EE::UI::UIFontStyleConfig =============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class UIFontStyleConfig: public :ref:`EE::Graphics::FontStyleConfig` { public: // fields :ref:`Color` :target:`FontSelectedColor` = :ref:`Color`(255, 255, 255, 255); :ref:`Color` :target:`FontSelectionBackColor` = :ref:`Color`(50, 50, 50, 255); // construction :target:`UIFontStyleConfig`(); :target:`UIFontStyleConfig`(const :ref:`FontStyleConfig`& fontStyleConfig); // methods const :ref:`Color`& :target:`getFontSelectedColor`() const; const :ref:`Color`& :target:`getFontSelectionBackColor`() const; void :target:`setFontSelectedColor`(const :ref:`Color`& color); void :target:`setFontSelectionBackColor`(const :ref:`Color`& color); virtual void :target:`updateStyleConfig`(const UIFontStyleConfig& fontStyleConfig); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // fields :ref:`Graphics::Font`* :ref:`Font` { nullptr }; :ref:`Float` :ref:`CharacterSize` { 12 }; :ref:`Uint32` :ref:`Style` { 0 }; :ref:`Color` :ref:`FontColor` { 255, 255, 255, 255 }; :ref:`Color` :ref:`ShadowColor` { 50, 50, 50, 230 }; :ref:`Vector2f` :ref:`ShadowOffset` { :ref:`PixelDensity::dpToPx`(1), :ref:`PixelDensity::dpToPx`(1) }; :ref:`Float` :ref:`OutlineThickness` { 0 }; :ref:`Color` :ref:`OutlineColor` { 0, 0, 0, 255 }; // methods :ref:`Graphics::Font`* :ref:`getFont`() const; const :ref:`Color`& :ref:`getFontColor`() const; const :ref:`Color`& :ref:`getFontShadowColor`() const; const :ref:`Float`& :ref:`getFontCharacterSize`() const; const :ref:`Uint32`& :ref:`getFontStyle`() const; const :ref:`Float`& :ref:`getOutlineThickness`() const; const :ref:`Color`& :ref:`getOutlineColor`() const; const :ref:`Vector2f`& :ref:`getFontShadowOffset`() const; bool :ref:`operator==`(const :ref:`FontStyleConfig`& other); virtual void :ref:`updateFontStyleConfig`(const :ref:`FontStyleConfig`& fontStyleConfig);