MCPcopy Create free account
hub / github.com/devforth/painterro / action

Method action

js/controlbuilder.js:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8 buildFontSizeControl(controlIndex) {
9 const action = () => {
10 const fontSize =
11 this.main.getElemByIdSafe(this.main.activeTool.controls[controlIndex].id).value;
12 this.main.textTool.setFontSize(fontSize);
13 setParam('defaultFontSize', fontSize);
14 };
15 const getValue = () => this.main.textTool.fontSize;
16
17 if (this.main.params.availableFontSizes) {

Callers

nothing calls this directly

Calls 5

setParamFunction · 0.90
setFontSizeMethod · 0.80
setEraserWidthMethod · 0.45
setLineWidthMethod · 0.45
setArrowLengthMethod · 0.45

Tested by

no test coverage detected