Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ fg_release_font
Function
fg_release_font
src/api/c/font.cpp:40–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
fg_err fg_release_font(fg_font pFont)
41
{
42
try {
43
delete getFont(pFont);
44
}
45
CATCHALL
46
47
return FG_ERR_NONE;
48
}
49
50
fg_err fg_load_font_file(fg_font pFont, const char* const pFileFullPath)
51
{
Callers
1
~Font
Method · 0.85
Calls
1
getFont
Function · 0.85
Tested by
no test coverage detected