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

Method loadFont

src/backend/common/font.hpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 inline void loadFont(const char* const pFile) {
42 mFont->loadFont(pFile);
43 }
44
45 inline void loadSystemFont(const char* const pName) {
46 mFont->loadSystemFont(pName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected