Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ fg_create_font
Function
fg_create_font
src/api/c/font.cpp:19–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
using forge::common::getFont;
18
19
fg_err fg_create_font(fg_font* pFont)
20
{
21
try {
22
*pFont = getHandle(new common::Font());
23
}
24
CATCHALL
25
26
return FG_ERR_NONE;
27
}
28
29
fg_err fg_retain_font(fg_font* pOut, fg_font pIn)
30
{
Callers
1
Font
Method · 0.85
Calls
1
getHandle
Function · 0.85
Tested by
no test coverage detected