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

Method getGlyphInfo

MyGUIEngine/src/MyGUI_ResourceManualFont.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15
16 const GlyphInfo* ResourceManualFont::getGlyphInfo(Char _id) const
17 {
18 CharMap::const_iterator iter = mCharMap.find(_id);
19
20 if (iter != mCharMap.end())
21 return &iter->second;
22
23 return mSubstituteGlyphInfo;
24 }
25
26 void ResourceManualFont::loadTexture()
27 {

Callers 3

updateMethod · 0.45
doRenderMethod · 0.45
addCodeFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected