Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addCodePoint
Method
addCodePoint
MyGUIEngine/src/MyGUI_ResourceTrueTypeFont.cpp:414–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
}
413
414
void ResourceTrueTypeFont::addCodePoint(Char _codePoint)
415
{
416
mCharMap.insert(CharMap::value_type(_codePoint, 0));
417
}
418
419
void ResourceTrueTypeFont::addCodePointRange(Char _first, Char _second)
420
{
Callers
nothing calls this directly
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected