(Font font, char c)
| 380 | /// |
| 381 | /// - `c`: one of the constants from the font |
| 382 | public void setFontIcon(Font font, char c) { |
| 383 | FontImage.setFontIcon(this, font, c); |
| 384 | fontIconSize = -1; |
| 385 | this.font = font; |
| 386 | fontIcon = c; |
| 387 | } |
| 388 | |
| 389 | /// This method is shorthand for `char, float)` |
| 390 | /// |