Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void deinitializeFreetype(FreetypeHandle *library) {
133
FT_Done_FreeType(library->library);
134
delete library;
135
}
136
137
FontHandle *adoptFreetypeFont(FT_Face ftFace) {
138
FontHandle *handle = new FontHandle;
Callers
1
~FreetypeFontGuard
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected