.. index:: pair: enum; FontWeight .. _doxid-namespace_e_e_1_1_graphics_1a7b31b5f46f6a670f206e82ca0b796066: enum EE::Graphics::FontWeight ============================= .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum FontWeight: :ref:`Uint16` { :target:`Thin` = 100, :target:`ExtraLight` = 200, :target:`Light` = 300, :target:`Normal` = 400, :target:`Medium` = 500, :target:`SemiBold` = 600, :target:`Bold` = 700, :target:`ExtraBold` = 800, :target:`Black` = 900, };