struct EE::Graphics::Font::Info¶
Overview¶
#include <font.hpp> struct Info { // fields std::string family; std::string fontpath; std::string filename; };
Detailed Documentation¶
Fields¶
std::string family
The font family.
std::string fontpath
The directory path of the font.
std::string filename
The file name.