MCPcopy 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

16namespace forge
17{
18Font::Font()
19{
20 fg_font temp = 0;
21 FG_THROW(fg_create_font(&temp));
22 std::swap(mValue, temp);
23}
24
25Font::Font(const Font& other)
26{

Callers

nothing calls this directly

Calls 3

fg_create_fontFunction · 0.85
fg_retain_fontFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected