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

Function PiuStyleUnbind

modules/piu/All/piuStyle.c:505–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505void PiuStyleUnbind(PiuStyle* self, PiuApplication* application, PiuView* view)
506{
507 PiuFont* font = (*self)->font;
508 if (font) {
509 PiuFontUnbind(font, application, view);
510 }
511}
512#endif
513
514void PiuStyle_get_bottom(xsMachine* the)

Callers 2

PiuTextUncomputeStylesFunction · 0.85
PiuLabelUncomputeStyleFunction · 0.85

Calls 1

PiuFontUnbindFunction · 0.85

Tested by

no test coverage detected