Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ loadSystemFont
Method
loadSystemFont
src/api/cpp/font.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void Font::loadSystemFont(const char* const pName)
43
{
44
FG_THROW(fg_load_system_font(get(), pName));
45
}
46
47
fg_font Font::get() const
48
{
Callers
2
fg_load_system_font
Function · 0.45
main
Function · 0.45
Calls
1
fg_load_system_font
Function · 0.85
Tested by
no test coverage detected