()
| 5868 | } |
| 5869 | |
| 5870 | double getStringWidth() { |
| 5871 | resetImage(); |
| 5872 | ImageProcessor ip = getProcessor(); |
| 5873 | setFont(ip); |
| 5874 | return ip.getStringWidth(getStringArg()); |
| 5875 | } |
| 5876 | |
| 5877 | String doList() { |
| 5878 | interp.getToken(); |
no test coverage detected