Sets the actual size. Called from textSizeImpl and from textFontImpl after setting the font. @param size size of the text, greater than zero
(float size)
| 4476 | * @param size size of the text, greater than zero |
| 4477 | */ |
| 4478 | protected void handleTextSize(float size) { |
| 4479 | textSize = size; |
| 4480 | textLeading = (textAscent() + textDescent()) * 1.275f; |
| 4481 | } |
| 4482 | |
| 4483 | |
| 4484 | // ........................................................ |
no test coverage detected