()
| 1046 | this.textFitScale = 1; |
| 1047 | } |
| 1048 | render() |
| 1049 | { |
| 1050 | super.render(); |
| 1051 | |
| 1052 | // render the text |
| 1053 | const textSize = this.getTextSize(); |
| 1054 | uiSystem.drawText(this.text, this.pos, textSize, this.textColor, this.textLineWidth, this.textLineColor, this.align, this.font, this.fontStyle, true, this.textShadow, this.shadowColor, this.shadowBlur, this.shadowOffset); |
| 1055 | } |
| 1056 | } |
| 1057 | |
| 1058 | /////////////////////////////////////////////////////////////////////////////// |
no test coverage detected