MCPcopy Create free account
hub / github.com/microsoft/SandDance / autoWrapping

Function autoWrapping

docs/app/js/sanddance-app.js:106085–106088  ·  view source on GitHub ↗
(text, wordBreak, maxWidth, iconMapping)

Source from the content-addressed store, hash-verified

106083 };
106084}
106085function autoWrapping(text, wordBreak, maxWidth, iconMapping) {
106086 if (wordBreak === "break-all") return breakAll(text, maxWidth, iconMapping);
106087 return breakWord(text, maxWidth, iconMapping);
106088}
106089function transformRow(row, iconMapping) {
106090 var x = 0;
106091 var rowHeight = 0;

Callers 1

transformParagraphFunction · 0.70

Calls 2

breakAllFunction · 0.70
breakWordFunction · 0.70

Tested by

no test coverage detected