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