MCPcopy Create free account
hub / github.com/arrayfire/forge / loadFontFile

Method loadFontFile

src/api/cpp/font.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void Font::loadFontFile(const char* const pFile)
38{
39 FG_THROW(fg_load_font_file(get(), pFile));
40}
41
42void Font::loadSystemFont(const char* const pName)
43{

Callers

nothing calls this directly

Calls 1

fg_load_font_fileFunction · 0.85

Tested by

no test coverage detected