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

Method loadSystemFont

src/backend/common/font.hpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 inline void loadSystemFont(const char* const pName) {
46 mFont->loadSystemFont(pName);
47 }
48};
49
50}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected