Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getGlyphInfo
Method
getGlyphInfo
MyGUIEngine/src/MyGUI_ResourceTrueTypeFont.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
const GlyphInfo* ResourceTrueTypeFont::getGlyphInfo(Char _id) const
44
{
45
return nullptr;
46
}
47
48
ITexture* ResourceTrueTypeFont::getTextureFont() const
49
{
Callers
nothing calls this directly
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected