Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getCodePointRanges
Method
getCodePointRanges
MyGUIEngine/src/MyGUI_ResourceTrueTypeFont.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
std::vector<std::pair<Char, Char>> ResourceTrueTypeFont::getCodePointRanges() const
63
{
64
return std::vector<std::pair<Char, Char>>();
65
}
66
67
Char ResourceTrueTypeFont::getSubstituteCodePoint() const
68
{
Callers
1
generateFontManualXml
Method · 0.80
Calls
3
empty
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected