Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void Window::setFont(Font* pFont)
44
{
45
FG_THROW(fg_set_window_font(get(), pFont->get()));
46
}
47
48
void Window::setTitle(const char* pTitle)
49
{
Callers
2
fg_set_window_font
Function · 0.45
main
Function · 0.45
Calls
2
fg_set_window_font
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected