MCPcopy Create free account
hub / github.com/arrayfire/forge / Font

Method Font

src/backend/common/font.hpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 public:
27 Font() : mFont(std::make_shared<detail::font_impl>()) {}
28
29 Font(const fg_font pOther) {
30 mFont = reinterpret_cast<Font*>(pOther)->impl();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected