MCPcopy Create free account
hub / github.com/dborth/vbagx / DeinitFreeType

Function DeinitFreeType

source/utils/FreeTypeGX.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void DeinitFreeType()
44{
45 ClearFontData();
46 FT_Done_FreeType(ftLibrary);
47 ftLibrary = NULL;
48}
49
50void ChangeFontSize(FT_UInt pixelSize)
51{

Callers 1

ChangeLanguageFunction · 0.85

Calls 1

ClearFontDataFunction · 0.85

Tested by

no test coverage detected