MCPcopy Create free account
hub / github.com/Normal-Tangerine8609/Scriptable-Widgets / font

Method font

scripts/chaining.js:270–273  ·  view source on GitHub ↗
(font)

Source from the content-addressed store, hash-verified

268 return this;
269 }
270 font(font) {
271 this.widgetText.font = font;
272 return this;
273 }
274 leftAlignText() {
275 this.widgetText.leftAlignText();
276 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected