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