Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void DeinitFreeType()
44
{
45
ClearFontData();
46
FT_Done_FreeType(ftLibrary);
47
ftLibrary = NULL;
48
}
49
50
void ChangeFontSize(FT_UInt pixelSize)
51
{
Callers
1
ChangeLanguage
Function · 0.85
Calls
1
ClearFontData
Function · 0.85
Tested by
no test coverage detected