(newSize: number)
| 458 | } |
| 459 | |
| 460 | public withSize(newSize: number): Font { |
| 461 | return Font.withFamilyList(this._families, newSize, this._style, this._weight); |
| 462 | } |
| 463 | |
| 464 | /** |
| 465 | * Initializes a new instance of the {@link Font} class. |
no test coverage detected