(str, options)
| 2483 | } |
| 2484 | |
| 2485 | function textheight(str, options) { |
| 2486 | /* Returns the height of the given text. |
| 2487 | */ |
| 2488 | return textmetrics(str, options)[1]; |
| 2489 | } |
| 2490 | |
| 2491 | var textMetrics = textmetrics; |
| 2492 | var textWidth = textwidth; |
nothing calls this directly
no test coverage detected
searching dependent graphs…