Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ fg_load_system_font
Function
fg_load_system_font
src/api/c/font.cpp:60–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
fg_err fg_load_system_font(fg_font pFont, const char* const pFontName)
61
{
62
try {
63
getFont(pFont)->loadSystemFont(pFontName);
64
}
65
CATCHALL
66
67
return FG_ERR_NONE;
68
}
Callers
1
loadSystemFont
Method · 0.85
Calls
2
getFont
Function · 0.85
loadSystemFont
Method · 0.45
Tested by
no test coverage detected