MCPcopy 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

17using forge::common::getFont;
18
19fg_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
29fg_err fg_retain_font(fg_font* pOut, fg_font pIn)
30{

Callers 1

FontMethod · 0.85

Calls 1

getHandleFunction · 0.85

Tested by

no test coverage detected