Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ Font
Method
Font
src/api/cpp/font.cpp:18–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
namespace forge
17
{
18
Font::Font()
19
{
20
fg_font temp = 0;
21
FG_THROW(fg_create_font(&temp));
22
std::swap(mValue, temp);
23
}
24
25
Font::Font(const Font& other)
26
{
Callers
nothing calls this directly
Calls
3
fg_create_font
Function · 0.85
fg_retain_font
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected