(str, options)
| 2477 | } |
| 2478 | |
| 2479 | function textwidth(str, options) { |
| 2480 | /* Returns the width of the given text. |
| 2481 | */ |
| 2482 | return textmetrics(str, options)[0]; |
| 2483 | } |
| 2484 | |
| 2485 | function textheight(str, options) { |
| 2486 | /* Returns the height of the given text. |
nothing calls this directly
no test coverage detected
searching dependent graphs…