MCPcopy Create free account
hub / github.com/MyGUI/mygui / deserialization

Method deserialization

MyGUIEngine/src/MyGUI_ResourceTrueTypeFont.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 ResourceTrueTypeFont::~ResourceTrueTypeFont() = default;
33
34 void ResourceTrueTypeFont::deserialization(xml::ElementPtr _node, Version _version)
35 {
36 Base::deserialization(_node, _version);
37 MYGUI_LOG(
38 Error,
39 "ResourceTrueTypeFont: TrueType font '"
40 << getResourceName() << "' disabled. Define MYGUI_USE_FREETYE if you need TrueType fonts.");
41 }
42
43 const GlyphInfo* ResourceTrueTypeFont::getGlyphInfo(Char _id) const
44 {

Callers

nothing calls this directly

Calls 12

setSizeFunction · 0.85
parseFloatFunction · 0.85
parseUIntFunction · 0.85
parseBoolFunction · 0.85
parseIntFunction · 0.85
splitFunction · 0.85
getElementEnumeratorMethod · 0.80
findAttributeMethod · 0.80
deserializationFunction · 0.50
nextMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected