MCPcopy Index your code
hub / github.com/cifertech/DisplayKit / ensureAllElementsHaveFonts

Function ensureAllElementsHaveFonts

app.js:1789–1793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1787}
1788
1789function ensureAllElementsHaveFonts() {
1790 (screens || []).forEach((scr) => {
1791 (scr.elements || []).forEach((el) => ensureElementFontFields(el));
1792 });
1793}
1794
1795function ensureElementDefaults(el) {
1796 if (!el) return;

Callers 2

applyStateSnapshotFunction · 0.85
app.jsFile · 0.85

Calls 1

ensureElementFontFieldsFunction · 0.85

Tested by

no test coverage detected