@param c the character to measure
(char c)
| 4564 | * @param c the character to measure |
| 4565 | */ |
| 4566 | public float textWidth(char c) { |
| 4567 | textWidthBuffer[0] = c; |
| 4568 | return textWidthImpl(textWidthBuffer, 0, 1); |
| 4569 | } |
| 4570 | |
| 4571 | |
| 4572 | /** |
no test coverage detected