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

Method setFont

src/api/cpp/window.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void Window::setFont(Font* pFont)
44{
45 FG_THROW(fg_set_window_font(get(), pFont->get()));
46}
47
48void Window::setTitle(const char* pTitle)
49{

Callers 2

fg_set_window_fontFunction · 0.45
mainFunction · 0.45

Calls 2

fg_set_window_fontFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected