Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setFont
Method
setFont
src/backend/common/window.hpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
inline void setFont (Font* pFont) {
55
mWindow->setFont (pFont->impl());
56
}
57
58
inline void setTitle(const char* pTitle) {
59
mWindow->setTitle(pTitle);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected