MCPcopy 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
42void Font::loadSystemFont(const char* const pName)
43{
44 FG_THROW(fg_load_system_font(get(), pName));
45}
46
47fg_font Font::get() const
48{

Callers 2

fg_load_system_fontFunction · 0.45
mainFunction · 0.45

Calls 1

fg_load_system_fontFunction · 0.85

Tested by

no test coverage detected