MCPcopy 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
60fg_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

loadSystemFontMethod · 0.85

Calls 2

getFontFunction · 0.85
loadSystemFontMethod · 0.45

Tested by

no test coverage detected