Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dborth/fceugx
/ ClearFontData
Function
ClearFontData
source/utils/FreeTypeGX.cpp:55–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void ClearFontData()
56
{
57
for(int i=0; i<50; i++)
58
{
59
if(fontSystem[i])
60
delete fontSystem[i];
61
fontSystem[i] = NULL;
62
}
63
}
64
65
/**
66
* Convert a short char string to a wide char string.
Callers
1
DeinitFreeType
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected