.. index:: pair: struct; EE::Graphics::FontDesc .. _doxid-struct_e_e_1_1_graphics_1_1_font_desc: struct EE::Graphics::FontDesc ============================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct FontDesc { // fields std::string :target:`family`; std::string :target:`path`; :ref:`Uint32` :target:`faceIndex` { 0 }; :ref:`FontWeight` :target:`weight` { :ref:`FontWeight::Normal` }; :ref:`FontStretch` :target:`stretch` { :ref:`FontStretch::Normal` }; bool :target:`italic` { false }; bool :target:`monospace` { false }; };