22 #ifndef GRAPHICS_FONTMAN_H 23 #define GRAPHICS_FONTMAN_H 25 #include "common/scummsys.h" 26 #include "common/singleton.h" 27 #include "common/str.h" 28 #include "common/hashmap.h" 29 #include "common/hash-str.h" 127 #define FontMan (Graphics::FontManager::instance())
const Font * getFontByName(const Common::String &name) const
bool setFont(FontUsage usage, const BdfFont *font)
void removeFontName(const Common::String &name)
bool setLocalizedFont(const Common::String &name)
Definition: formatinfo.h:28
const Font * getFontByUsage(FontUsage usage) const
bool assignFontToName(const Common::String &name, const Font *font)
Definition: singleton.h:42