Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ getFont
Function
getFont
src/backend/common/handle.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
Font* getFont(const fg_font& pValue)
63
{
64
return reinterpret_cast<common::Font*>(pValue);
65
}
66
67
Image* getImage(const fg_image& pValue)
68
{
Callers
5
fg_set_window_font
Function · 0.85
fg_retain_font
Function · 0.85
fg_release_font
Function · 0.85
fg_load_font_file
Function · 0.85
fg_load_system_font
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected