7#ifndef MYGUI_RESOURCE_MANUAL_FONT_H_
8#define MYGUI_RESOURCE_MANUAL_FONT_H_
14#include <unordered_map>
53 using CharMap = std::unordered_map<Char, GlyphInfo>;
60 int mDefaultHeight{0};
#define MYGUI_RTTI_DERIVED(DerivedType)
ITexture * getTextureFont() const override
void addGlyphInfo(Char id, const GlyphInfo &info)
void setSource(std::string_view value)
void setDefaultHeight(int value)
void setShader(std::string_view value)
int getDefaultHeight() const override
const GlyphInfo * getGlyphInfo(Char _id) const override
void setTexture(MyGUI::ITexture *texture)
void deserialization(xml::ElementPtr _node, Version _version) override