@param c the character to measure
(char c)
| 4488 | * @param c the character to measure |
| 4489 | */ |
| 4490 | public float textWidth(char c) { |
| 4491 | textWidthBuffer[0] = c; |
| 4492 | return textWidthImpl(textWidthBuffer, 0, 1); |
| 4493 | } |
| 4494 | |
| 4495 | |
| 4496 | /** |
no test coverage detected