MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuFontUnbind

Function PiuFontUnbind

modules/piu/MC/piuFont.c:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void PiuFontUnbind(PiuFont* self, PiuApplication* application, PiuView* view)
206{
207 PiuTexture* texture = (*self)->texture;
208 if (texture)
209 PiuTextureUnbind(texture, application, view);
210}
211#endif
212
213void PiuStyleLookupFont(PiuStyle* self)

Callers 1

PiuStyleUnbindFunction · 0.85

Calls 1

PiuTextureUnbindFunction · 0.85

Tested by

no test coverage detected