.. index:: pair: struct; EE::Graphics::Font::Info .. _doxid-struct_e_e_1_1_graphics_1_1_font_1_1_info: struct EE::Graphics::Font::Info =============================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Info { // fields std::string :ref:`family`; std::string :ref:`fontpath`; std::string :ref:`filename`; }; .. _details-struct_e_e_1_1_graphics_1_1_font_1_1_info: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; family .. _doxid-struct_e_e_1_1_graphics_1_1_font_1_1_info_1ac7b6e746f78c21083742d9bb6584470d: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::string family The font family. .. index:: pair: variable; fontpath .. _doxid-struct_e_e_1_1_graphics_1_1_font_1_1_info_1a815339af7d210d804ad927d39f44b344: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::string fontpath The directory path of the font. .. index:: pair: variable; filename .. _doxid-struct_e_e_1_1_graphics_1_1_font_1_1_info_1a66bc865e1c042734c66edae462deec84: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::string filename The file name.