* Set bold for the object text. * @param enable {boolean} true to have a bold text, false otherwise.
(enable: boolean)
| 518 | * @param enable {boolean} true to have a bold text, false otherwise. |
| 519 | */ |
| 520 | setBold(enable: boolean): void { |
| 521 | this._bold = enable; |
| 522 | this._renderer.updateStyle(); |
| 523 | } |
| 524 | |
| 525 | /** |
| 526 | * Return true if the text is italic. |
no test coverage detected