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

Function deinitializeFreetype

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

Source from the content-addressed store, hash-verified

130}
131
132void deinitializeFreetype(FreetypeHandle *library) {
133 FT_Done_FreeType(library->library);
134 delete library;
135}
136
137FontHandle *adoptFreetypeFont(FT_Face ftFace) {
138 FontHandle *handle = new FontHandle;

Callers 1

~FreetypeFontGuardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected