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

Method addCodePointRange

MyGUIEngine/src/MyGUI_ResourceTrueTypeFont.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void ResourceTrueTypeFont::addCodePointRange(Char _first, Char _second)
125 {
126 }
127
128 void ResourceTrueTypeFont::removeCodePointRange(Char _first, Char _second)
129 {

Callers 1

generateFontMethod · 0.80

Calls 2

beginMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected