(size)
| 106 | } |
| 107 | |
| 108 | setFontSize(size) { |
| 109 | this.fontSize = size; |
| 110 | this.input.style['font-size'] = `${size}px`; |
| 111 | this.setStrokeParams(); |
| 112 | if (this.active) { |
| 113 | this.reLimit(); |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | setStrokeParams() { |
| 118 | if (this.strokeOn) { |
no test coverage detected