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

Method getIndex

MyGUIEngine/src/msdfgen/ext/import-font.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116GlyphIndex::GlyphIndex(unsigned index) : index(index) { }
117
118unsigned GlyphIndex::getIndex() const {
119 return index;
120}
121
122FreetypeHandle *initializeFreetype() {
123 FreetypeHandle *handle = new FreetypeHandle;

Callers 3

getGlyphIndexFunction · 0.80
loadGlyphFunction · 0.80
getKerningFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected