MCPcopy Create free account
hub / github.com/arrayfire/forge / ~font_impl

Method ~font_impl

src/backend/opengl/font_impl.cpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265font_impl::~font_impl()
266{
267 destroyGLResources();
268 /* clean glyph texture atlas */
269 delete mAtlas;
270}
271
272void font_impl::setOthro2D(int pWidth, int pHeight)
273{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected