(use)
| 122841 | }; |
| 122842 | useCanvas(true); |
| 122843 | function useCanvas(use) { |
| 122844 | textMetrics.width = use && context ? measureWidth : estimateWidth; |
| 122845 | } // make simple estimate if no canvas is available |
| 122846 | function estimateWidth(item, text1) { |
| 122847 | return _estimateWidth(textValue(item, text1), fontSize(item)); |
| 122848 | } |