Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setFont
Method
setFont
src/backend/opengl/window_impl.cpp:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void window_impl::setFont(const std::shared_ptr<font_impl>& pFont)
177
{
178
mFont = pFont;
179
}
180
181
void window_impl::setTitle(const char* pTitle)
182
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected