ConfigFont.hpp
Go to the documentation of this file.
void setUseExternal(bool _val)
set use of internal/external Font
Definition: ConfigFont.hpp:77
ConfigFont()
void setFolder(const std::string &_folder)
Specify the default font folder for the Ewol search system (only needed when embended font) ...
Definition: ConfigFont.hpp:26
bool getUseExternal()
get the use of internal/external Font
Definition: ConfigFont.hpp:84
void setName(const std::string &_fontName)
Set the current default font name.
Definition: Area.hpp:16
Definition: ConfigFont.hpp:12
int32_t getSize()
get the default font size.
Definition: ConfigFont.hpp:62
const std::string & getName()
get the current default font name a reference on the font name string
Definition: ConfigFont.hpp:50
const std::string & getFolder()
get the default font folder.
Definition: ConfigFont.hpp:33