MCPcopy 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
62Font* getFont(const fg_font& pValue)
63{
64 return reinterpret_cast<common::Font*>(pValue);
65}
66
67Image* getImage(const fg_image& pValue)
68{

Callers 5

fg_set_window_fontFunction · 0.85
fg_retain_fontFunction · 0.85
fg_release_fontFunction · 0.85
fg_load_font_fileFunction · 0.85
fg_load_system_fontFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected