@return the bounding box of text
(String s)
| 452 | * @return the bounding box of text |
| 453 | */ |
| 454 | public Rect measureText(String s) { |
| 455 | return measureText(s, null); |
| 456 | } |
| 457 | |
| 458 | /** |
| 459 | * @param p stroke width or PathEffect may modify the advance with |