MCPcopy 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

generateFontManualXmlMethod · 0.80

Calls 3

emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected